Text Draw :(
#1

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);
Reply


Messages In This Thread
Text Draw :( - by CAMERON_BANFIELD - 05.03.2009, 18:03
Re: Text Draw :( - by Dujma - 05.03.2009, 18:08
Re: Text Draw :( - by CAMERON_BANFIELD - 05.03.2009, 18:17

Forum Jump:


Users browsing this thread: 1 Guest(s)