Szerző Téma: Müködni fog?  (Megtekintve 521 alkalommal)

Nem elérhető instant

  • 2778
  • ZzzzzZ
    • Profil megtekintése
Müködni fog?
« Dátum: 2012. július 14. - 14:05:10 »
0 Show voters
Ü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;
}

Nem elérhető ZyZu.

  • Globális moderátor
  • 8939
  • my turbo diesel forum
  • Discord: ZyZu.
    • Profil megtekintése
Müködni fog?
« Válasz #1 Dátum: 2012. július 14. - 14:30:28 »
0 Show voters
Teszteld le :D

Müködni fog?
« Válasz #2 Dátum: 2012. július 14. - 14:34:18 »
0 Show voters
A-a ez nemfog.

Nem elérhető IXT

  • 2502
  • Steph Curry
    • Profil megtekintése
Müködni fog?
« Válasz #3 Dátum: 2012. július 14. - 14:34:44 »
+1 Show voters
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\");
   }}
 

Nem elérhető instant

  • 2778
  • ZzzzzZ
    • Profil megtekintése
Müködni fog?
« Válasz #4 Dátum: 2012. július 14. - 14:48:24 »
0 Show voters
köszönöm ixt.
zárok

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal