Help with get_pcvar_string
What is the function of get_pcvar_string?
if they can give examples of how uses...better :) |
Re: Help with get_pcvar_string
http://www.amxmodx.org/funcwiki.php?...ring&go=search
PHP Code:
|
Re: Help with get_pcvar_string
lets say you have the cvar
Code:
sv_testcvar "test cvar"Code:
new cvar_string[21]; |
Re: Help with get_pcvar_string
Code:
MyVar will contain "Woot!" |
Re: Help with get_pcvar_string
thanks to all but i still do not understand for which is used :|
|
Re: Help with get_pcvar_string
The purpose is to retrieve the value as string contained in the cvar you have created.
|
Re: Help with get_pcvar_string
How do I get that in a cvar takes the colors and then run in a function?
|
| All times are GMT -4. The time now is 08:56. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.