[AJUDA] Erro GZ
#1

Resolvido
Reply
#2

Aparece alguma mensagem?
Reply
#3

Nгo intendi, todas as GangZona nгo aparecem ? ou aparecem e nгo da para dominar ?
Ou somente aparece 1 GangZona ?
Reply
#4

Quote:
Originally Posted by Stronda_Novato
Посмотреть сообщение
Nгo intendi, todas as GangZona nгo aparecem ? ou aparecem e nгo da para dominar ?
Ou somente aparece 1 GangZona ?
So Aparece uma gangzone e so da pra dominar uma gangzone, mesmo eu indo no lugar da outra gangzone nao da pra dominar
Reply
#5

Malz pelo double, й que se eu por cada gangzone em um comando funfa normal, mais nao aparece duas gz no mapa so aparece uma que й a do estadio, mais eu quero o comando tudo junto alguem pode me ajudar?
Reply
#6

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!




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);
    }
Reply
#7

nгo funcionou, acho qe vou deixar somente uma gz.
Reply
#8

NOSSAAAAAAAAAA TRAGICO ERRO MEU malz ae

olha isso
pawn Код:
if(donoEsfinge == 0) // Nome ta esfinge
    {
         GangZoneShowForPlayer(playerid, GZEstadio, 0xC0C0C0AA); // Aqui ta estadio? kkkkkkkkk malz ae
    }
    if(donoEsfinge == 1)
    {
        GangZoneShowForPlayer(playerid, GZEstadio, CorPolicia);
    }
    if(donoEsfinge == 2)
    {
        GangZoneShowForPlayer(playerid, GZEstadio,CorBope);
    }
    if(donoEsfinge == 3)
    {
         GangZoneShowForPlayer(playerid, GZEstadio, CorPC);
    }
    if(donoEsfinge == 4)
    {
        GangZoneShowForPlayer(playerid, GZEstadio, CorPF);
    }
    if(donoEsfinge == 5)
    {
        GangZoneShowForPlayer(playerid, GZEstadio, CorGroove);
    }
    if(donoEsfinge == 6)
    {
        GangZoneShowForPlayer(playerid, GZEstadio, CorBallas);
    }
    if(donoEsfinge == 7)
    {
         GangZoneShowForPlayer(playerid, GZEstadio, CorAztecas);
    }
    if(donoEsfinge == 8)
    {
        GangZoneShowForPlayer(playerid, GZEstadio, CorVagos);
    }
    if(donoEsfinge == 9)
    {
        GangZoneShowForPlayer(playerid, GZEstadio, CorCV);
    }
Reply
#9

O problema que se tirar as inf... e so deixar as GangZoneShowForPlayer, acho que o CMD nгo vai executa corretamente, mais tenta:
pawn Код:
PlayerInfo[playerid][pMembro] = 1;
         GangZoneShowForPlayer(playerid, GZEstadio, 0xC0C0C0AA);
         GangZoneShowForPlayer(playerid, GZEstadio, CorPolicia);
         GangZoneShowForPlayer(playerid, GZEstadio,CorBope);
         GangZoneShowForPlayer(playerid, GZEstadio, CorPC);
         GangZoneShowForPlayer(playerid, GZEstadio, CorPF);
         GangZoneShowForPlayer(playerid, GZEstadio, CorGroove);
         GangZoneShowForPlayer(playerid, GZEstadio, CorBallas);
         GangZoneShowForPlayer(playerid, GZEstadio, CorAztecas);
         GangZoneShowForPlayer(playerid, GZEstadio, CorVagos);
         GangZoneShowForPlayer(playerid, GZEstadio, CorCV);
         GangZoneShowForPlayer(playerid, GZEstadio, 0xC0C0C0AA);
         GangZoneShowForPlayer(playerid, GZEstadio, CorPolicia);
         GangZoneShowForPlayer(playerid, GZEstadio,CorBope);
         GangZoneShowForPlayer(playerid, GZEstadio, CorPC);
         GangZoneShowForPlayer(playerid, GZEstadio, CorPF);
         GangZoneShowForPlayer(playerid, GZEstadio, CorGroove);
         GangZoneShowForPlayer(playerid, GZEstadio, CorBallas);
         GangZoneShowForPlayer(playerid, GZEstadio, CorAztecas);
         GangZoneShowForPlayer(playerid, GZEstadio, CorVagos);
         GangZoneShowForPlayer(playerid, GZEstadio, CorCV);
Reply
#10

arrumei a parada da gangzone nao aparecer, mais agora nao ta dando pra dominar as duas, da pra dominar somente a esfinge, a unica soluзao й fazer dois comandos pra dominar ai sim funfa, mais quero tu no /do
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)