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
#2

Put it under OnGameModeInIt to this and Show TextDraw OnPlayerConnect
Reply
#3

thnaks your i life saver
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)