06.10.2011, 15:22
Hello,
I make a server and I have a race system. I have asked about this, but no one reply.
I want to cancel the speedboost/flip and jump from car when someone race.
I also want this to do it at the ChaseCar.
Is that possible. Someone told me to write this:
Then to use:
Where excactly I will write it this, for the Chasecar and what I will write for the races.
Please, help me!
Thanks
I make a server and I have a race system. I have asked about this, but no one reply.
I want to cancel the speedboost/flip and jump from car when someone race.
I also want this to do it at the ChaseCar.
Is that possible. Someone told me to write this:
pawn Code:
new IsPlayerInChaseCar[MAX_PLAYERS];
pawn Code:
IsPlayerInChaseCar[playerid] = 1;//on
pawn Code:
IsPlayerInChaseCar[playerid] = 0;//off
pawn Code:
if(IsPlayerInChaseCar[playerid] == 1)
Please, help me!
Thanks