Post Reply 
im a lier
so help me plz (lua)
Author Message
ZiNgA BuRgA
Smart Alternative

Posts: 17,022.2988
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1274
Offline
Post: #2
RE: im a lier
This LUA or something?  Has some VB look-alike things...

Line 35:

Code:
if pad:cross() and menuon = true then

is that it?

Regardless, the message is saying a syntax error, so you might want to double check that your syntax is right.


---
Scanning over a LUA tutorial, it seems that it uses C style comparison operators - in other words, change the line to

Code:
if pad:cross() and menuon == true then

or

Code:
if pad:cross() and menuon then

02/04/2008 11:39 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
im a lier - Jomann - 02/04/2008, 01:22 AM
RE: im a lier - ZiNgA BuRgA - 02/04/2008 11:39 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: