29.08.2011, 13:21
Creio eu que o problema da dominaзгo й a seguinte:
PlayerInfo[playerid][pMembro] = 1; essa variavel nгo irб fucionar em todas as inf se ele nao tiver definida em todas..
ou seja vocк sу definio no inicio! da inf, e nгo dentro!
tente isso, quem sabe resolve o problema da dominaзгo, mais acho que era para funfa corretamente!
PlayerInfo[playerid][pMembro] = 1; essa variavel nгo irб fucionar em todas as inf se ele nao tiver definida em todas..
ou seja vocк sу definio no inicio! da inf, e nгo dentro!
tente isso, quem sabe resolve o problema da dominaзгo, mais acho que era para funfa corretamente!
pawn Код:
OnGameModeInit:
GZEsfinge = GangZoneCreate(2048.504, 1206.358, 2396.036, 1380.421);
GZEstadio = GangZoneCreate(1271.44, 2092.145, 1384.68, 2208.187);
OnPlayerConnect:
if(donoEstadio == 0)
{
PlayerInfo[playerid][pMembro] = 1;
GangZoneShowForPlayer(playerid, GZEstadio, 0xC0C0C0AA);
}
if(donoEstadio == 1)
{
PlayerInfo[playerid][pMembro] = 1;
GangZoneShowForPlayer(playerid, GZEstadio, CorPolicia);
}
if(donoEstadio == 2)
{
PlayerInfo[playerid][pMembro] = 1;
GangZoneShowForPlayer(playerid, GZEstadio,CorBope);
}
if(donoEstadio == 3)
{
PlayerInfo[playerid][pMembro] = 1;
GangZoneShowForPlayer(playerid, GZEstadio, CorPC);
}
if(donoEstadio == 4)
{
PlayerInfo[playerid][pMembro] = 1;
GangZoneShowForPlayer(playerid, GZEstadio, CorPF);
}
if(donoEstadio == 5)
{
PlayerInfo[playerid][pMembro] = 1;
GangZoneShowForPlayer(playerid, GZEstadio, CorGroove);
}
if(donoEstadio == 6)
{
PlayerInfo[playerid][pMembro] = 1;
GangZoneShowForPlayer(playerid, GZEstadio, CorBallas);
}
if(donoEstadio == 7)
{
PlayerInfo[playerid][pMembro] = 1;
GangZoneShowForPlayer(playerid, GZEstadio, CorAztecas);
}
if(donoEstadio == 8)
{
PlayerInfo[playerid][pMembro] = 1;
GangZoneShowForPlayer(playerid, GZEstadio, CorVagos);
}
if(donoEstadio == 9)
{
PlayerInfo[playerid][pMembro] = 1;
GangZoneShowForPlayer(playerid, GZEstadio, CorCV);
}
if(donoEsfinge == 0)
{
PlayerInfo[playerid][pMembro] = 1;
GangZoneShowForPlayer(playerid, GZEstadio, 0xC0C0C0AA);
}
if(donoEsfinge == 1)
{
PlayerInfo[playerid][pMembro] = 1;
GangZoneShowForPlayer(playerid, GZEstadio, CorPolicia);
}
if(donoEsfinge == 2)
{
PlayerInfo[playerid][pMembro] = 1;
GangZoneShowForPlayer(playerid, GZEstadio,CorBope);
}
if(donoEsfinge == 3)
{
PlayerInfo[playerid][pMembro] = 1;
GangZoneShowForPlayer(playerid, GZEstadio, CorPC);
}
if(donoEsfinge == 4)
{
PlayerInfo[playerid][pMembro] = 1;
GangZoneShowForPlayer(playerid, GZEstadio, CorPF);
}
if(donoEsfinge == 5)
{
PlayerInfo[playerid][pMembro] = 1;
GangZoneShowForPlayer(playerid, GZEstadio, CorGroove);
}
if(donoEsfinge == 6)
{
PlayerInfo[playerid][pMembro] = 1;
GangZoneShowForPlayer(playerid, GZEstadio, CorBallas);
}
if(donoEsfinge == 7)
{
PlayerInfo[playerid][pMembro] = 1;
GangZoneShowForPlayer(playerid, GZEstadio, CorAztecas);
}
if(donoEsfinge == 8)
{
PlayerInfo[playerid][pMembro] = 1;
GangZoneShowForPlayer(playerid, GZEstadio, CorVagos);
}
if(donoEsfinge == 9)
{
PlayerInfo[playerid][pMembro] = 1;
GangZoneShowForPlayer(playerid, GZEstadio, CorCV);
}