17.04.2012, 17:36
I actually found the problem right now but dunno how to solve it.
When I did:
It'll stop the function, how can I do it without creating brackets for each and making the function be way more longer?
When I did:
PHP код:
if(gTeam[playerid] == TEAM_SWAT) SWAT--;
if(gTeam[playerid] == TEAM_CRIMINALS) Criminals--;

