09.06.2012, 07:05
The codes in your first post seems quite fine for me except one thing *. Do you mind if I ask you to you show the whole declaration of the textdraw and also the way you're calling the UpdateStats func?
* Why not OnPlayerConnect instead of OnGameModeInit? Well I don't get it why would you use it under ongamemode. I mean when a player connects SetTimerEx, store the player id then use it in your timer function UpdateStats without any loops. More efficient ha?
* Why not OnPlayerConnect instead of OnGameModeInit? Well I don't get it why would you use it under ongamemode. I mean when a player connects SetTimerEx, store the player id then use it in your timer function UpdateStats without any loops. More efficient ha?