help with one command - 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: help with one command (
/showthread.php?tid=74830)
help with one command -
WardenCS - 26.04.2009
hello,i got command /duty,how i can make like that when swomeone writes it his/Shes name will go to blue?...please tell...
Re: help with one command -
Andom - 26.04.2009
pawn Код:
SetPlayerColor(playerid, 0x0064ffff); // 0x0064ffff = blue
Re: help with one command -
WardenCS - 26.04.2009
it workedO.oThanks!