05.08.2013, 06:04
if nothing happens, this means you didn't even get past the first if-statement.
instead of using "&&" you have to use "||"
try that:
also, make sure that ur score really is between 0 and 150
instead of using "&&" you have to use "||"
try that:
Код:
if(GetPlayerScore(playerid) >= 0 && GetPlayerScore(playerid) <= 150)