10.01.2017, 19:05
Quero que vcs faiz uma tag vip pra mim com a variavel: PLAYER_VIP Com essa extenзгo "Create3dTextLabel"
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);
}
editei a linha if(PLAYER_VIP[playerid]) para : if(pInfo[ playerid ][ PLAYER_VIP ] == 1 )
Agora deu certo. serб que quando o vip dar /Tagvip e colocar a primeira opзгo ou seja a tag dele ficar branca. Serб que vai mudar. ou preciso definir uma string pra ele ? |
editei a linha if(PLAYER_VIP[playerid]) para : if(pInfo[ playerid ][ PLAYER_VIP ] == 1 )
Agora deu certo. serб que quando o vip dar /Tagvip e colocar a primeira opзгo ou seja a tag dele ficar branca. Serб que vai mudar. ou preciso definir uma string pra ele ? |
Delete3DTextLabel(TAG_ADMIN[playerid]);
TAG_ADMIN[playerid] = Create3DTextLabel("VIP", 0xFFFFFFFF, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(TAG_ADMIN[playerid], playerid, 0.0, 0.0, 0.7);