HelpError lua

Posts 16 of 6 · Page 1 of 1
Error lua
what is it per error?

[ERROR] Error loading Lua code into buffer (Syntax Error)[lua/includes/init.lua:1: ')' expected near 'net']
what the error?
Quote Originally Posted by Kamelot971 View Post
what is it per error?

[ERROR] Error loading Lua code into buffer (Syntax Error)[lua/includes/init.lua:1: ')' expected near 'net']
what the error?
can you show the code this is too vague
Quote Originally Posted by max1612 View Post

can you show the code this is too vague
yes.

Code:
net.Start ("atmdeposit")

					net.WriteInt (-100000, 32)

				net.SendToServer ()
Quote Originally Posted by Kamelot971 View Post
yes.

Code:
net.Start ("atmdeposit")

					net.WriteInt (-100000, 32)

				net.SendToServer ()
try this
net.Start("atmdeposit")
net.WriteInt(-100000, 32)
net.SendToServer()
Quote Originally Posted by max1612 View Post

try this
net.Start("atmdeposit")
net.WriteInt(-100000, 32)
net.SendToServer()
don't work.
[ERROR] Error calling Lua code (Runtime Error)[lua/includes/init.lua:1: Calling net.Start with unpooled message name! ]
Quote Originally Posted by Kamelot971 View Post
don't work.
[ERROR] Error calling Lua code (Runtime Error)[lua/includes/init.lua:1: Calling net.Start with unpooled message name! ]
Probably cause the server doen't have that addon numbnut; or you aren't standing in the radius of the atm or something gay
Posts 16 of 6 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?