Setting Cvars
How would i make Cvars for this??
<hamsandwich> set_task(get_cvar_float("BCM_timelockrtt" ), "unlockVoteConfig"); new type = get_cvar_num("BCM_automaticloading"); new roundLimit = get_cvar_num("BCM_loadingrounds"); |
Re: Setting Cvars
if(get_pcvar_num(type)) {
} if(get_pcvar_num(roundlimit)) { } |
Re: Setting Cvars
PHP Code:
Quote:
|
Re: Setting Cvars
Just be sure to use the correct type:
PHP Code:
|
Re: Setting Cvars
Thanks for the help +karma
|
| All times are GMT -4. The time now is 15:15. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.