#4

coded in reply box
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
new vid, Float:x, Float:y, Float:z, model;
vid = GetPlayerVehicleID(playerid);
GetVehiclePos(vid, x, y, z)

DestroyVehicle(vid)
vid = CreateVehicle(451, x, y, z, -1, -1, 60000)//is that right?
PutPlayerInVehicle(playerid, vid, 0);
}
of course that would always set it to model 451 and doesn't do any checks, but it is an example.

Reply


Messages In This Thread
- - by ReV. - 17.02.2009, 01:16
Re: help - by Daren_Jacobson - 17.02.2009, 01:19
Re: help - by ReV. - 17.02.2009, 01:20
Re: help - by Daren_Jacobson - 17.02.2009, 01:26
Re: help - by decayer - 17.02.2009, 01:45
Re: help - by Daren_Jacobson - 17.02.2009, 02:05
Re: help - by brett7 - 17.02.2009, 02:19
Re: help - by Daren_Jacobson - 17.02.2009, 02:19
Re: help - by ReV. - 17.02.2009, 02:34
Re: help - by 1337pr0 - 17.02.2009, 03:28

Forum Jump:


Users browsing this thread: 1 Guest(s)