SA-MP Forums Archive
Help me! - 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)
+--- Thread: Help me! (/showthread.php?tid=288133)



Help me! - Kostas' - 06.10.2011

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



Re: Help me! - aRoach - 06.10.2011

Do you use ZCMD ?


Re: Help me! - Kostas' - 06.10.2011

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