25.06.2013, 11:48
will this work? if the player has a trailer attached it will respawn in its original location?
pawn Код:
if(GetVehicleTrailer(GetPlayerVehicleID(playerid)))
{
SetVehicleToRespawn(GetPlayerVehicleID(playerid));
}