GTA Közösség - A magyar GTA fórum

San Andreas Multiplayer (SA-MP) => SA-MP: Szerverfejlesztés => Segítségkérés => A témát indította: instant - 2012. július 14. - 14:05:10

Cím: Müködni fog?
Írta: instant - 2012. július 14. - 14:05:10
Üdv azt szeretném kérdezni hogy ez a script     müködni fog?
 
#define COLOR_BLUE           0x1229FAFF
#define FILTERSCRIPT
////////////////////////////////////////////////////////////////////////////////
#include <a_samp>
forward hostname();
new szervernevek[][]=
{
{\"Stunt Drift Parkour Szerver\"},
{\"Admin tagfelvétel off\"},
{\"oldalunk : xy.com\"},
{\"Segitõkész adminok\"},
{\"[HUN]Kazincbarcikai\"}
};
new hname;
public OnFilterScriptInit()
{
hname =SetTimer(\"hostname\",8000,true);
return 1;
}
public OnFilterScriptExit()
{
KillTimer(hname);
return 1;
}
public hostname()
{
new string[200];
format(string,sizeof(string),\"hostname %s\",szervernevek);
SendRconCommand(string);
return 1;
}
Cím: Müködni fog?
Írta: ZyZu. - 2012. július 14. - 14:30:28
Teszteld le :D
Cím: Müködni fog?
Írta: lackos888 - 2012. július 14. - 14:34:18
A-a ez nemfog.
Cím: Müködni fog?
Írta: IXT - 2012. július 14. - 14:34:44
Idézetet írta: lackos888 date=1342269258\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"24381\" data-ipsquote-contentclass=\"forums_Topic
A-a ez nemfog.
 
szerintem sem,na de várj mindjá adok egyet..
 
#include <a_samp>
forward hostname();
public OnFilterScriptInit()
SetTimer(\"hostname\",8000,1);
return 1;
}
 
public hostname()
{
   new var = random(5);
   switch
   {
     case 0: SendRconCommand(\"hostname Stunt Drift Parkour Szerver\");
     case 1: SendRconCommand(\"hostname Admin tagfelvétel off!\");
     case 2: SendRconCommand(\"hostname oldalunk : xy.com\");
     case 3: SendRconCommand(\"hostname Segitõkész adminok\");
     case 4: SendRconCommand(\"hostname [HUN]Kazincbarcikai\");
   }}
 
Cím: Müködni fog?
Írta: instant - 2012. július 14. - 14:48:24
köszönöm ixt.
zárok