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



TextDrawShowForPlayer - Crake^ - 13.06.2010

On want the textdraw to show to everyone on connect.

TextDrawShowForPlayer(-ForAll);

- Do i put that under "OnPlayerConnect" ?


Re: TextDrawShowForPlayer - Lewwy - 13.06.2010

pawn Код:
TextDrawShowForAll(Text:text);
https://sampwiki.blast.hk/wiki/TextDrawShowForAll


Re: TextDrawShowForPlayer - Crake^ - 13.06.2010

Thanks pal.