18.07.2012, 17:42
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?
new bool: Boost;
// In race
Boost = false;
//OnPlayerKeyStateChange
if(Boost)
{
//Boost works ...
}
new bool: Boost[MAX_PLAYERS];