Jump to content

somechords.mp3 [Client] is encoded in ANSI instead of UTF-8


SoiiNoob

Recommended Posts

[2012-03-06 21:00:41] WARNING: musicas/somechords.mp3 [Client] is encoded in ANSI instead of UTF-8. Please convert your file to UTF-8.

[2012-03-06 21:00:41] Some files in 'musicas' use deprecated functions.

    function onResourceStart() 
       local sound = playSound3D("somechords.mp3", 491.29998779297, -1828.0999755859, 11.199999809265, true)  
       setSoundMinDistance(sound, 60) 
       setSoundMaxDistance(sound, 200) 
  
    end 
        addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), onResourceStart) 

how I convert to UTF-8 ?

Link to comment

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...