can i do this ?
#1

im creating a filtersccript and i wonder can i delete these lines ?:
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
SetGameModeText("Blank Script");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
return 1;
}

public OnGameModeExit()
{
return 1;
}
Reply


Messages In This Thread
can i do this ? - by karolis11234 - 26.02.2014, 14:59
Re: can i do this ? - by Lloyde - 26.02.2014, 15:04
Re: can i do this ? - by iThePunisher - 26.02.2014, 15:04
Re: can i do this ? - by Bingo - 26.02.2014, 15:08
Re: can i do this ? - by Konstantinos - 26.02.2014, 15:14

Forum Jump:


Users browsing this thread: 1 Guest(s)