11.08.2016, 08:09
When the vehicle is impounded, the player who enter the vehicle should see "This vehicle is impounded" but it doesn't shows.. please help
pawn Код:
if(IsPlayerAtImpound(playerid))
{
if(dini_Int(CarFile(GetPlayerVehicleID(playerid)), "impounded"))
{
SendClientError(playerid, "This vehicle is impounded!");
RemovePlayerFromVehicle(playerid);
}
}