Jump to content

Zivrok

Members
  • Posts

    5
  • Joined

  • Last visited

About Zivrok

  • Birthday 19/06/1997

Details

  • Location
    France

Recent Profile Visitors

191 profile views

Zivrok's Achievements

Vic

Vic (3/54)

0

Reputation

  1. Hello there, hope you doing well , so i was wondering where's the problem in my script , ( my goal is to start radio and stop map music / stop radio map music start ) here's my codes * Client side --script By Zivrok--// function startMusic() setRadioChannel(1) tfcsong = playSound("http://listen.181fm.com/181-energy98_128k.mp3",true) end function makeRadioStayOff() setRadioChannel(1) cancelEvent() end function toggleSong() if not songOff then setSoundVolume(tfcsong,0) songOff = true removeEventHandler("onClientPlayerRadioSwitch",getRootElement(),makeRadioStayOff) else setSoundVolume(tfcsong,1) songOff = false setRadioChannel(1) addEventHandler("onClientPlayerRadioSwitch",getRootElement(),makeRadioStayOff) end end addEventHandler("onClientResourceStart",getResourceRootElement(getThisResource()),startMusic) addEventHandler("onClientPlayerRadioSwitch",getRootElement(),makeRadioStayOff) addEventHandler("onClientPlayerVehicleEnter",getRootElement(),makeRadioStayOff) addCommandHandler("radio",toggleSong) bindKey("j","down","radio") ------------------ Server side function stopmapmusic () if tfcsong = true then setSoundVolume(song,0) else setSoundVolume(song,1) end addEventHandler("onClientResourceStart",getResourceRootElement(getThisResource()),stopmapmusic) i hope i'll find help soon , thank you
  2. Zivrok

    Help Function

    hmm didnt work bro
  3. Zivrok

    Help Function

    Oh didn't notice that , thank you so much
  4. Zivrok

    Help Function

    Hello there, I was wondering if there is any function in lua to mute all sounds in client side ( exactly mute map music ) thanx for help i appreciate that
  5. Hello there, so guys i have already started a server and i have all scripts , can anyone help me with the login panel i want to add my forum database as database for the loginpanel script , i can even pay if you want any developer can do that contact me here or in my discord Zivrok#9809
×
×
  • Create New...