Hallo,
wollte mache, dass wenn man Adminonduty ist ein 3D TextLabel übern Kopf ist.
Errors bekomme ich keine aber es funktioniert Ingame nicht
- new Float:X, Float:Y, Float:Z;
GetPlayerPos (playerid, X, Y, Z);
new Text3D:ADuty[MAX_PLAYER_NAME];
ADuty[playerid] = Create3DTextLabel("Admin-OnDuty",COLOR_ORANGE,X,Y,Z,50.0,0,0);
Attach3DTextLabelToPlayer(ADuty[playerid], playerid, 0.0, 0.0, 0.75);
Mfg Leon