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



pwano colour help - ashwinsekhari - 14.11.2012

hi everyone i was trying to edit my gm but an error occured
error is :
Код:
C:\Users\AyushSekhari\Documents\GOLDEN~SATDM V10.0-windows\GOLDEN~SATDM V10.0-windows\gamemodes\SATDM_v9.pwn(26802) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
and that line is

Код:
GameTextForPlayer(playerid,COLOR_RED,"~y~welcome to ExTrEmE FuN LiFe", 3000, 5);
i want to change its colour what sholud i do it is a 3d text which comes when someone joins the server

like which comes in /announce


Respuesta: pwano colour help - ThePhenix - 14.11.2012

PHP код:
GameTextForPlayer(playerid,"~r~welcome to ExTrEmE FuN LiFe"30005); 
Код:
~r~
means RED
Код:
~b~
means BLUE


Re: pwano colour help - ashwinsekhari - 14.11.2012

ok thx for help +rep