03.08.2016, 16:23
Remove:
From your filterscript.
You can then remove the following lines as well:
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(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
return 1;
}
public OnGameModeExit()
{
return 1;
}
You can then remove the following lines as well:
PHP код:
#define FILTERSCRIPT
#if defined FILTERSCRIPT
#else
#endif