roy_ppp Posted September 11, 2010 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 ?
NotAvailable Posted September 11, 2010 Posted September 11, 2010 More information. PLEASE EDIT: Much bugs in it, I think you just copied/pasted from wiki
dzek (varez) Posted September 11, 2010 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..
NotAvailable Posted September 11, 2010 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
dzek (varez) Posted September 11, 2010 Posted September 11, 2010 you mean that "s"? addCommandsHandler ?
roy_ppp Posted September 11, 2010 Author 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
dzek (varez) Posted September 11, 2010 Posted September 11, 2010 When i was 8yo i was learning new programming languages with extreme speed ^^
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