Leaving car while at tuning garage
#2

pawn Код:
pubilc OnPlayerExitVehicle(playerid, vehicleid)
{
  if(IsInTuningGarage[playerid]) // Find some way to detect if they are in the garage. You can get their coords and compare them
  {
   PutPlayerInVehicle(playerid, vehicleid, 0);
  }
  return 1;
}
Reply


Messages In This Thread
Leaving car while at tuning garage - by manuelhimmler - 08.02.2010, 19:07
Re: Leaving car while at tuning garage - by Grim_ - 08.02.2010, 19:19
Re: Leaving car while at tuning garage - by manuelhimmler - 08.02.2010, 20:17

Forum Jump:


Users browsing this thread: 1 Guest(s)