SA-MP Forums Archive
GetPlayerScore - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: GetPlayerScore (/showthread.php?tid=177304)



GetPlayerScore - ColdXX - 17.09.2010

Ok i got a pretty embarising question!
How to check if someone's score is for example 10?


Re: GetPlayerScore - Shelby - 17.09.2010

GetPlayerScore - SAMP WIKI

pawn Код:
if(GetPlayerScore(playerid) == 10)
{
    return SendClientMessage(playerid,...,"Your score is 10, be happy.");
}



Re: GetPlayerScore - ColdXX - 17.09.2010

yea ...thanks