Jump to content

SnoopCat

Members
  • Posts

    413
  • Joined

  • Last visited

Everything posted by SnoopCat

  1. hey there i present 1 of my first resourses (not totally usefull) but its 1 of my first resourses i made so i started to see sound features and this i make... well this script do a chat sound when u talk for all players in game (just like a tac sound to advertice) added in v1.0.5 PmSound: pm sound means when u recive a private message u will get adverticed by a beeep sound(another sound like normal chat sound) DOWNLOAD LINK: https://community.multitheftauto.com/index.php?p=resources&s=details&id=1131
  2. but what about to make a script and then include it in all server when u downlod it like freeroam or admin etc etc..
  3. SnoopCat

    Chat PM

    i tried what Solid says but even not working... here its the error WARNING: pmsound\sonidoS.lua:2: Bad argument @ 'triggerClientEvent'
  4. SnoopCat

    Chat PM

    varez i just trying to learn and i try to do something some pplz dont do nothing and they want help.... thats not fair....
  5. SnoopCat

    Chat PM

    hey im here again i uploaded a chat sound script and pplz wants to me to make a pm sound too so i tested the thing i have and isnt working so im here to ask for help here is code.. SCRIPt addEvent("pm",true) addCommandHandler("msg", pm) addEventHandler("pm", getRootElement(), function() local sound = playSound("1.mp3",false) setSoundVolume(sound, 1.0) end) addEventHandler ( "onClientPlayerJoin", getResourceRootElement(getThisResource()), ) META: meta> <info author="$VL$FuGa" description="this script plays a PM sound " info="mod" type="misc" version="1.0.4" /> <script src="sonido.lua" type="client"/> <file src="1.mp3" /> </meta>
  6. what just awesome! but i mean every server in mta have a diferent voicechat
  7. what about to make a in game server speaker like cs or that other games that would be great
  8. hey hello again im sorry to post a thing like same as others i posted but i need help cuz this time its not working well i want to do a thing like when a player write somthing on chat plays a sound like a Bip! here its my code LUA function chat (thePlayer) local sound = playSound("chat.mp3",false) setSoundVolume(sound, 0.9) end addEventHandler ( "onPlayerChat", getLocalPlayer(), chat ) META <meta> <info author="$VL$FuGa" description="this script plays sound when player chats" info="mod" type="misc" version="1.0.4" /> <script src="sonido.lua" type="client"/> <file src="chat.mp3" /> </meta>
  9. that download link needs a pasword upload it to megaupload or something else...
  10. any coments??? usefull?? not working??
  11. SnoopCat

    PlaySound3D

    umm u mean playing the sound wherever u are or just a few meters more?
  12. ye u must do what varez says cuz he is an experimented player and they can help us thats why they are here just to help other peoples whit their scripts any 1 here cares about your script to stealth them the idea its just HELP.
  13. do it and it will work im sure....
  14. well this topic is for ppl who wants to put a button or link on Their Web pages to join the server by pressing it here we go... put this code as a at your web. mtasa://The ip and port here/ Example. to join my server. mtasa://77.160.183.15:22000/ when u press it u will get an advertice to LAUNCH AN APPLICATION LIKE THIS 1. THEN U PRESS ON "OK" AND UR DONE i hope this helped u a little... my web page. http://www.clanvl.com.ar
  15. its so simple.... just do that i say and maybe it will work
  16. they have Maybe just do a script similar to this 1 The lua setSkyGradient( 200, 0, 0, 200, 0, 0 ) outputChatBox ( "Red Sky Started" ) and the Meta <meta> <info author="SomeGuy" description="special sky " version="1" type="script" /> <script src="sky.lua"/> </meta>
  17. idk i must delete it???? i need ti check if onClientPlayerJoin is correct to use for a sound when u join
  18. its correct to add this to make a sound plays when some 1 joins server??? function Join (thePlayer) local sound = playSound("welcome.wav",false) setSoundVolume(sound, 1.0) end addEventHandler ( "onClientPlayerJoin", getLocalPlayer(), Join )
  19. srry for Repost but i have to say thx to all ppl who help me make this possible since its my first script thx To: varez (i edited it cuz isnt Vares ) SolidSnake14 [DMC]
  20. thx varez i will see if works
×
×
  • Create New...