Lua Ban System?XiBoS55 User Offline 21.10.14 09:37:06 am Is there anyway to make a script in-game that bans/kicks people? (Not the RCon way). Like !ban <id> or !kick <id>. I'm not good at scripting, i barely know how to do anything. I have nothing to say.. So.. Yeah.
Re: Lua Ban System?Torque User Offline 21.10.14 09:54:39 am Yes there are ways to do this. There's a file archive full of lua scripts on this site. There's bound to be one that does what you asked for don't you think?
Re: Lua Ban System?XiBoS55 User Offline 21.10.14 10:00:09 am @ Infinite Rain: Yeah, thanks for that. But can you post the code? I'm making my own script.
Re: Lua Ban System?Deleted User 21.10.14 10:28:35 am XiBoS55 has writtenI'm not good at scripting, i barely know how to do anything. XiBoS55 has writtenI'm making my own script. Seems like a good idea really.
Re: Lua Ban System?eledah User Offline 21.10.14 12:18:31 pm 123if condition then 	parse('banip '.. player(id, 'ip')) end Or just take a look at some samples. http://www.unrealsoftware.de/files_show.php?file=11132
Re: Lua Ban System?XiBoS55 User Offline 21.10.14 04:43:47 pm Infinite Rain has written XiBoS55 has writtenI'm not good at scripting, i barely know how to do anything. XiBoS55 has writtenI'm making my own script. Seems like a good idea really. Yes, my ideas are always the best.