12.06.2010, 15:39
Quote:
Originally Posted by yeswecanchange09
How is DeathSystem being called? Have you added a timer for it?
|
You should have a timer to call the function.
Код:
OnGameModeInit() { SetTimer("DeathSystem",2000,1); return 1; }