0


Hello Lee.

umm ... there is something wrong with my main.lua in the vps and its cause me that the server is not showing up in the server list...

the ERROR says : ... " LUA ERROR: sys/lua/amx2d/main.lua:93: attempt to compare number with nil "

can u help me plz. :(

flag offensive
asked 2010-09-30 02:27:59.182103
1
add comment
1 Answers:
0


Sorry for the late reply:

Line 93:

if sv.debug > 0 then
    debug.sethook(trace, "c")
end

Which is defined in core/basic.lua @line 6:

sv.var("debug", 0, "svar")

Either add this into basic.lua again or comment out line 93, 94, and 95 of main.lua.

permanent link | flag offensive
answered 2010-10-05 16:06:30.033285
41
add comment
Your answer:
You are now not logged in but you can answer first and then login
toggle preview



Tags:

× 2

Asked: 1 year, 7 months ago

Seen: 1,256 times

Last updated: 1 year, 7 months ago

Related questions


Made with Django.