11.01.2011, 02:57
Could be something about your timers that are called under OnGameModeInit()
pawn Код:
SetTimer("pOnline", SEC2, 1);
SetTimer("antiping", 10, true); // What's this doing it's called like WAY to often and will probably screw you over.
GameTimer = SetTimer("GameTime",1000,1);