19.11.2011, 15:22
pawn Code:
public ChangeHostName()
{
new var=random(7);
switch(var)
{
case 0: SendRconCommand("hostname [NBTDM]And Stunts Server");
case 1: SendRconCommand("hostname Total Deathmatch World[NBTDM]");
case 2: SendRconCommand("hostname The Adrenaline World Of [NBTDM]");
case 3: SendRconCommand("hostname http://www.nbcnr.tk/www.nbtdm.tk [NBTDM]");
case 4: SendRconCommand("hostname [*NEW*]CS Maps [NBTDM]Total StuntWar World");
case 5: SendRconCommand("hostname [http://www.nbcnr.tk][NBTDM]{.::G::}Stunt World");
case 6: SendRconCommand("hostname Stunt•Tdm•Dm•Race•Fun•Advanced StuntWorld");
}
}
public GameModeChanger()
{
new var=random(9);
switch (var)
{
case 0: SendRconCommand("gamemodetext Stunts•Team Deathmatch•Deathmatch•Race•Clans");
case 1: SendRconCommand("gamemodetext Made By Blacklisted_Bboy •[www.nbtdm.tk]•");
case 2: SendRconCommand("gamemodetext Events/Races/Fun/War/Stunt/TDM");
case 3: SendRconCommand("gamemodetext Join Clan now www.nobalance.tk");
case 4: SendRconCommand("gamemodetext http://www.nbcnr.tk http://www.nbtdm.tk www.nobalance.tk");
case 5: SendRconCommand("gamemodetext Total Deathmatch/TDM And Adrenaline Club");
case 6: SendRconCommand("gamemodetext •A•drenaline Stunt World Have Fun Now!!");
case 7: SendRconCommand("gamemodetext [•N•B•T•D•M•]•A•N•D•S•T•U•N•T•S•S•E•R•V•E•R");
case 8: SendRconCommand("gamemodetext [•NEW•]Counter Strike Maps ADDED Now Join Us");
}
}
public MapNameChanger()
{
new var=random(4);
switch (var)
{
case 0: SendRconCommand("mapname cs_italy,de_dust2,island,+10 dmzones");
case 1: SendRconCommand("mapname Made By Blacklisted®!");
case 2: SendRconCommand("mapname Stuntmania World Of No Balance®");
case 3: SendRconCommand("mapname ®Total Fun Of Adrenaline StuntWorld");
}
}