Streamer update for vehicle - 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: Streamer update for vehicle (
/showthread.php?tid=568379)
Streamer update for vehicle -
Banditukas - 21.03.2015
Hi,
How to make streamer update (incognito streamer) for vehicle?
AW: Streamer update for vehicle -
Sascha - 21.03.2015
Do you mean something like "CreateDynamicVehicle"?
If so (correct me if I'm wrong), there isn't a function like that.
Re: Streamer update for vehicle -
Banditukas - 21.03.2015
No..
There is Streamer_Update make streamer update dynamic object update for player, i want to make it for vehicle
AW: Streamer update for vehicle -
Sascha - 21.03.2015
That doesn't work either, see a full list of functions here
https://sampforum.blast.hk/showthread.php?tid=102865
according to the list there is no such function, anyways, why would you need that?
Vehicles are loaded for a player as soon as he/she gets into a certain distance to it, usually they staying on streamed objects for islands etc.
Re: Streamer update for vehicle -
Crayder - 21.03.2015
Vehicles are streamed in for each player automatically. So as long as the object is streamed in before the vehicle is the vehicle will be on the object. There is no function to do this for you.