Not printing text
Code:
...Code:
client_print ( index, print_chat, "You have already started snowing :))" )Code:
client_print ( index, print_chat, "You have already stopped snowing =/" )No matters how many times i write /snowon or /snowoff these two lines never shows |
Re: Not printing text
The result function parameters are: index, cvar[ ], value[ ]; and you're passing integers.
Change Code:
Code:
|
Re: Not printing text
Also you may want to use the same callback, you can use extra arg params for that.
query_client_cvar PHP Code:
|
| All times are GMT -4. The time now is 08:32. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.