16-09-2008, 04:25 AM
So these are the two last commands I've been working on. I've been trying to make a killall command, with the /kill command.
I was thinking that'd it go like: or something like that. Am I on the right track?
And with the mute command. I don't know, I guess I could just add a check to see if the char is muted, right? And if he is, than make it exit the sub on all the different chat types, when it sees they are muted... Right?
I was thinking that'd it go like:
Code:
For I=1 to MAX_PLAYERS
Kill(i)
And with the mute command. I don't know, I guess I could just add a check to see if the char is muted, right? And if he is, than make it exit the sub on all the different chat types, when it sees they are muted... Right?