08.02.2010, 19:19
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;
}