18.07.2012, 17:59
Ex:
pawn Код:
new bool: Boost;
// In race
Boost = false;
//OnPlayerKeyStateChange
if(Boost)
{
//Boost works ...
}