Chat Samp Downloads

Parceiro VIP

Image and video hosting by TinyPic Image and video hosting by TinyPic Image and video hosting by TinyPic

quarta-feira, 5 de maio de 2010

Tutorial -Mundando o Nome do serve

Você esta cansado de ver aqueles serves mudando o nome toda hora , e você queria ter um igual
agora podemos ter com um breve tutorial explicativo abaixo.

No comesso do seu GM adicione
//---------------------------------
new count2;
new SVNAMES[MAX_SN][256] = {
"Nome Do seu SErvidor",
"Nome 2",
"Nome 3",
"Nome 4"
};

forward MudarNomeDOServer();
//--------------------------------------
No OnGameModeInit
//---------------------------------
SetTimer("MudarNomeDOServer",750,1);
//---------------------------------

No final do seu Game Mode
//---------------------------------
public MudarNomeDOServer()
{
count2 ++;
if(count2 > MAX_SN)count2 = 0;
new string[256];
format(string, sizeof(string), "hostname %s", SVNAMES[count2]);
SendRconCommand(string);
}
//---------------------------------

Creditos do Tuto :
[AiD]_Wanted_

Nenhum comentário:

Postar um comentário

SA-MP

Contato Por MSN

rafinhapacote@hotmail.com Ou Boymachine2010@hotmail.com