3Dtext Label with kills
#3

pawn Код:
public OnPlayerSpawn( playerid )
{
    if( PlayerInfo[ playerid ][ pKills ] > 100 )
    {
        new Text3D:label = Create3DTextLabel( "Soldier", -1, 30.0, 40.0, 50.0, 40.0, 0 );
        Attach3DTextLabelToPlayer( label, playerid, 0.0, 0.0, 0.7 );
    }
    return 1;
}
Also, you can't see the 3D text on you/your head. Only the others can
Reply


Messages In This Thread
3Dtext Label with kills - by Ballu Miaa - 31.01.2012, 17:23
Re: 3Dtext Label with kills - by Ballu Miaa - 31.01.2012, 18:54
Re: 3Dtext Label with kills - by Konstantinos - 31.01.2012, 18:58

Forum Jump:


Users browsing this thread: 3 Guest(s)