03.11.2014, 19:54
Try it:
Search OnPlayerEnterVehicle and add this:
And add this variable to gamemode or sistem
Finally only add in command or funnction this script:
Note: Sorry for me english but i only help in spanish version >.<
Search OnPlayerEnterVehicle and add this:
Код:
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);