Post: Problems with DVARs
09-25-2011, 08:31 AM #1
lallyman
Can’t trickshot me!
(adsbygoogle = window.adsbygoogle || []).push({}); Everytime (well most of the time) I try to use a DVAR like self setClientDvar("g_speed", "999"); or player setclientDvar("r_fullbright","1"); I get a syntax. I've tried jump_height, g_speed, cg_thirdperson, etc. I just keep getting a syntax. Here's a code from my patch and I know its the code because everytime I put // behind the function in the menu I dont get the syntax.
    FreezePS3( player )
{
player setclientDvar("r_fullbright","1");
self iPrintln("^5Froze " + player.name + "");
}
I'm probably the newbest to patches but I think Im doing this right :\
(adsbygoogle = window.adsbygoogle || []).push({});
09-25-2011, 08:35 AM #2
247Yamato
< ^ > < ^ >
FreezePS3( player );

You can use ; at a info name, should be like this

FreezePS3( player )
{
whatever
}

The following user thanked 247Yamato for this useful post:

lallyman
09-25-2011, 08:08 PM #3
lallyman
Can’t trickshot me!
Originally posted by 247Yamato View Post
FreezePS3( player );

You can use ; at a info name, should be like this

FreezePS3( player )
{
whatever
}

Lol thanks I figured it out right after I posted /fail thanks Smile
09-26-2011, 03:42 PM #4
Shadoh
Wobble Bass
Question answered.
Closed.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo