RemovePlayer From Lock Cars
#4

Quote:
Originally Posted by Robert007
Add CarInfo[vehid][cLock] = 0;

Код:
if(newstate == 5 || newstate == 6)
{
  if(CarInfo[vehid][cLock] == 1)
  {
     RemovePlayerFromVehicle(playerid);
     CarInfo[vehid][cLock] = 0;
     return 1;
  }
}
This is fail, CarInfo[vehid][cLock] = 0; will unlock the car lawl
Reply


Messages In This Thread
RemovePlayer From Lock Cars - by MrLeNy - 15.03.2010, 15:59
Re: RemovePlayer From Lock Cars - by ACERS - 15.03.2010, 16:11
Re: RemovePlayer From Lock Cars - by Robert007 - 15.03.2010, 16:15
Re: RemovePlayer From Lock Cars - by MaykoX - 16.03.2010, 13:30
Re: RemovePlayer From Lock Cars - by Jay_ - 16.03.2010, 14:08
Re: RemovePlayer From Lock Cars - by Steven82 - 17.03.2010, 22:52

Forum Jump:


Users browsing this thread: 3 Guest(s)