SA-MP Forums Archive
Need an anti-car warper [+REP] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Need an anti-car warper [+REP] (/showthread.php?tid=528310)



Need an anti-car warper [+REP] - Kemula - 27.07.2014

I need a anti-car warper, which after warp the car, it restores his original position and the player gets banned.
Pleease D:


Re: Need an anti-car warper [+REP] - Marcoes - 27.07.2014

if u need technical help in these
Quote:
Add me On skype: ahbasem
Photo:Rockstar San andreas


Re: Need an anti-car warper [+REP] - SHE790 - 27.07.2014

Marcoes lol stop telling them add u on skype -_-


Re: Need an anti-car warper [+REP] - KayJ - 27.07.2014

ZCMD:
Put on player disconnect
pawn Код:
new str[128];
    {
// Your ban code where server announce player is disconnected
        for(new v = 0; v < MAX_VEHICLES; v++)
        {
            if(!VehicleOccupied(v))
            {
                SetVehicleToRespawn(v);
            }
        }
    }
        return 1;
}
+rep if works


Respuesta: Re: Need an anti-car warper [+REP] - Kemula - 27.07.2014

Quote:
Originally Posted by SturtIndia
Посмотреть сообщение
ZCMD:
Put on player disconnect
pawn Код:
new str[128];
    {
// Your ban code where server announce player is disconnected
        for(new v = 0; v < MAX_VEHICLES; v++)
        {
            if(!VehicleOccupied(v))
            {
                SetVehicleToRespawn(v);
            }
        }
    }
        return 1;
}
+rep if works
Is a roleplay server. Which I don't want, is that a cheater press any key of his cheats, and warp all the cars to his position.


Re: Need an anti-car warper [+REP] - Stinged - 27.07.2014

I did not try this include, but maybe it works.
https://sampforum.blast.hk/showthread.php?tid=338586


Respuesta: Re: Need an anti-car warper [+REP] - Kemula - 27.07.2014

Quote:
Originally Posted by Stinged
Посмотреть сообщение
I did not try this include, but maybe it works.
https://sampforum.blast.hk/showthread.php?tid=338586
I tried it, and compiler gave me lot of errors :l


Respuesta: Need an anti-car warper [+REP] - Kemula - 28.07.2014

Nobody? :S


Re: Need an anti-car warper [+REP] - Tamer - 28.07.2014

https://sampforum.blast.hk/showthread.php?tid=447075


Respuesta: Re: Need an anti-car warper [+REP] - Kemula - 10.08.2014

Quote:
Originally Posted by Tamer T
Посмотреть сообщение
Doesn't work :l