27.05.2009, 21:00
I have a timer,
And i have just found out the problem for the score,
The timer checks every 1 second if a police officer has made an arrest,
If so it increases there score by 1 point,
If i use
Compiles fine but instead of adding 1 point onto the score,
It sets the score to 1 altogether, How to make it add 1 point onto that players score
And i have just found out the problem for the score,
The timer checks every 1 second if a police officer has made an arrest,
If so it increases there score by 1 point,
If i use
pawn Код:
SetPlayerScore(playerid, 1);
It sets the score to 1 altogether, How to make it add 1 point onto that players score