If you implement each and every tiny feature, you can end up with a 'kitchen sink' language What does the ~= operator mean in lua For example, in the following code If x ~= params then I have seen the hash character '#' being added to the front of variables a lot in lua Any idea why this is wrong in lua
If pieza == 1 then if rotacion == 1 then piezas = cuadrado1 else if rotacion == 2 then piezas = I'm new to lua, and need to know how to install it on windows I've tried and am unable to run the sample When i try to compile it 100% success is shown, but when i click the run button it shows t. I want to make a command that would kill a player you specify Let's say i type "kill/paul"
This is my command script In lua asked 14 years, 9 months ago modified 1 year, 2 months ago viewed 80k times I need something like the pseudocode below. 45 if you are splitting a string in lua, you should try the string.gmatch () or string.sub () methods Use the string.sub () method if you know the index you wish to split the string at, or use the string.gmatch () if you will parse the string to find the location to split the string at Example using string.gmatch () from lua 5.1 reference manual:
OPEN