#include <amxmodx>new first_roundpublic plugin_init() { register_plugin("Free Day", "1.0", "Mxnn") register_event("ResetHUD", "RoundStart", "be")}public RoundStart() { if (!first_round) { first_round = 1 //Free day } return PLUGIN_CONTINUE}