[ERROR] RunString:4: ambiguous syntax (function call x new statement) near '('
1. unknown - RunString:0
Before I show you the code, bear in mind that it's automatically generated with Luabee.
I don't code like this by hand. Nobody should.
[lua]
_G[ ( [[frame]] ) ] = ( vgui.Create( [[DFrame]], _, _ ) )
( _G[ ( [[frame]] ) ] ):SetPos( 100, 100 )
( _G[ ( [[frame]] ) ] ):SetSize( 100, 100 )
[/lua]
(I've added spaces to make it easier to read.)
What does that even mean?
Sorry, you need to Log In to post a reply to this thread.