Need a small help with client message, and gametextforplayer - 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)
+--- Thread: Need a small help with client message, and gametextforplayer (
/showthread.php?tid=580822)
Need a small help with client message, and gametextforplayer -
Sc0pion - 08.07.2015
Fixed!
Re: Need a small help with client message, and gametextforplayer -
[XST]O_x - 08.07.2015
Well, because sometimes a player doesn't get EXACTLY 1250 or 2500 points.
pawn Код:
if(2500 > GetPlayerScore(playerid) >= 1250)
if( GetPlayerScore(playerid) >= 2500)
Re: Need a small help with client message, and gametextforplayer -
Sc0pion - 08.07.2015
Fixed!