16.07.2014, 15:41
what a rubbish
anyone would use this
rather than this
if you wanna make something useful you would make
if no trailer is attached, GetVehicleTrailer returns 0 then GetVehiclePos returns 0 too, otherwise GetVehiclePos returns 1 cuz the trailer exists.
but seriously, why getting the position of a vehicle trailer?
anyone would use this
Код:
GetVehiclePos(GetVehicleTrailer(vehicleid), mx, my, mz);
Код:
#include <blabla> GetVehicleTrailerPos(vehicleid, GetVehicleTrailer(vehicleid), mx, my, mz);
Код:
stock GetVehicleTrailerPos(vehicleid, &Float:x, &Float:y, &Float:z) return GetVehiclePos(GetVehicleTrailer(vehicleid), x, y, z); }
but seriously, why getting the position of a vehicle trailer?