SA-MP Forums Archive
Command when spawn - 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: Command when spawn (/showthread.php?tid=500115)



Command when spawn - CallumDaBest - 11.03.2014

I have under OnPlayerSpawn Sendcommand(playerid, "MY TEXT HERE");
and it does not work how do i do it so when a new player spawns it says from themselves MY TEXT HERE?


Re: Command when spawn - Bingo - 11.03.2014

Under OnPlayerSpawn

Add this:-

Код:
SendClientMessage(playerid, 0xFFFFFFFF, "Your text");