Getplayerscore == 2?
#4

Quote:
Originally Posted by Mr_DjolE
Посмотреть сообщение
pawn Код:
new Score = GetPlayerScore(playerid);
if(Score == 2)
{
       //whatever
}
How about:
pawn Код:
if(GetPlayerScore(playerid) == 2)
{

}
Reply


Messages In This Thread
Getplayerscore == 2? - by ThePhill97 - 25.11.2012, 14:43
Re: Getplayerscore == 2? - by Djole1337 - 25.11.2012, 14:45
Re: Getplayerscore == 2? - by XtremeR - 25.11.2012, 14:46
Re: Getplayerscore == 2? - by QuaTTrO - 25.11.2012, 14:47
Re: Getplayerscore == 2? - by Djole1337 - 25.11.2012, 14:49
Re: Getplayerscore == 2? - by ikey07 - 25.11.2012, 14:53
Re: Getplayerscore == 2? - by XtremeR - 25.11.2012, 15:49

Forum Jump:


Users browsing this thread: 3 Guest(s)