15.03.2010, 16:15
Add CarInfo[vehid][cLock] = 0;
Код:
if(newstate == 5 || newstate == 6)
{
if(CarInfo[vehid][cLock] == 1)
{
RemovePlayerFromVehicle(playerid);
CarInfo[vehid][cLock] = 0;
return 1;
}
}

