Whiteeee Posted August 4, 2025 Posted August 4, 2025 Hi! I tried every single way to change blip sprite on server-side but it doesn't work. Why can i change blip color on serverside but i cannot change sprite? onEnterVehicle (player: PlayerMp, Vehicle: VehicleMp) { try { if (blips[player.id]) { console.log(`Gracz: ${player.name} wchodzi do pojazdu: ${Vehicle.id}`); blips[player.id].sprite = 225; } } catch (error) { } }, Is there any way to change them on server-side?
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