Help me!
#1

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:
pawn Code:
new IsPlayerInChaseCar[MAX_PLAYERS];
Then to use:
pawn Code:
IsPlayerInChaseCar[playerid] = 1;//on
pawn Code:
IsPlayerInChaseCar[playerid] = 0;//off
pawn Code:
if(IsPlayerInChaseCar[playerid] == 1)
Where excactly I will write it this, for the Chasecar and what I will write for the races.

Please, help me!
Thanks
Reply
#2

Do you use ZCMD ?
Reply
#3

This is the Race System:
https://sampforum.blast.hk/showthread.php?tid=241681
And this is the ChaseCar:
http://forum.sa-mp.com/showthread.ph...light=chasecar
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)