NPC's name
#6

pawn Код:
public OnPlayerConnect(playerid)
{
    if(IsPlayerNPC(playerid)) {
    new Text3D:label = Create3DTextLabel("Bob", 0xFFFFFFFF, 0.0, 0.0, -50.0, 40.0, 0);
    Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7); }
    return 1;
}
Reply


Messages In This Thread
NPC's name - by Crazyboobs - 10.07.2012, 14:49
Re: NPC's name - by clarencecuzz - 10.07.2012, 14:53
Re: NPC's name - by Crazyboobs - 10.07.2012, 14:59
Re: NPC's name - by clarencecuzz - 10.07.2012, 15:39
Re: NPC's name - by Crazyboobs - 10.07.2012, 15:40
Re: NPC's name - by clarencecuzz - 10.07.2012, 15:44

Forum Jump:


Users browsing this thread: 1 Guest(s)