this is simple but i just cant figure it out
Code:
public client_putinserver(id) |
Re: this is simple but i just cant figure it out
Your not declaring id in the set task parameters.
So set task is executing on all clients, not just the one client you want. Also, if(g_crowd[id] == 0) is the same as if(!g_crowd[id]). |
Re: this is simple but i just cant figure it out
Quote:
btw thx for reply |
Re: this is simple but i just cant figure it out
set_task(1.0, "task", id)
|
Re: this is simple but i just cant figure it out
aahhh, i didnt saw this was missing :D thx
|
| All times are GMT -4. The time now is 00:36. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.