roy_ppp Posted September 11, 2010 Share Posted September 11, 2010 function onPlaysong( ) local players = getElementType( source ) local x, y, z = getElementPosition( players ) local sound = playSound3D("mysong/ThaiSong.mp3", x, y, z, true) --outputChatBox( x .. " " .. y .. " " .. z .. " ", player) setSoundVolume( sound, 100) end addCommandsHandler("sing", onPlaysong) it's not working has bug ? Link to comment
NotAvailable Posted September 11, 2010 Share Posted September 11, 2010 More information. PLEASE EDIT: Much bugs in it, I think you just copied/pasted from wiki Link to comment
dzek (varez) Posted September 11, 2010 Share Posted September 11, 2010 viewtopic.php?f=91&t=27027 If this was copied&pasted - it won't have so much errors o_O This is just random.. Link to comment
NotAvailable Posted September 11, 2010 Share Posted September 11, 2010 https://forum.multitheftauto.com/viewtopic.php?f=91&t=27027If this was copied&pasted - it won't have so much errors o_O This is just random.. look at the command handler Link to comment
dzek (varez) Posted September 11, 2010 Share Posted September 11, 2010 you mean that "s"? addCommandsHandler ? Link to comment
roy_ppp Posted September 11, 2010 Author Share Posted September 11, 2010 More information. PLEASEEDIT: Much bugs in it, I think you just copied/pasted from wiki i not copied I create it manually but i'm just 15 year old Asked the little matter Link to comment
dzek (varez) Posted September 11, 2010 Share Posted September 11, 2010 When i was 8yo i was learning new programming languages with extreme speed ^^ Link to comment
50p Posted September 12, 2010 Share Posted September 12, 2010 viewtopic.php?f=91&t=27027 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