danyelsky / evolvemod

Automatically exported from code.google.com/p/evolvemod
0 stars 0 forks source link

SourceBans module spits lua error. #211

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Alright so am I testing this on a blank server and fresh SourceBans install.

When a player connects, I get 2 LUA errors in serverside console.
L 09/07/2010 - 00:29:05: Lua Error: 
addons\evolve\lua\includes\modules\sourcebans.lua:117: invalid value (nil) at 
index 7 in table for 'concat'
L 09/07/2010 - 00:29:05: Lua Error: 
addons\evolve\lua\includes\modules\sourcebans.lua:117: invalid value (nil) at 
index 7 in table for 'concat'

When I type in anyone of the coded sm_ commands like sm_ban I get an error in 
serverside console.
 Usage: sm_ban <#userid|name> <minutes|0> <reason>
L 09/07/2010 - 00:36:15: Lua Error: 
addons\evolve\lua\includes\modules\sourcebans.lua:698: bad argument #1 to 
'tonumber' (value expected)

Original issue reported on code.google.com by bubka3 on 7 Sep 2010 at 4:37

GoogleCodeExporter commented 9 years ago
Could you please check which revision of EvolveMod you have?
Just browse to the directory, and enter "svnversion ." in the command line.

Original comment by puiterw...@gmail.com on 6 Feb 2011 at 12:13

GoogleCodeExporter commented 9 years ago
This was a very long time ago, before the SourceBans were updated.

I will test it later tonight.

Original comment by bubka3 on 6 Feb 2011 at 4:47