18.01.2012, 15:37
i've got a lil' problem .When i enter a car the buy dialog show me 2 possible answers Yes or No , if i click no , it still let me drive that car , how could i fix this.Don't seams nothing wrong with this
if(GetPlayerVehicleAccess(playerid, vehicleid) != 3)
{
RemovePlayerFromVehicle(playerid);
}
if(GetPlayerVehicleAccess(playerid, vehicleid) != 3)
{
RemovePlayerFromVehicle(playerid);
}