[Suggestion] For Vehicles - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [Suggestion] For Vehicles (
/showthread.php?tid=560439)
[Suggestion] For Vehicles -
SuperChock - 28.01.2015
Please add the function
RemoveVehiclesMarkers(); or make that
return 0 in
OnVehicleStreamIn the vehicle blip is not created.
Re: [Suggestion] For Vehicles -
T-N-Z - 28.01.2015
That would be usefull if SetVehicleParamsForPlayer had marker parameter.
Re: [Suggestion] For Vehicles -
SuperChock - 28.01.2015
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
Re: [Suggestion] For Vehicles -
Admigo - 29.01.2015
Suggestions go here
https://sampforum.blast.hk/showthread.php?tid=302201