16.09.2016, 14:19
Quote:
I always say it's harder that way, because now you need to learn how someone else's gamemode works and incorporate your own stuff into it. It's usually easier in my opinion to start scratch, then you know exactly what the script has and exactly how everything works.
|
Quote:
I'm first learning for what purpose these callbacks are used.. once i get to know how to, i'll
By the way, when i start server on my localhost, it shows gamemode text "unknown" help please |
PHP код:
public OnGameModeInit()
{
SetGameModeText("Your Gamemode's name");
return 1;
}