20.09.2009, 15:29
Quote:
|
Originally Posted by [B
Vortex ]
Quote:
Thanks for remindeing me of the 3D lables :P |
I started off with owner (133
.. here is my code:pawn Код:
if(PlayerInfo[playerid][Level] == 1338)
{
new Text3D:Management3D;
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
Management3D = Create3DTextLabel("Management", MANAGEMENT, X, Y, Z, 40.0, -1, 0);
Attach3DTextLabelToPlayer(Management3D,playerid,X, Y, Z);
return 1;
}
I'm new to 3D Labels so if this code is wrong (haven't tested yet just about to) let me know.

