SoiiNoob Posted March 7, 2012 Share Posted March 7, 2012 [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
Castillo Posted March 7, 2012 Share Posted March 7, 2012 Do you have notepad++? if so, open the file and click on "Encoding" (if it's on Spanish, then the menu #5 at menu bar) and click on "UTF-8", then save it and close the file. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now