Bem eu verifiquei as informacoes das casas e nao havia nada errado...
pawn Код:
onplayerconnect
// Los Santos
GangZoneShowForPlayer(playerid, GZfavela, 0xC0C0C0AA);
GangZoneShowForPlayer(playerid, GZShop, 0xC0C0C0AA);
GangZoneShowForPlayer(playerid, GZSkate, 0xC0C0C0AA);
GangZoneShowForPlayer(playerid, GZAero, 0xC0C0C0AA);
// Las Venturas
GangZoneShowForPlayer(playerid, GZconstrucao, 0xC0C0C0AA);
GangZoneShowForPlayer(playerid, GZbarco, 0xC0C0C0AA);
GangZoneShowForPlayer(playerid, GZestadio, 0xC0C0C0AA);
GangZoneShowForPlayer(playerid, GZpraca, 0xC0C0C0AA);
// forte carson
GangZoneShowForPlayer(playerid, GZforte1, 0xC0C0C0AA);
GangZoneShowForPlayer(playerid, GZforte2, 0xC0C0C0AA);
// San Fierro
GangZoneShowForPlayer(playerid, GZfierro1, 0xC0C0C0AA);
GangZoneShowForPlayer(playerid, GZfierro2, 0xC0C0C0AA);
GangZoneShowForPlayer(playerid, GZfierro3, 0xC0C0C0AA);
GangZoneShowForPlayer(playerid, GZfierro4, 0xC0C0C0AA);
GangZoneShowForPlayer(playerid, GZfierro5, 0xC0C0C0AA);
// RedCounty
GangZoneShowForPlayer(playerid, GZred1, 0xC0C0C0AA);
GangZoneShowForPlayer(playerid, GZred2, 0xC0C0C0AA);
GangZoneShowForPlayer(playerid, GZred3, 0xC0C0C0AA);
GangZoneShowForPlayer(playerid, GZred4, 0xC0C0C0AA);
GangZoneShowForPlayer(playerid, GZred5, 0xC0C0C0AA);
//Deserto
GangZoneShowForPlayer(playerid, GZdeserto1, 0xC0C0C0AA);
GangZoneShowForPlayer(playerid, GZdeserto2, 0xC0C0C0AA);
GangZoneShowForPlayer(playerid, GZdeserto3, 0xC0C0C0AA);
GangZoneShowForPlayer(playerid, GZdeserto4, 0xC0C0C0AA);
GangZoneShowForPlayer(playerid, GZdeserto5, 0xC0C0C0AA);
if(donofavela == 0)
{
GangZoneShowForPlayer(playerid, GZfavela, 0xC0C0C0AA);
}
if(donofavela == 1)
{
GangZoneShowForPlayer(playerid, GZfavela, TEAM_GROVE_COLOR);
}
if(donofavela == 2)
{
GangZoneShowForPlayer(playerid, GZfavela, TEAM_BALLAS_COLOR);
}
if(donofavela == 3)
{
GangZoneShowForPlayer(playerid, GZfavela, TEAM_VAGOS_COLOR);
}
if(donofavela == 4)
{
GangZoneShowForPlayer(playerid, GZfavela, TEAM_AZTECAS_COLOR);
}
if(donofavela == 5)
{
GangZoneShowForPlayer(playerid, GZfavela, COR_POLICIA);
}
if(donofavela == 6)
{
GangZoneShowForPlayer(playerid, GZfavela, COR_POLICIA);
}
if(donofavela == 7)
{
GangZoneShowForPlayer(playerid, GZfavela, COR_MAIORAIS);
}
if(donoskate == 0)
{
GangZoneShowForPlayer(playerid, GZSkate, 0xC0C0C0AA);
}
if(donoskate == 1)
{
GangZoneShowForPlayer(playerid, GZSkate, TEAM_GROVE_COLOR);
}
if(donoskate == 2)
{
GangZoneShowForPlayer(playerid, GZSkate, TEAM_BALLAS_COLOR);
}
if(donoskate == 3)
{
GangZoneShowForPlayer(playerid, GZSkate, TEAM_VAGOS_COLOR);
}
if(donoskate == 4)
{
GangZoneShowForPlayer(playerid, GZSkate, TEAM_AZTECAS_COLOR);
}
if(donoskate == 5)
{
GangZoneShowForPlayer(playerid, GZSkate, COR_POLICIA);
}
if(donoskate == 6)
{
GangZoneShowForPlayer(playerid, GZSkate, COR_POLICIA);
}
if(donoskate == 7)
{
GangZoneShowForPlayer(playerid, GZSkate, COR_MAIORAIS);
}
if(donoshop == 0)
{
GangZoneShowForPlayer(playerid, GZShop, 0xC0C0C0AA);
}
if(donoshop == 1)
{
GangZoneShowForPlayer(playerid, GZShop, TEAM_GROVE_COLOR);
}
if(donoshop == 2)
{
GangZoneShowForPlayer(playerid, GZShop, TEAM_BALLAS_COLOR);
}
if(donoshop == 3)
{
GangZoneShowForPlayer(playerid, GZShop, TEAM_VAGOS_COLOR);
}
if(donoshop == 4)
{
GangZoneShowForPlayer(playerid, GZShop, TEAM_AZTECAS_COLOR);
}
if(donoshop == 5)
{
GangZoneShowForPlayer(playerid, GZShop, COR_POLICIA);
}
if(donoshop == 6)
{
GangZoneShowForPlayer(playerid, GZShop, COR_POLICIA);
}
if(donoshop == 7)
{
GangZoneShowForPlayer(playerid, GZShop, COR_MAIORAIS);
}
if(donoaero == 0)
{
GangZoneShowForPlayer(playerid, GZAero, 0xC0C0C0AA);
}
if(donoaero == 1)
{
GangZoneShowForPlayer(playerid, GZAero, TEAM_GROVE_COLOR);
}
if(donoaero == 2)
{
GangZoneShowForPlayer(playerid, GZAero, TEAM_BALLAS_COLOR);
}
if(donoaero == 3)
{
GangZoneShowForPlayer(playerid, GZAero, TEAM_VAGOS_COLOR);
}
if(donoaero == 4)
{
GangZoneShowForPlayer(playerid, GZAero, TEAM_AZTECAS_COLOR);
}
if(donoaero == 5)
{
GangZoneShowForPlayer(playerid, GZAero, COR_POLICIA);
}
if(donoaero == 6)
{
GangZoneShowForPlayer(playerid, GZAero, COR_POLICIA);
}
if(donoaero == 7)
{
GangZoneShowForPlayer(playerid, GZAero, COR_MAIORAIS);
}
// Las Venturas
if(donoconstrucao == 0)
{
GangZoneShowForPlayer(playerid, GZconstrucao, 0xC0C0C0AA);
}
if(donoconstrucao == 1)
{
GangZoneShowForPlayer(playerid, GZconstrucao, COR_STRACCI);
}
if(donoconstrucao == 2)
{
GangZoneShowForPlayer(playerid, GZconstrucao, COR_BARZINI);
}
if(donoconstrucao == 3)
{
GangZoneShowForPlayer(playerid, GZconstrucao, COR_TATTAGLIAS);
}
if(donoconstrucao == 4)
{
GangZoneShowForPlayer(playerid, GZconstrucao, COR_CUNEO);
}
if(donoconstrucao == 5)
{
GangZoneShowForPlayer(playerid, GZconstrucao, COR_POLICIA);
}
if(donoconstrucao == 6)
{
GangZoneShowForPlayer(playerid, GZconstrucao, COR_POLICIA);
}
if(donoconstrucao == 7)
{
GangZoneShowForPlayer(playerid, GZconstrucao, COR_CORLEONE);
}
if(donoestadio == 0)
{
GangZoneShowForPlayer(playerid, GZestadio, 0xC0C0C0AA);
}
if(donoestadio == 1)
{
GangZoneShowForPlayer(playerid, GZestadio, COR_STRACCI);
}
if(donoestadio == 2)
{
GangZoneShowForPlayer(playerid, GZestadio, COR_BARZINI);
}
if(donoestadio == 3)
{
GangZoneShowForPlayer(playerid, GZestadio, COR_TATTAGLIAS);
}
if(donoestadio == 4)
{
GangZoneShowForPlayer(playerid, GZestadio, COR_CUNEO);
}
if(donoestadio == 5)
{
GangZoneShowForPlayer(playerid, GZestadio, COR_POLICIA);
}
if(donoestadio == 6)
{
GangZoneShowForPlayer(playerid, GZestadio, COR_POLICIA);
}
if(donoestadio == 7)
{
GangZoneShowForPlayer(playerid, GZestadio, COR_CORLEONE);
}
if(donobarco == 0)
{
GangZoneShowForPlayer(playerid, GZbarco, 0xC0C0C0AA);
}
if(donobarco == 1)
{
GangZoneShowForPlayer(playerid, GZbarco, COR_STRACCI);
}
if(donobarco == 2)
{
GangZoneShowForPlayer(playerid, GZbarco, COR_BARZINI);
}
if(donobarco == 3)
{
GangZoneShowForPlayer(playerid, GZbarco, COR_TATTAGLIAS);
}
if(donobarco == 4)
{
GangZoneShowForPlayer(playerid, GZbarco, COR_CUNEO);
}
if(donobarco == 5)
{
GangZoneShowForPlayer(playerid, GZbarco, COR_POLICIA);
}
if(donobarco == 6)
{
GangZoneShowForPlayer(playerid, GZbarco, COR_POLICIA);
}
if(donobarco == 7)
{
GangZoneShowForPlayer(playerid, GZbarco, COR_CORLEONE);
}
if(donopraca == 0)
{
GangZoneShowForPlayer(playerid, GZpraca, 0xC0C0C0AA);
}
if(donopraca == 1)
{
GangZoneShowForPlayer(playerid, GZpraca, COR_STRACCI);
}
if(donopraca == 2)
{
GangZoneShowForPlayer(playerid, GZpraca, COR_BARZINI);
}
if(donopraca == 3)
{
GangZoneShowForPlayer(playerid, GZpraca, COR_TATTAGLIAS);
}
if(donopraca == 4)
{
GangZoneShowForPlayer(playerid, GZpraca, COR_CUNEO);
}
if(donopraca == 5)
{
GangZoneShowForPlayer(playerid, GZpraca, COR_POLICIA);
}
if(donopraca == 6)
{
GangZoneShowForPlayer(playerid, GZpraca, COR_POLICIA);
}
if(donopraca == 7)
{
GangZoneShowForPlayer(playerid, GZpraca, COR_CORLEONE);
}
// forte carson
if(donoforte1 == 0)
{
GangZoneShowForPlayer(playerid, GZforte1, 0xC0C0C0AA);
}
if(donoforte1 == 1)
{
GangZoneShowForPlayer(playerid, GZforte1, COR_POLICIA);
}
if(donoforte1 == 2)
{
GangZoneShowForPlayer(playerid, GZforte1, COR_VIBORA);
}
if(donoforte1 == 3)
{
GangZoneShowForPlayer(playerid, GZforte1, COR_COWBOY);
}
if(donoforte2 == 0)
{
GangZoneShowForPlayer(playerid, GZforte2, 0xC0C0C0AA);
}
if(donoforte2 == 1)
{
GangZoneShowForPlayer(playerid, GZforte2, COR_POLICIA);
}
if(donoforte2 == 2)
{
GangZoneShowForPlayer(playerid, GZforte2, COR_VIBORA);
}
if(donoforte2 == 3)
{
GangZoneShowForPlayer(playerid, GZforte2, COR_COWBOY);
}
//san fierro
if(donofierro1 == 0)
{
GangZoneShowForPlayer(playerid, GZfierro1, 0xC0C0C0AA);
}
if(donofierro1 == 1)
{
GangZoneShowForPlayer(playerid, GZfierro1, COR_POLICIA);
}
if(donofierro1 == 2)
{
GangZoneShowForPlayer(playerid, GZfierro1, COR_PCC);
}
if(donofierro1 == 3)
{
GangZoneShowForPlayer(playerid, GZfierro1, COR_CV);
}
if(donofierro1 == 4)
{
GangZoneShowForPlayer(playerid, GZfierro1, COR_STRONDA);
}
if(donofierro1 == 5)
{
GangZoneShowForPlayer(playerid, GZfierro1, COR_POLICIA);
}
if(donofierro2 == 0)
{
GangZoneShowForPlayer(playerid, GZfierro2, 0xC0C0C0AA);
}
if(donofierro2 == 1)
{
GangZoneShowForPlayer(playerid, GZfierro2, COR_POLICIA);
}
if(donofierro2 == 2)
{
GangZoneShowForPlayer(playerid, GZfierro2, COR_PCC);
}
if(donofierro2 == 3)
{
GangZoneShowForPlayer(playerid, GZfierro2, COR_CV);
}
if(donofierro2 == 4)
{
GangZoneShowForPlayer(playerid, GZfierro2, COR_STRONDA);
}
if(donofierro2 == 5)
{
GangZoneShowForPlayer(playerid, GZfierro2, COR_POLICIA);
}
if(donofierro3 == 0)
{
GangZoneShowForPlayer(playerid, GZfierro3, 0xC0C0C0AA);
}
if(donofierro3 == 1)
{
GangZoneShowForPlayer(playerid, GZfierro3, COR_POLICIA);
}
if(donofierro3 == 2)
{
GangZoneShowForPlayer(playerid, GZfierro3, COR_PCC);
}
if(donofierro3 == 3)
{
GangZoneShowForPlayer(playerid, GZfierro3, COR_CV);
}
if(donofierro3 == 4)
{
GangZoneShowForPlayer(playerid, GZfierro3, COR_STRONDA);
}
if(donofierro3 == 5)
{
GangZoneShowForPlayer(playerid, GZfierro3, COR_POLICIA);
}
if(donofierro4 == 0)
{
GangZoneShowForPlayer(playerid, GZfierro4, 0xC0C0C0AA);
}
if(donofierro4 == 1)
{
GangZoneShowForPlayer(playerid, GZfierro4, COR_POLICIA);
}
if(donofierro4 == 2)
{
GangZoneShowForPlayer(playerid, GZfierro4, COR_PCC);
}
if(donofierro4 == 3)
{
GangZoneShowForPlayer(playerid, GZfierro4, COR_CV);
}
if(donofierro4 == 4)
{
GangZoneShowForPlayer(playerid, GZfierro4, COR_STRONDA);
}
if(donofierro4 == 5)
{
GangZoneShowForPlayer(playerid, GZfierro4, COR_POLICIA);
}
if(donofierro5 == 0)
{
GangZoneShowForPlayer(playerid, GZfierro5, 0xC0C0C0AA);
}
if(donofierro5 == 1)
{
GangZoneShowForPlayer(playerid, GZfierro5, COR_POLICIA);
}
if(donofierro5 == 2)
{
GangZoneShowForPlayer(playerid, GZfierro5, COR_PCC);
}
if(donofierro5 == 3)
{
GangZoneShowForPlayer(playerid, GZfierro5, COR_CV);
}
if(donofierro5 == 4)
{
GangZoneShowForPlayer(playerid, GZfierro5, COR_STRONDA);
}
if(donofierro5 == 5)
{
GangZoneShowForPlayer(playerid, GZfierro5, COR_POLICIA);
}
//red countri
if(donored1 == 0)
{
GangZoneShowForPlayer(playerid, GZred1, 0xC0C0C0AA);
}
if(donored1 == 1)
{
GangZoneShowForPlayer(playerid, GZred1, COR_POLICIA);
}
if(donored1 == 2)
{
GangZoneShowForPlayer(playerid, GZred1, COR_MS13);
}
if(donored1 == 3)
{
GangZoneShowForPlayer(playerid, GZred1, COR_BLOODZ);
}
if(donored1 == 4)
{
GangZoneShowForPlayer(playerid, GZred1, COR_CRIPZ);
}
if(donored2 == 0)
{
GangZoneShowForPlayer(playerid, GZred2, 0xC0C0C0AA);
}
if(donored2 == 1)
{
GangZoneShowForPlayer(playerid, GZred2, COR_POLICIA);
}
if(donored2 == 2)
{
GangZoneShowForPlayer(playerid, GZred2, COR_MS13);
}
if(donored2 == 3)
{
GangZoneShowForPlayer(playerid, GZred2, COR_BLOODZ);
}
if(donored2 == 4)
{
GangZoneShowForPlayer(playerid, GZred2, COR_CRIPZ);
}
if(donored3 == 0)
{
GangZoneShowForPlayer(playerid, GZred3, 0xC0C0C0AA);
}
if(donored3 == 1)
{
GangZoneShowForPlayer(playerid, GZred3, COR_POLICIA);
}
if(donored3 == 2)
{
GangZoneShowForPlayer(playerid, GZred3, COR_MS13);
}
if(donored3 == 3)
{
GangZoneShowForPlayer(playerid, GZred3, COR_BLOODZ);
}
if(donored3 == 4)
{
GangZoneShowForPlayer(playerid, GZred3, COR_CRIPZ);
}
if(donored4 == 0)
{
GangZoneShowForPlayer(playerid, GZred4, 0xC0C0C0AA);
}
if(donored4 == 1)
{
GangZoneShowForPlayer(playerid, GZred4, COR_POLICIA);
}
if(donored4 == 2)
{
GangZoneShowForPlayer(playerid, GZred4, COR_MS13);
}
if(donored4 == 3)
{
GangZoneShowForPlayer(playerid, GZred4, COR_BLOODZ);
}
if(donored4 == 4)
{
GangZoneShowForPlayer(playerid, GZred4, COR_CRIPZ);
}
if(donored5 == 0)
{
GangZoneShowForPlayer(playerid, GZred5, 0xC0C0C0AA);
}
if(donored5 == 1)
{
GangZoneShowForPlayer(playerid, GZred5, COR_POLICIA);
}
if(donored5 == 2)
{
GangZoneShowForPlayer(playerid, GZred5, COR_MS13);
}
if(donored5 == 3)
{
GangZoneShowForPlayer(playerid, GZred5, COR_BLOODZ);
}
if(donored5 == 4)
{
GangZoneShowForPlayer(playerid, GZred5, COR_CRIPZ);
}
//deserto
if(donodeserto1 == 0)
{
GangZoneShowForPlayer(playerid, GZdeserto1, 0xC0C0C0AA);
}
if(donodeserto1 == 1)
{
GangZoneShowForPlayer(playerid, GZdeserto1, COR_POLICIA);
}
if(donodeserto1 == 2)
{
GangZoneShowForPlayer(playerid, GZdeserto1, COR_CALLE);
}
if(donodeserto1 == 3)
{
GangZoneShowForPlayer(playerid, GZdeserto1, COR_SUL);
}
if(donodeserto1 == 4)
{
GangZoneShowForPlayer(playerid, GZdeserto1, COR_NORT);
}
if(donodeserto2 == 0)
{
GangZoneShowForPlayer(playerid, GZdeserto2, 0xC0C0C0AA);
}
if(donodeserto2 == 1)
{
GangZoneShowForPlayer(playerid, GZdeserto2, COR_POLICIA);
}
if(donodeserto2 == 2)
{
GangZoneShowForPlayer(playerid, GZdeserto2, COR_CALLE);
}
if(donodeserto2 == 3)
{
GangZoneShowForPlayer(playerid, GZdeserto2, COR_SUL);
}
if(donodeserto2 == 4)
{
GangZoneShowForPlayer(playerid, GZdeserto2, COR_NORT);
}
if(donodeserto3 == 0)
{
GangZoneShowForPlayer(playerid, GZdeserto3, 0xC0C0C0AA);
}
if(donodeserto3 == 1)
{
GangZoneShowForPlayer(playerid, GZdeserto3, COR_POLICIA);
}
if(donodeserto3 == 2)
{
GangZoneShowForPlayer(playerid, GZdeserto3, COR_CALLE);
}
if(donodeserto3 == 3)
{
GangZoneShowForPlayer(playerid, GZdeserto3, COR_SUL);
}
if(donodeserto3 == 4)
{
GangZoneShowForPlayer(playerid, GZdeserto3, COR_NORT);
}
if(donodeserto4 == 0)
{
GangZoneShowForPlayer(playerid, GZdeserto4, 0xC0C0C0AA);
}
if(donodeserto4 == 1)
{
GangZoneShowForPlayer(playerid, GZdeserto4, COR_POLICIA);
}
if(donodeserto4 == 2)
{
GangZoneShowForPlayer(playerid, GZdeserto4, COR_CALLE);
}
if(donodeserto4 == 3)
{
GangZoneShowForPlayer(playerid, GZdeserto4, COR_SUL);
}
if(donodeserto4 == 4)
{
GangZoneShowForPlayer(playerid, GZdeserto4, COR_NORT);
}
if(donodeserto5 == 0)
{
GangZoneShowForPlayer(playerid, GZdeserto5, 0xC0C0C0AA);
}
if(donodeserto5 == 1)
{
GangZoneShowForPlayer(playerid, GZdeserto5, COR_POLICIA);
}
if(donodeserto5 == 2)
{
GangZoneShowForPlayer(playerid, GZdeserto5, COR_CALLE);
}
if(donodeserto5 == 3)
{
GangZoneShowForPlayer(playerid, GZdeserto5, COR_SUL);
}
if(donodeserto5 == 4)
{
GangZoneShowForPlayer(playerid, GZdeserto5, COR_NORT);
}