09.01.2011, 19:04
RCON Command: unbanip.
So you can make this:
Make a command like /unbanip
the param has to be a string (cus it's an IP).
Then format this: " unbanip %s " - The %s is the IP (use format function)
And as last, use SendRconCommand(string); (string = string you used, the "unbanip %s")
I hope that this is clear. It's VERY easy to make a command like this
So you can make this:
Make a command like /unbanip
the param has to be a string (cus it's an IP).
Then format this: " unbanip %s " - The %s is the IP (use format function)
And as last, use SendRconCommand(string); (string = string you used, the "unbanip %s")
I hope that this is clear. It's VERY easy to make a command like this