12.09.2012, 16:34
Hello..
I have made some textdraws but they don't show when i get ingame
My OnPlayerConnect
All the textdraws are properly made and they have strings and all other stuff
I have made some textdraws but they don't show when i get ingame
My OnPlayerConnect
pawn Code:
public OnPlayerConnect(playerid)
{
TextDrawShowForPlayer(playerid, Textdraw0);
TextDrawShowForPlayer(playerid, Textdraw1);
TextDrawShowForPlayer(playerid, Textdraw3);
TextDrawShowForPlayer(playerid, Textdraw5);
TextDrawShowForPlayer(playerid, Textdraw7);
return 1;
}