-
Posts
413 -
Joined
-
Last visited
Everything posted by SnoopCat
-
Vote for a fair, fast and non-discriminating serverlist
SnoopCat replied to Glo's topic in Suggestions
lol this is getting funny -
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
-
but what about to make a script and then include it in all server when u downlod it like freeroam or admin etc etc..
-
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>
-
what just awesome! but i mean every server in mta have a diferent voicechat
-
what about to make a in game server speaker like cs or that other games that would be great
-
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>
-
that download link needs a pasword upload it to megaupload or something else...
-
any coments??? usefull?? not working??
-
umm u mean playing the sound wherever u are or just a few meters more?
-
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.
-
do it and it will work im sure....
-
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
-
its so simple.... just do that i say and maybe it will work
-
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>
-
idk i must delete it???? i need ti check if onClientPlayerJoin is correct to use for a sound when u join
-
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 )
-
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]
-
thx varez i will see if works