can anybody make a plugin that ban clients with dynamic ip address?
example:
when a player connect, he get a number to his config.cfg. the plugin view this number and when a player dont have a number the plugin give him one. when i want to ban a player, the plugin kick this player and add his number and name to cstrike/addons/amxmodx/configs/banned.cfg:
when banned player want to connect to the server, the plugin kick him with reason:
Code:
you are banned from this server
and when i want to unban him, i delete his name and number from banned.cfg. and there must be his name in banned.cfg because a cant say him: view your number to get unban, because then eveybody can unban himself, they delete the number from config.cfg.