SA-MP Forums Archive
Anti NonRP Car Jack - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Anti NonRP Car Jack (/showthread.php?tid=235809)



Anti NonRP Car Jack - GaB1TzZzu - 06.03.2011

How can I do a Non RP Car Jack system?


Re: Anti NonRP Car Jack - Mike Garber - 06.03.2011

pawn Код:
COMMAND:nonrpcarjack(playerid)
{
    new vehicleid = GetClosestVehicle(playerid);
    new driver = GetVehicleDriver(vehicleid);
    RemovePlayerFromVehicle(driver);
    PutPlayerInVehicle(playerid,vehicleid,0);
    return 1;
}
EDIT: Oh i see the title you want an ANTI-nonrp carjack. Well It's easy, you don't have to do nothing, unless you have one of those gay servers where they force you to /me your carjack yet it takes 3-4 seconds fully animated to steal a car from someone.

It shouldn't be a fucking job to play a game.


Re: Anti NonRP Car Jack - JackT - 06.03.2011

i think the way SA car jacks is actually rp unless the driver is speeding and is still being jacked - but in most cases its fine


Re: Anti NonRP Car Jack - GaB1TzZzu - 06.03.2011

Done, i don't need help any more. I already did this system. Thanks for support !


Re: Anti NonRP Car Jack - GaB1TzZzu - 07.03.2011

UP, i have some problems.. It doesn't work done..


Re: Anti NonRP Car Jack - Calgon - 07.03.2011

We can't help you if we cannot see any code. Be specific about what you want help with, your main question is very vague.


Re: Anti NonRP Car Jack - Raz0r1000 - 07.03.2011

Can you please stop using bold letters in your posts? It gets annoying.