[Off] Identificando uma GangZone.
#3

Quote:
Originally Posted by -******-
Посмотреть сообщение
pawn Код:
IsPlayerInGangZone(playerid)
{
//troque as coordenadas pelas coordenadas da sua gangzone
    new Float:x,Float:y,Float:z;
    GetPlayerPos(playerid, x, y, z);
    if(x >= 116.7788 && y >= 1296.244 && x <= 303.6248&& y <= 1471.412) return 1;
    else return 0;
}
pawn Код:
//exemplo de uso
CMD:verificar(playerid, params[])
{
    if(!IsPlayerInGangZone(playerid)) return SendClientMessage(playerid,-1,"Vocк nгo estб na GangZone!");
    SendClientMessage(playerid,-1,"Vocк estб na GangZone!");
    return true;
}
Mas ainda tenho dъvida, o meu querer й uma verificaзгo
PHP код:
if 
, para ver se o player estб em uma GangZone, e ela irб ser aplicada na callback
PHP код:
OnPlayerDeath 
...
Reply


Messages In This Thread
Identificando uma GangZone. - by Ley - 30.05.2013, 17:21
Re: Identificando uma GangZone. - by -GooGle- - 30.05.2013, 17:33
Re: Identificando uma GangZone. - by Ley - 30.05.2013, 17:38
Re: Identificando uma GangZone. - by -GooGle- - 30.05.2013, 17:45
Re: Identificando uma GangZone. - by AlucardSnow - 30.05.2013, 17:46
Re: Identificando uma GangZone. - by Ley - 30.05.2013, 17:50
Re: Identificando uma GangZone. - by -GooGle- - 30.05.2013, 17:51
Re: Identificando uma GangZone. - by Ley - 30.05.2013, 17:58
Re: Identificando uma GangZone. - by -GooGle- - 30.05.2013, 18:00
Re: Identificando uma GangZone. - by Ley - 30.05.2013, 18:02

Forum Jump:


Users browsing this thread: 4 Guest(s)