textdraw keeps dissapearing.. any suggestions?
#1

Ok i got a textdraw in my gm advertising my website and for some reason it keeps dissapearing about a minute after i connect to my server, every single time.

This is what ive got

// TextDraws
new Text:Site;


Site = TextDrawCreate(1.000000,434.000000,"www.sargesworld.net");
TextDrawAlignment(Site,0);
TextDrawBackgroundColor(Site,0x00000099);
TextDrawFont(Site,1);
TextDrawLetterSize(Site,0.500000,1.500000);
TextDrawColor(Site,0xFFFFFFAA);
TextDrawSetOutline(Site,1);
TextDrawSetProportional(Site,1);
TextDrawSetShadow(Site,1);

The main body of the textdraw is in ongamemodeinit
And i have the following in onplayerconnect

TextDrawShowForPlayer(playerid,Site);

Any help would be greatly appreciated.
Reply


Messages In This Thread
textdraw keeps dissapearing.. any suggestions? - by chaosnz - 23.07.2009, 20:56
Re: textdraw keeps dissapearing.. any suggestions? - by Annihalation - 23.07.2009, 21:08
Re: textdraw keeps dissapearing.. any suggestions? - by M4S7ERMIND - 23.07.2009, 22:45
Re: textdraw keeps dissapearing.. any suggestions? - by Joe Staff - 23.07.2009, 23:00

Forum Jump:


Users browsing this thread: 2 Guest(s)