22.02.2011, 19:22
pawn Код:
command(playerlabel, playerid, params[])
{
#pragma unused params
new PlayerText3D:playertextid;
new Float:X, Float:Y, Float:Z;
if(Player[playerid][AdminLevel] >= 4)
{
GetPlayerPos(playerid, X, Y, Z);
playertextid = CreatePlayer3DTextLabel(playerid, "a", WHITE, X, Y, Z, 40.0);
Attach3DTextLabelToPlayer(playertextid[playerid], playerid, 0.0, 0.0, 0.7);
}