Editing a gamemode.. is it a good start?
#5

Quote:
Originally Posted by TakeiT
Посмотреть сообщение
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.
+1. I think too, this is the best way to start.
Quote:
Originally Posted by XHunterZ
Посмотреть сообщение
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
Try this:
PHP код:
public OnGameModeInit()
{
    
SetGameModeText("Your Gamemode's name");
    return 
1;

Reply


Messages In This Thread
Editing a gamemode.. is it a good start? - by XHunterZ - 16.09.2016, 13:58
Re: Editing a gamemode.. is it a good start? - by Dayrion - 16.09.2016, 14:08
Re: Editing a gamemode.. is it a good start? - by XHunterZ - 16.09.2016, 14:11
Re: Editing a gamemode.. is it a good start? - by TakeiT - 16.09.2016, 14:14
Re: Editing a gamemode.. is it a good start? - by Dayrion - 16.09.2016, 14:19
Re: Editing a gamemode.. is it a good start? - by Ultraz - 16.09.2016, 15:39
Re: Editing a gamemode.. is it a good start? - by sammp - 16.09.2016, 16:10
Re: Editing a gamemode.. is it a good start? - by TakeiT - 16.09.2016, 16:15
Re: Editing a gamemode.. is it a good start? - by XHunterZ - 16.09.2016, 16:36

Forum Jump:


Users browsing this thread: 1 Guest(s)