10.01.2017, 21:30
tenho um comando /tagvip em dialog onde muda a cor da tag VIP .
Eu botei isso lб no OnDialogResponse e deu 4 erros :
if( dialogid == D_TAGVIP )
{
if( response )
{
if( listitem == 0 )
{
if(PLAYER_VIP[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);
}
}
}
}
Eu botei isso lб no OnDialogResponse e deu 4 erros :
if( dialogid == D_TAGVIP )
{
if( response )
{
if( listitem == 0 )
{
if(PLAYER_VIP[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);
}
}
}
}