Attach3DTextLabelToPlayer
#7

pawn Код:
public OnPlayerSpawn(playerid)
{
    new
        string[32],
        Text3D:label = CreateDynamic3DTextLabel(string, White, 0, 0, 0.1, 10, playerid, INVALID_VEHICLE_ID, -1, -1 ,-1, -1);
    format(string, sizeof(string), "Player's ID: %i", playerid);
    Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.1);
    return 1;
}
Still not appearing. Appears trough a command, but that's not the point.
Reply


Messages In This Thread
Attach3DTextLabelToPlayer - by rhds - 29.03.2013, 21:49
Re: Attach3DTextLabelToPlayer - by Pottus - 29.03.2013, 22:47
Re: Attach3DTextLabelToPlayer - by SuperViper - 29.03.2013, 23:08
Re: Attach3DTextLabelToPlayer - by rhds - 30.03.2013, 07:46
Re: Attach3DTextLabelToPlayer - by Pottus - 30.03.2013, 08:26
Re: Attach3DTextLabelToPlayer - by rhds - 30.03.2013, 08:43
Re: Attach3DTextLabelToPlayer - by rhds - 30.03.2013, 09:15
Re: Attach3DTextLabelToPlayer - by Apenmeeuw - 30.03.2013, 09:31
Re: Attach3DTextLabelToPlayer - by rhds - 30.03.2013, 11:05

Forum Jump:


Users browsing this thread: 1 Guest(s)