Quote:
Originally Posted by RedRobster
Assuming that "game commencing" occurs before freezetime...here you go.
PHP Code:
#include <amxmodx> #define PLUGIN "WOOT" #define VERSION "564654" #define AUTHOR "LOLZ" new Cvar public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) Cvar = register_cvar("CvarOne","1") register_logevent("Round_Start",2,"1=Round_Start") } public Round_Start() { set_pcvar_num(Cvar,0) }
|
I think thats not roundstart...
Look like playging 2 guys on 6 round
one left
connected other and game commening
and again round 1 so i need to set Cvar to 0