linnik Posted July 8, 2018 Share Posted July 8, 2018 Hi, Vehicle startAlarm doesn't work. Server-side: Цитата mp.events.add("playerStartEnterVehicle", (Player, Vehicle, Seat) => { Player.call("Vehicle_Alarm", [Vehicle]); }); Client-side: Цитата mp.events.add("Vehicle_Alarm", function(Vehicle) { Vehicle.setAlarm(true); Vehicle.startAlarm(); }); Link to comment Share on other sites More sharing options...
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