SA-MP Forums Archive
[HELPS]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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELPS]HELP (/showthread.php?tid=207891)



[HELPS]HELP - tronix096 - 07.01.2011

Hi, I have a couple questions.
1.Igrac as soon as you log on automatically spawn and not be clicked to spawn!
2.How to have textdraw news in more colors?
Thanks

Sorry for bad english, I use ****** translator.


Re: [HELPS]HELP - Souvlaki - 07.01.2011

Sorry I don't understand exactly what you are meaning.


Re: [HELPS]HELP - [WF]Demon - 07.01.2011

1.
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SpawnPlayer(playerid);
return 1;
}
2.

Do you mean how can you change the color of certain words/letters in textdraws?
if so you can create them with a text like this
"~g~this is Green~r~ this is Red~y~ this is Yellow"