Create Vehicle
#7

pawn Код:
public OnVehicleSpawn(vehicleid)
{
  for(new i; i<MAX_PLAYERS; i++)
  {
   if(vehicleid == ownedvehicle[i])
   {
     fopen/read/close
     SetVehiclePos...
     SetVehicleZAngle...
   }
  }
  return 1;
}
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)