SA-MP Forums Archive
[FilterScript] [FS] ModeChanger / Gamemode Changer - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS] ModeChanger / Gamemode Changer (/showthread.php?tid=58512)



[FS] ModeChanger / Gamemode Changer - darkrider366 - 18.12.2008

[color=green]
WHAT:Filterscript: Gamemode changer / Modechanger
[color=orange]
ABOUT:This filterscript will change your gamemodes automatically after a certain amount of time
[color=purple]
BY: darkrider366([SP]dryftin_vid)
[color=maroon]
WHY: This filterscript means that you dont have to rely on someone on the server with a rcon password using /rcon changemode (), it is automatic, and its safe, and its dead on time,
if you want more than 2 gamemodes to change then you must edit the top line

Code:
#define MODES 3
or
Code:
#define MODES 4
#define MODES 5
#define MODES 6
AND

Code:
public ModeChange()
{
    new stri[100];
    new modes[MODES][0] = {
    {"lvdm"},
    {"area51"},
    {"monster"}
    {"freighter"}
    };
and to change the amount of time
you must have
Code:
#define MINUTES 20
#define MINUTES 40
#define MINUTES 13
#define MINUTES 163
this will obviously define the about of time between each change of gamemodes.


LINKS:


pastebin http://www.dryftin_vid.pastebin.com/f337c5d27

if you would like a mirror,
please just pm me the link,
i will add it to the list


Re: [FS] ModeChanger / Gamemode Changer - SPFoxy - 18.12.2008

good work


Re: [FS] ModeChanger / Gamemode Changer - Tez2k7 - 18.12.2008

Looks good.


Re: [FS] ModeChanger / Gamemode Changer - cmg4life - 18.12.2008

nice scripting


Re: [FS] ModeChanger / Gamemode Changer - whooper - 18.12.2008

wow nice script!


Re: [FS] ModeChanger / Gamemode Changer - darkrider366 - 19.12.2008

Quote:
Originally Posted by cmg4life
nice scripting
lol, class , but thanks to you,
Quote:
Originally Posted by whooper
wow nice script!
Thanks


Re: [FS] ModeChanger / Gamemode Changer - extra - 19.12.2008

nice one


Re: [FS] ModeChanger / Gamemode Changer - darkrider366 - 19.12.2008

Quote:
Originally Posted by ★heatON♠♣
nice one



Re: [FS] ModeChanger / Gamemode Changer - rafay - 20.12.2008

Naaice dude!


Re: [FS] ModeChanger / Gamemode Changer - [SP]loookatme123 - 20.12.2008

great one dude