Minigames Server
#8

There are literally 2 ways:

1. All modes in gamemode, maps as filterscripts or in the gamemode if you want.

pawn Code:
switch(mode)
{
    case MODE_1:
    {
        // stuff
    }
    // others
}
where needed.

2. Modes and maps as filterscripts, unload fs of previous mode & map, load fs of new mode & map.

It isn't that hard. I'd prefer the 1st way btw, go with anyone though, I don't really care.
Reply


Messages In This Thread
Minigames Server - by JaKe Elite - 17.12.2016, 20:29
Re: Minigames Server - by SickAttack - 17.12.2016, 21:30
Re: Minigames Server - by Logic_ - 18.12.2016, 05:13
Re: Minigames Server - by SickAttack - 18.12.2016, 07:07
Re: Minigames Server - by JaKe Elite - 18.12.2016, 09:52
Re: Minigames Server - by xo - 18.12.2016, 10:26
Re: Minigames Server - by JaKe Elite - 19.12.2016, 11:37
Re: Minigames Server - by SickAttack - 19.12.2016, 14:04
Re: Minigames Server - by Vince - 20.12.2016, 10:16
Re: Minigames Server - by SickAttack - 20.12.2016, 11:32

Forum Jump:


Users browsing this thread: 7 Guest(s)