Conflict FS
#6

Quote:
Originally Posted by Sunehildeep
Посмотреть сообщение
What I do to make gamemodes is, instead of making filterscripts I make a seperate file just like a filterscript.
I replace all the public functions of the script with stocks and type the stock names in the original publics of the gamemode
For example :-
PHP код:
public OnGameModeInit() to OnGInit() // In the script (not gamemode) 
PHP код:
public OnGameModeInit() // In gamemode
{
OnGInit();

I hope you understood what I tried to explain above ^.
Yes I understood !
I will put it into practice and see if it will solve, thanks for the tip.
Reply


Messages In This Thread
Conflict FS - by Leonaardo - 16.10.2017, 06:09
Re: Conflict FS - by Leonaardo - 16.10.2017, 19:10
Re: Conflict FS - by Escobabe - 16.10.2017, 19:33
Re: Conflict FS - by StrikerZ - 17.10.2017, 12:14
Re: Conflict FS - by Leonaardo - 17.10.2017, 20:41
Re: Conflict FS - by Leonaardo - 17.10.2017, 20:44

Forum Jump:


Users browsing this thread: 1 Guest(s)