i 'm making a "show the player with the most kills at the end of the round, then reset the counter an restart counting"-plugin
first it worked fine. then i thought why not show the result with a hudmessage. this didn't work (i read AMXX has some problems with hudmsgs). so i took the client_print function again. now (i found out after some tests) the endround event isn't fired
my code is attached.
Does any one know why the endround event doesn't work?