[MTA]MaPeR5518,
в начало:
Code
new Text3D:label[MAX_PLAYERS];
в public OnPlayerSpawn
Code
if (PlayerInfo[playerid][pVip])
{
label[playerid] = Create3DTextLabel("V.I.P",0x008080FF,30.0,40.0,50.0,40.0,0);
Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 0.7);
}