Adding a new name tag...
#2

Its not that hard, I don't have time at this moment. But maybe I can make it for you, you have my msn bother me sometime. :P

Edit: I will give you an example then:

Under OnGameModeInit you put

pawn Код:
ShowNameTags( 0 );
And for the player text in text label you put

pawn Код:
GetPlayerName( playerid, Name, sizeof( Name ) );
label[playerid] = Create3DTextLabel("%s",0x008080FF,30.0,40.0,50.0,40.0,0, Name);
Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 0.7);
Something like that, I feel like I forgot something, its late. Goodluck with it.
Reply


Messages In This Thread
Adding a new name tag... - by Scenario - 23.08.2010, 19:55
Re: Adding a new name tag... - by playbox12 - 23.08.2010, 19:58
Re: Adding a new name tag... - by Scenario - 23.08.2010, 20:00
Re: Adding a new name tag... - by Scenario - 23.08.2010, 20:39

Forum Jump:


Users browsing this thread: 1 Guest(s)