24.08.2011, 01:06
Under OnPlayerConnect
pawn Code:
public OnPlayerConnect(playerid)
{
TextDrawShowForPlayer(playerid, Textdraw0);
return 1;
}