set_task question
Hey guys I have problems with getting parameters to a set_task, and I was thinking Im using it right but now I see I dont get the correct values:
I have a function PHP Code:
PHP Code:
Cuz in strike_game function I have an 'if' that checks is_user_connected || !is_user_alive of that id sent, and it always gets blocked there, and I dont understand why (I realized it with placing client_print's). Why do I use it wrongly? |
Re: set_task question
This may help you:
PHP Code:
PHP Code:
|
Re: set_task question
nvm lol oh me so stupid, sorry for the useless thread.
Forgot to state the amount of params in the function "set_task" |
Re: set_task question
Just a helpful hint to make sure you send the entire array:
Code:
set_task( fTime, szFunc, iTaskID, iParams, sizeof iParams ); |
| All times are GMT -4. The time now is 08:23. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.