Jump to content

setRadioChannel


Beluga

Recommended Posts

badlandsCol = createColCuboid(-781.25305175781,73.259292602539,0.3499011993408,100,100,10) 
  
function badlands_Enter(thePlayer,matchingDimension) 
        local player = getLocalPlayer() 
        if isPedInVehicle(player) then 
            setRadioChannel(2) 
    end 
end 
addEventHandler("onColShapHit",badlandsCol,badlands_Enter) 

I put this code on the server side, but it isn´t working. No errors or something.

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...