[Ajuda] Textdraw Nick
#8

tente assim na sua callback OnPlayerConnect.
pawn Код:
public OnPlayerConnect(playerid)
{
    new Name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, Name, sizeof(Name));
    TextDrawShowForPlayer(playerid, Textdraw10);
    format(gString, sizeof(gString), "%s", Name);
    TextDrawSetString(Textdraw10, gString);
    return 1;
}
Reply


Messages In This Thread
Textdraw Nick - by robertsz - 24.04.2013, 01:03
Re: Textdraw Nick - by robertsz - 24.04.2013, 01:52
Re: Textdraw Nick - by Kmatsu - 24.04.2013, 02:10
Re: Textdraw Nick - by robertsz - 24.04.2013, 02:17
Re: Textdraw Nick - by Nill.Oliveira - 24.04.2013, 02:27
Re: Textdraw Nick - by robertsz - 24.04.2013, 02:30
Re: Textdraw Nick - by Delete_ - 24.04.2013, 02:33
Re: Textdraw Nick - by Nill.Oliveira - 24.04.2013, 02:34
Re: Textdraw Nick - by robertsz - 24.04.2013, 02:36
Re: Textdraw Nick - by Delete_ - 24.04.2013, 02:37

Forum Jump:


Users browsing this thread: 2 Guest(s)