C:\Users\Matheus-PC\Desktop\Iniciante.pwn(642) : warning 219: local variable "pname" shadows a variable at a preceding level
C:\Users\Matheus-PC\Desktop\Iniciante.pwn(658) : warning 219: local variable "pname" shadows a variable at a preceding level
C:\Users\Matheus-PC\Desktop\Iniciante.pwn(727) : warning 203: symbol is never used: "pname"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
3 Warnings.
// ============ Coloque Os News Aqui ==============
new count1 = 0;
new ServidorNome[0][128] = {
"» GNB - Gaming Fox Brasil ® (0.3x) «",
"Visite nosso Fуrum: WwW.GamingFoxBrasil.Tk",
"» GNB - Gaming Fox Brasil ® (0.3x) «",
"» GNB - Gaming Fox Brasil ® (0.3x) «",
"Visite nosso Fуrum: WwW.GamingFoxBrasil.Tk",
"» GNB - Gaming Fox Brasil ® (0.3x) «"
};
// ================================================== ===========================
public NomeServer()
{
count1++; if(count1 > 4)count1 = 0;
new string[128];
format(string, sizeof(string), "hostname %s", ServidorNome[count1]);
SendRconCommand(string);
}

|
Код:
// ============ Coloque Os News Aqui ==============
new count1 = 0;
new ServidorNome[0][128] = {
"» GNB - Gaming Fox Brasil ® (0.3x) «",
"Visite nosso Fуrum: WwW.GamingFoxBrasil.Tk",
"» GNB - Gaming Fox Brasil ® (0.3x) «",
"» GNB - Gaming Fox Brasil ® (0.3x) «",
"Visite nosso Fуrum: WwW.GamingFoxBrasil.Tk",
"» GNB - Gaming Fox Brasil ® (0.3x) «"
};
// ================================================== ===========================
public NomeServer()
{
count1++; if(count1 > 4)count1 = 0;
new string[128];
format(string, sizeof(string), "hostname %s", ServidorNome[count1]);
SendRconCommand(string);
}
|