SA-MP Forums Archive
php help need in ranks - 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: php help need in ranks (/showthread.php?tid=486191)



php help need in ranks - Champ - 07.01.2014

Hello,
I did this in my pawn script :-

pawn Код:
if(playerinfo[playerid][kills] > 100){
SendClientMessage(playerid, -1, "Your rank is Killer"):
}
but i don't know how to do this in php.

Help please.

thank you.


Re: php help need in ranks - Champ - 07.01.2014

got it.

thank you.