Gamemode text
#1

Guys i add filtersciprt to my gamemode but when i run server i on my samp get gamemode text Blank Script without filterscript i get my gamemode text help
Reply
#2

help
Reply
#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
#4

tnx bro [REP+]
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)