18.03.2012, 19:17
well what is the function to delete a trailer (trailer[playerid])
You destroy a trailer just the same way as you destroy a vehicle; using DestroyVehicle
So at OnPlayerDisconnect it would simply be: DestroyVehicle(trailer[playerid]); |