SA-MP Forums Archive
Scripting help - 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: Scripting help (/showthread.php?tid=407687)



Scripting help - LoganStone - 14.01.2013

For example in an RP server in /ooc ((Community Owner Logan)
How do i make the Community owner part the colour red?


Re: Scripting help - Infinity90 - 14.01.2013

pawn Код:
format(str,sizeof(str),"{FF0000}%s {FFFFFF}%s Says: %s",YourRankValue,PlayerName,params);



Re: Scripting help - LoganStone - 14.01.2013

Nvm got it to work thanks