#1

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
pawn Код:
SetPlayerScore(playerid, 1);
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
Reply
#2

SetPlayerScore(playerid, GetPlayerScore(playerid) + 1);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)