1
2
2
Lua Physics Error: API call without initialization LUA ERROR: sys/lua/physics.lua:285: bad argument #1 to 'physics_setmass' (number expected, got boolean)
false.
I get this on a
server.lua:
1
2
3
2
3
dofile("sys/lua/physics.lua") dofile("sys/lua/samples/physics_collisions.lua") dofile("sys/lua/samples/physics_cars.lua")
Which I ran on a 200x200 map filled with nothing but grass tiles.
I don't know why it doesn't work.