Text Draw :( - 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: Text Draw :( (
/showthread.php?tid=67940)
Text Draw :( -
CAMERON_BANFIELD - 05.03.2009
hi, i have Text draw on my server but it only shows up to people who are on the server when i do a GMX (not a full restart just a GMX)
Here is the code i use: please can someone tell me how to make it stay there :P
new Text:Textdraw0;
Textdraw0 = TextDrawCreate(338.000000,432.000000,"
www.game-flight.co.uk");
TextDrawAlignment(Textdraw0,0);
TextDrawBackgroundColor(Textdraw0,0x000000ff);
TextDrawFont(Textdraw0,3);
TextDrawLetterSize(Textdraw0,0.699999,1.200000);
TextDrawColor(Textdraw0,0xffffffff);
TextDrawSetOutline(Textdraw0,1);
TextDrawSetProportional(Textdraw0,1);
TextDrawSetShadow(Textdraw0,1);
TextDrawShowForAll(Text:Textdraw0);
Re: Text Draw :( -
Dujma - 05.03.2009
Put it under OnGameModeInIt to this and Show TextDraw OnPlayerConnect
Re: Text Draw :( -
CAMERON_BANFIELD - 05.03.2009
thnaks your i life saver