18.07.2013, 08:31
i want to attach 3d text label on player spawn if he is admin
i tryed it so much :/ but it's not working
what's wrong on this code
i tryed it so much :/ but it's not working
what's wrong on this code
PHP код:
if(AccInfo[playerid][Level] >= 5)
{
label[playerid] = Create3DTextLabel("Admin Level 5 ", 0xFF9900AA, 27.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 0.7);
return 1;
}