26.03.2010, 07:59
here:
replace 0 with the vehicle id you want.
Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) { new Float:x,Float:y,Float:z; GetPlayerPos(playerid, x,y,z); if(vehicleid == 0) { SetPlayerPos(playerid, x,y,z+5); } return 1; }