AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   confused by: const or set_cvar_string (https://forums.alliedmods.net/showthread.php?t=93173)

31m0_owns 05-25-2009 09:53

confused by: const or set_cvar_string
 
I am making a plugin to limit the interp cvar

i tried the const values from exolents jumpstats...(didn't work)

then i tried
PHP Code:

set_cvar_string("ex_interp"0.01

that didn't work Please help me

ot_207 05-25-2009 10:04

Re: confused by: const or set_cvar_string
 
server_cmd("ex_interp %f", 0.01)

31m0_owns 05-25-2009 11:08

Re: confused by: const or set_cvar_string
 
Thank you... [Solved] +karma

ot_207 05-25-2009 12:15

Re: confused by: const or set_cvar_string
 
Quote:

Originally Posted by 31m0_owns (Post 834425)
Thank you... [Solved] +karma

:P What karma??

shine771 05-25-2009 13:46

Re: confused by: const or set_cvar_string
 
I think he was confused after realizing there is no karma anymore. People can't get used to it.


All times are GMT -4. The time now is 01:26.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.