[FilterScript] [FS] Auto HostName,Map,GM
#4

Code:
#include <a_samp>
public OnFilterScriptInit()
{
    SetTimer("Randoms",3000, true);

    return 1;
}

forward Randoms();
public Randoms()
{
   switch (random(2))
   {
     case 0: SendRconCommand("hostname _______|-Clan Of Honourable Knights-|_______");
     case 1: SendRconCommand("hostname _______|-Professional Clan-|_______");
   }

   switch (random(5))
   {
     case 0: SendRconCommand("mapname China Town!");
     case 1: SendRconCommand("mapname India!");
     case 2: SendRconCommand("mapname New Verstroia!");
     case 3: SendRconCommand("mapname DigiWorld");
     case 4: SendRconCommand("mapname EgyPt");
   }

   switch (random(2))
   {
     case 0: SendRconCommand("gamemodetext MYGM");
     case 1: SendRconCommand("gamemodetext New GM");
   }

   return 1;
}
Reply


Messages In This Thread
[FS] Auto HostName,Map,GM - by forgottenkings - 19.11.2011, 13:46
Re: [FS] Auto HostName,Map,GM - by Luis- - 19.11.2011, 13:56
Re: [FS] Auto HostName,Map,GM - by forgottenkings - 19.11.2011, 13:58
Re: [FS] Auto HostName,Map,GM - by DayaKisteme - 19.11.2011, 15:21
Re: [FS] Auto HostName,Map,GM - by vassilis - 19.11.2011, 15:22
Re: [FS] Auto HostName,Map,GM - by DayaKisteme - 19.11.2011, 15:26
Re: [FS] Auto HostName,Map,GM - by Astralis - 19.11.2011, 16:22
Respuesta: [FS] Auto HostName,Map,GM - by [Nikk] - 04.12.2011, 00:26
Re: [FS] Auto HostName,Map,GM - by bye - 03.08.2012, 06:02

Forum Jump:


Users browsing this thread: 1 Guest(s)