enum { idle, shoot1, shoot2, insert, after_reload, start_reload, draw } public plugin_init() { log_amx( "idle = %d/ shoot1 = %d/ shoot2 = %d/ insert = %d", idle, shoot1, shoot2, insert ) }