Pirmo reizi par tadu dzirdu
Bet man liekas ka public plugin_init(){
register_plugin("Hook Grab","1.3.1","EJL-SpaceDude/JTP10181")
register_concmd("amx_hook","amx_hc",ADMIN_LEVEL_H,": toggles hook on and off")
register_concmd("amx_hook_count","admin_hook_count",ADMIN_LEVEL_H,": <# of hooks allowed to each player per round>")
register_clcmd("say","HandleSay")
register_clcmd("say /hook","hook_motd")
register_clcmd("+hook", "hook_on")
register_clcmd("-hook", "hook_off")
register_cvar("sv_hook","1",FCVAR_SERVER)
register_cvar("amx_hook_spawndelay","0")
register_cvar("amx_hook_no_vip","1")
register_cvar("amx_hooks_round","100")
register_cvar("amx_rep_hcount","1")
register_cvar("amx_hook_style","0")
register_cvar("amx_hook_moveacc", "150" )
register_cvar("amx_hook_reelspeed", "400" )
register_cvar("amx_hook_creelspeed", "800" )
register_event("Battery","vip_spawn","b","1=200")
register_event("ResetHUD", "new_round", "b")