I have 2 questions with these codes.
1 :
1
LUA ERROR:sys/lua/test.lua:48: bad argument#1 to 'menu' (number expected,got string)
2 :
1
LUA ERROR:sys/lua/test.lua:48: attempt to concatenate field '1'
My code :
1
2
2
maps = {"de_dust","de_dust2"} menu("Map Vote,"..maps[1]..","..maps[2].."")
Thank you.