TD Question
#3

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
pawn Код:
public OnPlayerConnect(playerid)
{
     TextDrawShowForPlayer(playerid,textdrawid);
     return 1;
}
Or adding textdraw in the callback onplayerconnect

pawn Код:
public OnPlayerConnect(playerid)
{
     Yeahhh = TextDrawCreate(280.0,550.0,"Yeahhhhhhh");
     return 1;
}
Reply


Messages In This Thread
nevermind - by ZmaXy - 15.01.2012, 03:53
Re: TD Question - by coole210 - 15.01.2012, 03:57
Re: TD Question - by Kitten - 15.01.2012, 03:58
Re: TD Question - by ZmaXy - 15.01.2012, 04:00
Re: TD Question - by Kitten - 15.01.2012, 04:17
Re: TD Question - by ScriptJorkis - 15.01.2012, 04:29

Forum Jump:


Users browsing this thread: 1 Guest(s)