Posts: 1,241
Threads: 304
Joined: May 2012
Reputation:
0
How do i disable this command while in race?
Solution is right below..
Posts: 122
Threads: 6
Joined: Aug 2010
Reputation:
0
When the race starts add a variable that says the player is inside race like PlayerInsideRace[playerid] = 1; and then add checks at the OnPlayerKeyStateChange like if(PlayerInsideRace[playerid] == 0)