event player_activate { es_queryclientvar event_var(userid) rate es_queryclientvar event_var(userid) cl_updaterate es_queryclientvar event_var(userid) cl_cmdrate } event es_player_variable { if (event_var(status) == "success") do { if (event_var(variable) == "rate") do { if (event_var(value) < 25000) then kickid event_var(userid) please type in consol: rate 25000 if (event_var(value) < 25000) then es_msg #multi #green[AntiLowrate]#lightgreen event_var(es_username) Was kicked due rate under 25000! } else do { if (event_var(variable) == "cl_updaterate") do { if (event_var(value) < 100) then kickid event_var(userid) please type in consol: cl_updaterate 100 if (event_var(value) < 100) then es_msg #multi #green[AntiLowrate]#lightgreen event_var(es_username) Was kicked due cl_updaterate under 100! } else do { if (event_var(variable) == "cl_cmdrate") do { if (event_var(value) < 100) then kickid event_var(userid) please type in consol: cl_cmdrate 100 if (event_var(value) < 100) then es_msg #multi #green[AntiLowrate]#lightgreen event_var(es_username) Was kicked due cl_cmdrate under 100! } } } } else echo Variable query for event_var(variable) not successful. Status of the var: event_var(status) } // MOD BY [EmPtY] // ICQ: 8495239 // Steam: CreativeFrags cl_cmdrate