Posts: 80
Threads: 30
Joined: Oct 2009
Reputation:
0
How do i disable players from using a command? but only one command because i want to stop people from using /nos at a race. How would i stop players using a command if they did /race?
Thanks
Posts: 148
Threads: 27
Joined: Feb 2009
Reputation:
0
You want to see if the player has typed /race and if he has return a message, else continue with the nos.
Posts: 216
Threads: 45
Joined: May 2009
Reputation:
0
When they enter the race make a variable like raced[playerid] == 1. Then check if it's == 1 when they type it.
Posts: 80
Threads: 30
Joined: Oct 2009
Reputation:
0
How do i make a variable?