[Suggestion] For Vehicles
#1

Please add the function RemoveVehiclesMarkers(); or make that return 0 in OnVehicleStreamIn the vehicle blip is not created.

Reply
#2

That would be usefull if SetVehicleParamsForPlayer had marker parameter.
Reply
#3

If done so that the blip is not created in case of return 0, you simply add an if in OnVehicleStreamIn callback:

pawn Код:
if (vehicleid == Car [5])
 return 0;
so can create clip for certain vehicles
Reply
#4

Suggestions go here https://sampforum.blast.hk/showthread.php?tid=302201
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)