06.08.2013, 08:32
Quote:
No.
pawn Код:
|
pawn Код:
if(GetPlayerScore(playerid) >= 300)
it needs to be <=300
so if the score = smaller than 300 it will return the message else if 300+ it will give you the rank
No.
pawn Код:
|
if(GetPlayerScore(playerid) >= 300)