help. "get_pcvar_float()" and "register_cvar(
new Float:g_flood_time
public plugin_init() { //.... g_flood_time = register_cvar("amx_flood_time","0.75") //** tag mismatch } new Float:max = get_pcvar_float(g_nameflood_time) //** tag mismatch Why ? |
Re: help. "get_pcvar_float()" and "register_c
remove the Float: from g_flood_time
|
Re: help. "get_pcvar_float()" and "register_c
Quote:
Thank you. sir |
| All times are GMT -4. The time now is 20:21. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.