log condition with client query cvar
hi
in this example Code:
#include <amxmodx> like only if rate is 20000 . it logs all players.... public cvar_result_func(id, const cvar[], const value[]) { new name[32]; get_user_name(id, name, 31); if ..... rate 2000 . than log log_amx("Client %d(%s)'s rate is ^"%s^"", id, name, value); } |
Re: log condition with client query cvar
PHP Code:
|
Re: log condition with client query cvar
thank you)
|
Re: log condition with client query cvar
I dont know why its not working
just dont log. |
Re: log condition with client query cvar
post your code
|
Re: log condition with client query cvar
ok i put
{ return 1 and it works.) |
| All times are GMT -4. The time now is 23:28. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.