would my filterscript be big enough
#1

Okay im making a gamemode, i just finished making my admin filterscript to go along witht the gamemode, since the register system is in the admin script... should i build the player rank system in there aswell? or should i just build it in the gamemode, it would be easier for me to build it in the filterscript but will it fit? and how much can i put into the filterscript before it starts crashing and stuff
Reply
#2

You should build them all in one script.Build your GM based on your Admin FS.
Reply
#3

so i should try and convert the entire admin script into the gamemode?
Reply
#4

It depends on you.

What you think is best is the one you go for.
Reply
#5

Just replace OnFilterScriptInit with OnGameModeInit and OnFilterScriptExit with OnGameModeExit.Then add

pawn Код:
main()
{
        print(" ");
        print("My Gamemode by authour X");
        print(" ");
}

before you global variables
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)