02.08.2014, 07:59
You are welcome, we all need this. At least, I always wanted a vehicle streamer in the streamer plugin. (if this will get implemented, I guess it can be v2.8 or even v3.0)
We already have in the streamer plugin this:
but I guess you should change it to
and add to the top:
Oh, I have a question: Are the dynamic vehicles streamed AFTER the dynamic objects ?
We already have in the streamer plugin this:
pawn Код:
native AttachDynamicAreaToVehicle(areaid, vehicleid);
pawn Код:
native AttachDynamicAreaToVehicle(areaid, vehicleid, type = STREAMER_VEHICLE_TYPE_DYNAMIC, playerid = INVALID_PLAYER_ID);
pawn Код:
#define STREAMER_VEHICLE_TYPE_GLOBAL (0)
#define STREAMER_VEHICLE_TYPE_DYNAMIC (1)