Jump to content

Compile Script [HOW?]


cs8898

Recommended Posts

Posted

A stickied topic regarding mapping and scripting tools and you don't even bother looking.

viewtopic.php?f=91&t=31891

--

The fact that people are getting more blind every day just makes me crazy. People think everything is magically thrown towards them. Don't bother starting to program or script if you don't give a single duck about it.

Posted

Open your script with notepad++ and go to "Encoding" tab, set the encoding to "UTF-8 without BOM".

If it still doesn't compile, check if your script has syntax errors.

Posted

and how had i to use it

i tried luac.exe -o script.out script.lua

then i copied the file in the resource folder changed the meta.xml

...

...

that dosnt work, also

...

--used the new file

...

Posted

Un Compiled

outputChatBox(string.upper("haL12Lo")) 
function changeBlurLevel ( command, blur ) 
    blur = tonumber(blur) 
    if not blur or blur > 255 or blur < 0 then 
        outputChatBox ( "Enter a value between 0 - 255.") 
    else 
        setPlayerBlurLevel ( blur ) 
        outputChatBox ( "Blur level set to: " .. blur) 
    end 
end 
  
addCommandHandler("blur", changeBlurLevel) 

Compiled

http://i.imgur.com/2WfDE.png

  • Moderators
Posted
Open your script with notepad++ and go to "Encoding" tab, set the encoding to "UTF-8 without BOM".

If it still doesn't compile, check if your script has syntax errors.

I have one tab called "codering", for me it is not encoding(dutch version but it should not really matter..). In that tab there is UTF-8 without BOM converting.

When I set him to "UTF-8 without BOM converting", nothing happend, the script does not have any errors.

Do you have some plugins or?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...