public plugin_init() register_clcmd("impulse 201", "decalset") public decalset(id){ if(g_DecalStarted && get_user_team(id) == 1) return HAM_SUPERCEDE //now spays should be prohibited return PLUGIN_CONTINUE }