05.04.2010, 01:24
here is an example for 3dtext for rcon admins :
Under OnPlayerSpawn :
Under OnPlayerSpawn :
Код:
new Text3D:label1[MAX_PLAYERS];
if(IsPlayerAdmin(playerid)) {
label1[playerid] = Create3DTextLabel("Rcon Admin",0x008080FF,30.0,40.0,50.0,40.0,0);
Attach3DTextLabelToPlayer(label1[playerid], playerid, 0.0, 0.0, 0.7);
}

