[AJuda] /dominar
#7

Encontrei
pawn Код:
stock IsPlayerInParqueGlen(playerid)
{
    new Float:X,
        Float:Y,
        Float:Z;
    GetPlayerPos(playerid, X, Y, Z);//Pega a Posiзгo.
    if(X >= 1876.7298 && Y >= -1145.8150 && X <= 2056.8627 && Y <= -1250.8861)//Verifica se ele esta na GangZone.
    {
        return 1;//Isto significa que ele ESTA na GangZone.
    }
    return 0;//Isto significa que ele NГO ESTA na GangZone.
}
stock IsPlayerInPistaDeSkate(playerid)
{
    new Float:X,
        Float:Y,
        Float:Z;
    GetPlayerPos(playerid, X, Y, Z);
    if(X >= 1862.1929 && Y >= -1351.2478 && X <= 1976.6811 && Y <= -1450.5447)
    {
        return 1;
    }
    return 0;
}
alguem pode fazer pra mim? so sei por coordenada completa

Coord Pista: AddPlayerClass(265,1920.2704,-1416.8081,13.5703,182.7669,0,0,0,0,0,0); // pista skate
Coord Park: AddPlayerClass(106,1956.4116,-1241.7155,19.8134,177.8527,0,0,0,0,0,0); // /parqe gleen
Reply


Messages In This Thread
[AJuda] /dominar - by Lipe_Stronda - 08.08.2011, 00:31
Re: [AJuda] /dominar - by CyNiC - 08.08.2011, 00:50
Re: [AJuda] /dominar - by [AF]Junior - 08.08.2011, 01:02
Re: [AJuda] /dominar - by Lipe_Stronda - 08.08.2011, 01:04
Re: [AJuda] /dominar - by [AF]Junior - 08.08.2011, 01:09
Re: [AJuda] /dominar - by Gabriel Duarte - 08.08.2011, 01:11
Re: [AJuda] /dominar - by Lipe_Stronda - 08.08.2011, 01:28
Re: [AJuda] /dominar - by [AF]Junior - 08.08.2011, 02:21
Re: [AJuda] /dominar - by Lipe_Stronda - 08.08.2011, 06:12
Re: [AJuda] /dominar - by ViniBorn - 08.08.2011, 07:14

Forum Jump:


Users browsing this thread: 3 Guest(s)