Disable Speed Boost
#1

So i want to disable in race, how? I iam using key 2 to multi boost. Let's say how to disable key 2 in race?
Reply
#2

Ex:

pawn Код:
new bool: Boost;

// In race
Boost = false;

//OnPlayerKeyStateChange
if(Boost)
{
    //Boost works ...
}
Reply
#3

Quote:
Originally Posted by Viniborn
Посмотреть сообщение
Ex:

pawn Код:
new bool: Boost;

// In race
Boost = false;

//OnPlayerKeyStateChange
if(Boost)
{
    //Boost works ...
}
How about, H to flip and y to jump??
Reply
#4

I suggest:
pawn Код:
new bool: Boost[MAX_PLAYERS];
Because when some people arent in the race, their boost will also be disabled.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)