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

Auto HostName,MAP,GM
pawn Code:
#include <a_samp>
public OnFilterScriptInit()
{
SetTimer("hostname",3000,1);
SetTimer("mapname",3000,1);
SetTimer("gamemode",3000,1);
return 1;
}
forward hostname();
public hostname()
{
   new var = random(5);
   switch (var)
   {
     case 0: SendRconCommand("hostname _______|-Clan Of Honourable Knights-|_______");
     case 1: SendRconCommand("hostname _______|-Professional Clan-|_______");
   }
}
forward mapname();
public mapname()
{
   new var = random(5);
   switch (var)
   {
     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");
   }
}
forward gamemode();
public gamemode()
{
   new var = random(2);
   switch (var)
   {
     case 0: SendRconCommand("gamemodetext MYGM");
     case 1: SendRconCommand("gamemodetext New GM");
   }
}

This is a simple hostname,map,gm name changing fs just try it for a cool
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)