hey, i'm trying to make my first plugin for zombie mod (later for other plugins, mods to) i want to try to restrict the zombie admin menu to 3 times use per round. please don't laught, it's my first plugin. and i don't know if somethings are right so far (and please, don't lituraly give me the plugin. help me

i want to learn to script)
so far
Quote:
#include <amxmodx>
#include <amxmisc>
#include <engine>
#include <zombieplague>
new amx_restrict
new amx_unrestrict
public plugin_init()
{
register_plugin("Zombie admin menu restrict", "1.0", "omgitsme");
register_event("
|
good?
__________________