23.08.2010, 19:58
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
And for the player text in text label you put
Something like that, I feel like I forgot something, its late. Goodluck with it.
Edit: I will give you an example then:
Under OnGameModeInit you put
pawn Код:
ShowNameTags( 0 );
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);