15.02.2015, 19:44
if(PlayerInfo[playerid][Level] >= 1) {
how ?
Write on top his skin Attach3DTextLabelToPlayer : (Admin)
how ?
Write on top his skin Attach3DTextLabelToPlayer : (Admin)
// attach script
new textAdmin[MAX_PLAYERS];
textAdmin[playerid] = Attach3DTextLabelToPlayer( "Admin", playerid, 0.0, 0.0, 3.0 );
// destroy script
Delete3DTextLabel(textAdmin[playerid]);