Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
lua
08-06-2013, 07:23 PM
Post: #2
RE: lua
Hi

I am unfamiliar with 'lua' and I have not downloaded your file, but the code you have posted seems to me can be easily converted to PHP:

e.g.

Code:
if i == 1 and t == "AAA" then
xyzon = true
t = ""
elseif i == 1 then
xyzon = false
end

would probably be:

PHP Code:
if ($i == && $t == "AAA") {
$xyzon true;
$t "";
} elseif (
$i == 1) {
$xyzon false;


And for the functions you don't understand refer to http://www.lua.org/manual/5.2/ (select version) and php.net (for equivalents).

Once you have the code in PHP I am sure you will be able to understand it better and can work from there.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
lua - TrioxX - 08-06-2013, 06:48 PM
RE: lua - Cyko - 08-06-2013 07:23 PM
RE: lua - Macro2k13 - 08-06-2013, 07:41 PM
RE: lua - TrioxX - 08-06-2013, 08:07 PM
RE: lua - Macro2k13 - 08-07-2013, 08:46 AM
RE: lua - TrioxX - 08-07-2013, 10:30 AM
RE: lua - Macro2k13 - 08-07-2013, 10:49 AM
RE: lua - steven123 - 10-28-2013, 08:03 AM

Forum Jump:


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

Contact Us | Homepage | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication