14.10.2016, 10:43
The reason is because that filterscript is acting as a gamemode.
Take out
and
Take out
Код:
#else
main()
{
print("\n----------------------------------");
print(" Blank Gamemode by your name here");
print("----------------------------------\n");
}
#endif
Код:
public OnGameModeInit()
{
// Don't use these lines if it's a filterscript
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
return 1;
}
public OnGameModeExit()
{
return 1;
}

