How can i add snow on the ground in ragemp. I tried:
But it's not working. I also tried this on client-side:
But these did not bring snow to the ground. I would be happy if you help.
JavaScript:
// Server-Side
mp.world.weather = 'XMAS'
But it's not working. I also tried this on client-side:
Код:
mp.events.add('render', () => {
mp.game.graphics.setForceVehicleTrails(true);
mp.game.graphics.setForcePedFootstepsTracks(true);
mp.game.gameplay.setWeatherTypeNow("XMAS");
});
But these did not bring snow to the ground. I would be happy if you help.