ChaseCar
#1

Hello,

I have a FS of ChaseCar.
I am begginer and i don't know from script, if someone can help me!
How can i make it, when a player get the ChaseCar, the speedboost/super jump/flip and the teleports not to work.
I have the same question for races too! When you race the speedboost not work up to finish the race.

Thanks,
Kostas
Reply
#2

Do you have FS for speedboost/superjump(or fly) ?
Reply
#3

Try making a variable.
pawn Код:
new IsPlayerInChaseCar[MAX_PLAYERS];
Then you can use:
pawn Код:
IsPlayerInChaseCar[playerid] = 1;//on
pawn Код:
IsPlayerInChaseCar[playerid] = 0;//off
pawn Код:
if(IsPlayerInChaseCar[playerid] == 1)
Something like that in you script.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)