Posts: 236
Threads: 28
Joined: Jul 2010
Reputation:
0
How can I do a Non RP Car Jack system?
Posts: 1,506
Threads: 69
Joined: Feb 2008
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.
Posts: 62
Threads: 16
Joined: Feb 2011
Reputation:
0
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
Posts: 236
Threads: 28
Joined: Jul 2010
Reputation:
0
Done, i don't need help any more. I already did this system. Thanks for support !
Posts: 236
Threads: 28
Joined: Jul 2010
Reputation:
0
UP, i have some problems.. It doesn't work done..
Posts: 6,129
Threads: 36
Joined: Jan 2009
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.
Posts: 142
Threads: 2
Joined: Oct 2010
Reputation:
0
Can you please stop using bold letters in your posts? It gets annoying.