how to disable a command?
#1

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
Reply
#2

You want to see if the player has typed /race and if he has return a message, else continue with the nos.
Reply
#3

When they enter the race make a variable like raced[playerid] == 1. Then check if it's == 1 when they type it.
Reply
#4

How do i make a variable?
Reply
#5

new raced[playerid];
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)