Text draw
#2

pawn Код:
public OnPlayerConnect(playerid)
{
    new rope[128];
    GetPlayerName(playerid,nAme,sizeof(nAme));
    format(rope,sizeof(rope),"Join: %s",nAme);
    TextDrawSetString(joinmsg,String);
    TextDrawShowForAll(joinmsg);
    return 1;
}
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: 2 Guest(s)