10.04.2009, 10:11
When i go on my server textdraws wont show.
But other textdraw on gm shows.
ALL THE FS:
http://pastebin.com/m59fe4e9
ignore line 6
But other textdraw on gm shows.
Код:
public OnPlayerConnect(playerid)
{
TextDrawShowForPlayer(playerid, Text:Textdraw0);
TextDrawShowForPlayer(playerid, Text:Textdraw1);
TextDrawShowForPlayer(playerid, Text:Textdraw2);
TextDrawShowForPlayer(playerid, Text:Textdraw4);
TextDrawShowForPlayer(playerid, Text:Textdraw5);
TextDrawShowForPlayer(playerid, Text:Textdraw6);
TextDrawShowForPlayer(playerid, Text:Textdraw8);
TextDrawShowForPlayer(playerid, Text:Textdraw9);
TextDrawShowForPlayer(playerid, Text:Textdraw10);
TextDrawShowForPlayer(playerid, Text:Textdraw11);
return 1;
}
http://pastebin.com/m59fe4e9
ignore line 6

