29.03.2015, 10:27
PHP код:
{
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
new Text3D:ALabel = Create3DTextLabel(""COLOR_CRVENA"[Admin]",-1,x,y,z,30,0,0);
if(PlayerInfo[playerid][pAdministrator])
{
Attach3DTextLabelToPlayer(ALabel,playerid,x,y,z+1);
}