10.01.2017, 19:15
PHP код:
new Text3D:TAG_ADMIN[MAX_PLAYERS]; /*GLOBAL*/
if(PLAYER_VIP[playerid])
{
TAG_ADMIN[playerid] = Create3DTextLabel("ADMINISTRADOR", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(TAG_ADMIN[playerid], playerid, 0.0, 0.0, 0.7);
}
Mais alguma coisa ?