How to make OnGameEnded event?
Featured Replies
Сейчас на странице 0
- Нет пользователей, просматривающих эту страницу
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
Используя этот сайт, вы соглашаетесь Условия использования.
I know that if (scr_gameended != 0) that means the game has ended but how I can make an event for it?
Is making a timer that checks every say: half a second is the only way to do it?
Please help.. :|
Additon:
Surprisingly, this code cause server to crash:
bool gameended = Call("getdvar", "scr_gameended") != 0;Is there a way to fix this?