Posts: 1,216
Threads: 59
Joined: Apr 2010
Reputation:
0
I wonder how to script this check:
[ame=http://www.youtube.com/watch?v=cIJC7JrKtW8] P.I.T. [/ame]
Posts: 724
Threads: 62
Joined: Dec 2008
Reputation:
0
You can PIT players by driving infront of them and lagg slamming them to the side.
Posts: 860
Threads: 10
Joined: Aug 2008
Reputation:
0
You could make a command like /pit and check if both players are in a vehicle and randomize success of the command.
Posts: 1,216
Threads: 59
Joined: Apr 2010
Reputation:
0
No, this is possible without the commands, i just wonder if there is any calculation to check if it was successful.
Posts: 399
Threads: 28
Joined: Nov 2007
Reputation:
0
You could try to find this script in the main.scm file (SA singleplayer script) and see if you could remake it in PAWN. Or you could try to combine a vehicle health change check with changes in the facing angle and speed and make a callback yourself.
Posts: 1,363
Threads: 14
Joined: Apr 2009
Reputation:
0
check distances, then if one car turns sharply without using the handbrake.
that's what I'd start with doing