SA-MP Forums Archive
[ajuda] GZ's - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [ajuda] GZ's (/showthread.php?tid=312332)



[ajuda] GZ's - Lord_Ching - 21.01.2012

Bom galera eu segui o tutorial do Jonathan Feitosa, https://sampforum.blast.hk/showthread.php?tid=279168, de com criar um GangZone.
Eu consegui criar um GZ mais agora nгo to conseguindo criar mais uma, ja tentei fazer do mesmo modo que a primeira mais na hora de digitar o comando para dominar diz que eu nгo estou em uma GangZone que foi o quк eu coloquei. Se tiver outro mйtodo de criar uma GZ diga tambem, por quк vai ajudar !

Aguardo respostas...valeu !


Respuesta: [ajuda] GZ's - gabrieldefreitas11 - 21.01.2012

https://sampforum.blast.hk/showthread.php?tid=182748
Muito Melhor que por comando e Funciona...!


Re: Respuesta: [ajuda] GZ's - Lord_Ching - 21.01.2012

Quote:
Originally Posted by gabrieldefreitas11
Посмотреть сообщение
https://sampforum.blast.hk/showthread.php?tid=182748 <<
Muito Melhor que por comando e Funciona...!
valeu vo ler e se ajudar...+rep


Respuesta: Re: Respuesta: [ajuda] GZ's - gabrieldefreitas11 - 21.01.2012

Quote:
Originally Posted by Lord_Ching
Посмотреть сообщение
link quebrado xD
Tenta dnv..
Fiz uma merda aqui rsrs'

Este foro requiere que tъ esperes 120 segundos entre mensajes. Por favor intenta de nuevo en 32 segundos.


Re: [ajuda] GZ's - Victor Cesaroni - 21.01.2012

pawn Код:
#define MAX_GZ_NOME 50

enum enumGZ { nomeGZ[MAX_GZ_NOME], Float:areaGZ[6] };

static const tGZ[][enumGZ] =
{
//    Nome                                             Xmin,  Ymin,   Zmin,  Xmax,   Ymax,  Zmax

    {"GZ 1",                                          {Xmin,  Ymin,   Zmin,  Xmax,   Ymax,  Zmax} },
    {"GZ 2",                                          {Xmin,  Ymin,   Zmin,  Xmax,   Ymax,  Zmax} },
    {"GZ 3",                                          {Xmin,  Ymin,   Zmin,  Xmax,   Ymax,  Zmax} },
    {"GZ 4",                                          {Xmin,  Ymin,   Zmin,  Xmax,   Ymax,  Zmax} }
};

static stock pChecarGZ(pid, GZ[], len)
{
    new Float:x[MAX_PLAYERS], Float:y[MAX_PLAYERS], Float:z[MAX_PLAYERS];
    GetPlayerPos(playerid, x[pid], y[pid], z[pid]);
   
    for(new i = 0; i != sizeof(tGZ); ++i)
    {
        if( x[pid] >= tGZ[i][areaGZ][0] &&
            x[pid] <= tGZ[i][areaGZ][3] &&
            y[pid] >= tGZ[i][areaGZ][1] &&
            y[pid] <= tGZ[i][areaGZ][4] &&
            z[pid] >= tGZ[i][areaGZ][2] &&
            z[pid] <= tGZ[i][areaGZ][5]   )
        {
            return format(zone, len, tGZ[i][nomeGZ], 0);
        }
    }
    return 0;
}

static stock PlayerTaNaGZ(pid, GZ[])
{
    new TmpArea[MAX_GZ_NOME];
    pChecarGZ(pid, TmpArea, sizeof(TmpArea));
   
    for(new i = 0; i != sizeof(tGZ); ++i)
    {
        if(strfind(tGZ, GZ, true) != -1)
            return 1;
    }
    return 0;
}



Re: Respuesta: Re: Respuesta: [ajuda] GZ's - Lord_Ching - 21.01.2012

Quote:
Originally Posted by gabrieldefreitas11
Посмотреть сообщение
Tenta dnv..
Fiz uma merda aqui rsrs'

Este foro requiere que tъ esperes 120 segundos entre mensajes. Por favor intenta de nuevo en 32 segundos.
ae vo fazer desse jeito mesmo pq eu to fasendo um GM de mata-mata e checkpoint eh melhor...vlw..xD