I have this plugin to take a screen shot. But i can't take a screenshot my self ue to the inmunity.
PHP Code:
public plugin_init()
{
register_concmd("amx_screen", "concmd_screen", ADMIN_LEVEL_A, "<authid, nick or #userid> <screens>")
}
//Is the amx_screen'er an admin?
if(!cmd_access(id, level, cid, 3))
return PLUGIN_HANDLED
What do i have to modifiy?