29.05.2014, 15:38
Mohammed, do you mean;
You have created a Textdraw already and you want to show it to the players in a specific callback such as;
You have created a Textdraw already and you want to show it to the players in a specific callback such as;
pawn Код:
public OnPlayerConnect(playerid)
{
TextDrawShowForPlayer(playerid,loadsc1); // Probably the name is Loadsc1 as you specified before.
return 1;
}