Bine ati venit pe forumul PeTeME , cel mai bun forum de distractie & timp liber , va invitam pe voi si prietenii vostri aici ! Pentru a va distra si mai mult va rugam sa va inregistrati!

Multumimt!


Cu stima ,

Echipa PeTeME.

Alăturați-vă forumului, este rapid și ușor

Bine ati venit pe forumul PeTeME , cel mai bun forum de distractie & timp liber , va invitam pe voi si prietenii vostri aici ! Pentru a va distra si mai mult va rugam sa va inregistrati!

Multumimt!


Cu stima ,

Echipa PeTeME.
Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.

HostName Changer

In jos

HostName Changer Empty HostName Changer

Mesaj Scris de R3ALL Dum Sept 09, 2012 10:00 pm

Cod:
////===========================================///
////==Hostname Changer by ShAzZy_HACKER==///
////===========================================///


#include <a_samp>


forward hostname();

public OnFilterScriptInit()
{
SetTimer("hostname",3000,1);//<<< You can change the ammount of time the hostname stays till it changes(1000 = 1 second)
return 1;
}


public hostname()
{
   new var = random(5); //If you want less or more messages you can change the random(5); for example to random(8); if you have 8 different messages but dont forget to edit the cases too!!   switch (var)
   switch (var)
   {
     case 0: SendRconCommand("hostname numele serverului");
     case 1: SendRconCommand("hostname numele serverului");
     case 2: SendRconCommand("hostname numele serverului");
     case 3: SendRconCommand("hostname numele serverului");
     case 4: SendRconCommand("hostname numele serverului"); // if you edit the texts, dont remove "hostname", otherwise it wont work!!
   }}
avatar
R3ALL
Membru, skill +9
Membru, skill +9

Mesaje : 479
Data de inscriere : 28/08/2012
Varsta : 27
Localizare : Bucuresti

Sus In jos

Sus


 
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum