27.08.2016, 10:41
You can do a simple command to teleport vehicle to player.. like this:
Код:
new Float: x, Float: y, Float: z; GetPlayerPos(playerid, x, y, z); SetVehiclePos(vehicleid, x, y, z);

