19.02.2011, 07:58
Good Morning all,
I have only a small problem today. Im wondering if anyone can see a problem in the following;
Basically, the textdraw does not show, at all. Every other text draw does show, even the ones that are located in the same script as the one above, but it seems this one doesnt. Can anyone see a problem? - Its not really a big issue, but i would love it if someone could give me a hand.
Thanks in advance
Ash
I have only a small problem today. Im wondering if anyone can see a problem in the following;
pawn Код:
Site = TextDrawCreate(548.000000, 4.000000, "Trucking-World.net");
TextDrawAlignment(Site, 2);
TextDrawBackgroundColor(Site, 255);
TextDrawFont(Site, 2);
TextDrawLetterSize(Site, 0.360000, 1.700000);
TextDrawColor(Site, -1);
TextDrawSetOutline(Site, 1);
TextDrawSetProportional(Site, 1);
//I show it in OnPlayerConnect(playerid) and hide it in OnPlayerDisconnect(playerid, reason)
//I also show it in OnFilterScriptInit and hide it in OnFilterScriptInit, incase the admin script reboots.
Thanks in advance
Ash