15.01.2012, 03:58
Please be more specific, what do you mean by "When TextDraw put under OnGameModeInit, when the OnPlayerConnect?", by looking at the text do you mean how to add the textdraw onplayerconnect or show the textdraw?
Well i'll just show both.
Showing OnPlayerConnect
Or adding textdraw in the callback onplayerconnect
Well i'll just show both.
Showing OnPlayerConnect
pawn Код:
public OnPlayerConnect(playerid)
{
TextDrawShowForPlayer(playerid,textdrawid);
return 1;
}
pawn Код:
public OnPlayerConnect(playerid)
{
Yeahhh = TextDrawCreate(280.0,550.0,"Yeahhhhhhh");
return 1;
}