11.11.2013, 21:33
You never assigned a value to PlayerScore, therefore it is always assumed 0.
Remove
And Replace this:
With:
Remove
pawn Код:
new PlayerScore;
pawn Код:
if(PlayerScore <= 15)
pawn Код:
if(GetPlayerScore(playerid) <= 15)