SA-MP Forums Archive
would my filterscript be big enough - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: would my filterscript be big enough (/showthread.php?tid=171060)



would my filterscript be big enough - mrcoolballs - 25.08.2010

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


Re: would my filterscript be big enough - Souvlaki - 25.08.2010

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


Re: would my filterscript be big enough - mrcoolballs - 25.08.2010

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


Re: would my filterscript be big enough - Retardedwolf - 25.08.2010

It depends on you.

What you think is best is the one you go for.


Re: would my filterscript be big enough - Souvlaki - 25.08.2010

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