Create Vehicle
#3

I don't want to make a whole script but you can just get vehicle coords OnPlayerExitVehicle
and like
pawn Код:
OnPlayerExitVehicle(playerid, vehicleid) //I thought
{
 if(vehicleid == ownedvehicle[playerid]) /* or something */
 {
   new Float:vx, Float:vy, Float:vz, Float:va;
   GetVehiclePos(vehicleid, vx, vy, vz);
   GetVehicleZAngle(vehicleid, va);
/* and save to a file */
 }
}
Reply


Messages In This Thread
Create Vehicle - by Sascha - 23.06.2010, 12:10
Re: Create Vehicle - by iggy1 - 23.06.2010, 12:17
Re: Create Vehicle - by CAR - 23.06.2010, 12:20
Re: Create Vehicle - by Sascha - 23.06.2010, 12:20
Re: Create Vehicle - by iggy1 - 23.06.2010, 12:27
Re: Create Vehicle - by Sascha - 23.06.2010, 12:28
Re: Create Vehicle - by CAR - 23.06.2010, 12:47
Re: Create Vehicle - by Sascha - 23.06.2010, 13:45

Forum Jump:


Users browsing this thread: 1 Guest(s)