/**
* Called before ban is insrted in the ban table
*
* @param id Client index - is not always valid (e.g. is not valid for offline ban, or when user is disconnected )
* @param userid Client userid - is not always valid ( is not valid for offline ban )
* @param player_steamid Client steamid
* @param player_ip Client IP
* @param player_name Client name
* @param ban_created Ban creation time (unix timestamp)
* @param admin_ip Admin IP
* @param admin_steamid Admin steamid
* @param admin_name Admin name
* @param ban_type Ban type
* @param ban_reason Ban reason
* @param bantime Ban duration in seconds
*
* @return This forward ignores the returned value.
*/
forward fbans_player_banned_pre_f(
const id, const uid,
const player_steamid[], const player_ip[], const player_name[],
const admin_ip[], const admin_steamid[], const admin_name[],
const ban_type[], const ban_reason[], const bantime);