#include <amxmodx> #include <csdm> public csdm_StateChange(csdm_state) { if(csdm_state == CSDM_FFA_ENABLE) { // Do round restart } }