set_task executing when it should not.
Hello guys,
I am having a problem with my code. The set_task is executing when it should not, randomly. From my understanding, the code should execute every 10 minutes 4 times. Code:
public client_putinserver(id) |
Re: set_task executing when it should not.
PHP Code:
|
Re: set_task executing when it should not.
I want for every 10 minutes of play, players gain one credit.
|
Re: set_task executing when it should not.
Just change g_creditos[id] += 4 into g_creditos[id] ++ .
|
| All times are GMT -4. The time now is 15:22. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.