Gamemode text
#3

Remove:
PHP код:
main()
{
    print(
"\n----------------------------------");
    print(
" Blank Gamemode by your name here");
    print(
"----------------------------------\n");
}

public 
OnGameModeInit()
{
    
// Don't use these lines if it's a filterscript
    
SetGameModeText("Blank Script");
    print(
"Blank Script");
    
AddPlayerClass(01958.37831343.157215.3746269.1425000000);
    return 
1;
}

public 
OnGameModeExit()
{
    return 
1;

From your filterscript.

You can then remove the following lines as well:
PHP код:
#define FILTERSCRIPT

#if defined FILTERSCRIPT
#else
#endif 
Reply


Messages In This Thread
Gamemode text - by Dejan12345 - 03.08.2016, 15:45
Re: Gamemode text - by Dejan12345 - 03.08.2016, 16:17
Re: Gamemode text - by AndySedeyn - 03.08.2016, 16:23
Re: Gamemode text - by Dejan12345 - 03.08.2016, 16:35

Forum Jump:


Users browsing this thread: 2 Guest(s)