Text draw
#3

Failed.

pawn Код:
public OnPlayerConnect(playerid)
{
new string[30],name[24];
GetPlayerName(playerid, name,sizeof(name));
format(string,sizeof(string),"Join: %s", name);
TextDrawSetString(joinmsg,string);
TextDrawShowForAll(joinmsg);
}
Reply


Messages In This Thread
Text draw - by SnG.Scot_MisCuDI - 21.12.2011, 20:36
Re: Text draw - by Tee - 21.12.2011, 20:40
Re: Text draw - by Jakku - 21.12.2011, 20:42
Re: Text draw - by Tee - 21.12.2011, 20:46
Re: Text draw - by Jakku - 21.12.2011, 20:51
Re: Text draw - by Tee - 21.12.2011, 20:53
Re: Text draw - by SnG.Scot_MisCuDI - 21.12.2011, 21:26
Re: Text draw - by Tee - 21.12.2011, 21:35
Re: Text draw - by SnG.Scot_MisCuDI - 21.12.2011, 22:04
Re: Text draw - by MadSkillz - 26.12.2011, 13:22

Forum Jump:


Users browsing this thread: 1 Guest(s)