[AJUDA] Gang Zona Bugada
#10

pawn Код:
stock IsPlayerInParque(playerid)
{
    new Float:x,Float:y,Float:z;
    GetPlayerPos(playerid, x, y, z);
    if(x >= 1866.346 && y >= -1259.454 && x <= 2060.291 && y <= -1133.126) return 1;
    else return 0;
}
este esta correto, oque esta errado й este:

pawn Код:
stock IsPlayerInUsina(playerid)
{
    new Float:x,Float:y,Float:z;
    GetPlayerPos(playerid, x, y, z);
    if(x >= 110.77 && y >= 1484.42 && x <= 288.00 && y <= 1336.40) return 1;
    else return 0;
}
aqui esta a gz:

Код:
	GZUsina = GangZoneCreate(110.77, 1484.42, 288.00, 1336.40);
se vocк ainda nгo entendeu, й a Usina que esta bugada, nгo o Parque Glen.
Reply


Messages In This Thread
[AJUDA] Gang Zona Bugada (Resolvido por Dr_Pawno) - by Dr_Pawno - 19.09.2010, 15:26
Re: [AJUDA] Gang Zona Bugada - by $_Pooweer_$ - 19.09.2010, 15:50
Re: [AJUDA] Gang Zona Bugada - by Dr_Pawno - 19.09.2010, 15:53
Re: [AJUDA] Gang Zona Bugada - by $_Pooweer_$ - 19.09.2010, 16:01
Re: [AJUDA] Gang Zona Bugada - by Dr_Pawno - 19.09.2010, 16:11
Re: [AJUDA] Gang Zona Bugada - by Dr_Pawno - 19.09.2010, 17:18
Re: [AJUDA] Gang Zona Bugada - by brunogysin - 19.09.2010, 17:28
Re: [AJUDA] Gang Zona Bugada - by Dr_Pawno - 19.09.2010, 18:21
Re: [AJUDA] Gang Zona Bugada - by brunogysin - 19.09.2010, 18:28
Re: [AJUDA] Gang Zona Bugada - by Dr_Pawno - 19.09.2010, 18:33

Forum Jump:


Users browsing this thread: 2 Guest(s)