ifScore
#3

You never assigned a value to PlayerScore, therefore it is always assumed 0.

Remove
pawn Код:
new PlayerScore;
And Replace this:
pawn Код:
if(PlayerScore <= 15)
With:
pawn Код:
if(GetPlayerScore(playerid) <= 15)
Reply


Messages In This Thread
ifScore - by gytiss - 11.11.2013, 17:18
Re: ifScore - by Konstantinos - 11.11.2013, 17:28
Re: ifScore - by Elie1996 - 11.11.2013, 21:33

Forum Jump:


Users browsing this thread: 1 Guest(s)