13.10.2013, 15:44
Not sure how to fix the crash but for the Game Mode text:
At the start of your gamemode type
And type what you want your gamemode text to be in Your Gamemode, then in the actual script, after defines/includes, type EXACTLY this
There
At the start of your gamemode type
Код:
#define SERVER_GM_TEXT "Your Gamemode"
Код:
SetGameModeText(SERVER_GM_TEXT);