Jump to content
  • 0

Schimbare nume Server.


Guest Ducati

Question

Am vazut pe un sv cand dadeai click pe numele de la svr se schimba numele si tot asa.Oare cum se poate face?Mia zis cineva ca este un tutorial dar nu l-am gasit. ???

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

public OnGamemodeInt()

{

SetTimer("ChangeHostname",6000,1);

SetTimer("CMT",6000,1);

return 1;

}

forward ChangeHostname();

public ChangeHostname()

{

new var = random(4);

switch (var)

{

case 0: SendRconCommand("hostname nume server");

case 1: SendRconCommand("hostname nume server");

case 2: SendRconCommand("hostname nume server");

case 3: SendRconCommand("hostname nume server");

}

}

forward CMT();

public CMT()

{

new var = random(3);

switch (var)

{

case 0: SetGameModeText("nume gm");

case 1: SetGameModeText("nume gm");

case 2: SetGameModeText("nume gm");

}

}

Stiu si eu ... branza e pe bani, dar eu tot ma joc pe gratis!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.