score help
#4

Quote:
Originally Posted by Smokeyy
Посмотреть сообщение
No.
pawn Код:
if(GetPlayerScore(playerid) >= 300)
{
SendClientMessage(playerid, COLOR_RED, "[SERVER]{FFFFFF}You must be at least rank 2");
return 1;
}
^_^
pawn Код:
if(GetPlayerScore(playerid) >= 300)
This means if the score = bigger than 300 its going to return the message,you must be rank 2....
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
Reply


Messages In This Thread
score help - by FireWarrior101 - 06.08.2013, 08:16
Re: score help - by NinjahZ - 06.08.2013, 08:22
Re: score help - by Smokeyy - 06.08.2013, 08:26
Re: score help - by NinjahZ - 06.08.2013, 08:32
Re: score help - by FireWarrior101 - 06.08.2013, 09:17
Re: score help - by FireWarrior101 - 06.08.2013, 12:49

Forum Jump:


Users browsing this thread: 2 Guest(s)