20.09.2012, 17:01
No, no, no 
You should make array:
Simple, one payer connected to server, updatetimer is equal 5 (could be another number), but after that another player connected to server, and updatetimer is equal 6. First player left server, and timer for another player will be destroyed.

PHP код:
new updatetimer;
PHP код:
new updatetimer[MAX_PLAYERS];


