03.11.2014, 19:17
How to SetPlayerCheckpoint to a vehicle when last Used?
lastveh[playerid]=vehicleid;
lastveh[MAX_PLAYERS];
new Float: x, Float:y, Float:z; GetVehiclePos(lastveh[playerid], x, y, z); SetPlayerCheckpoint(playerid, x, y, z, 5);