You will have to create a timer based per player and save them into an array based on the player. If the map only has a few players timers will work fine but if you need to use a very large amount of timers you will want to lookin to threads definitions and loops to get track everything while keeping it simple.
When I want your opinion...I'll give it to you!

mythandier Regular ShmoeHi all -
So I'm working on a 1v1 melee-mod map and am trying to set up separate timers for each player. And then if that player performs certain actions it will reset his/her timer.
I can do this for 1 player no problem...ez pz. The issue I'm facing is that the timer is universal and so both players have the same timer. This makes me sad :(
So, is there any way I can get this done?
Thanks.