SA-MP Forums Archive
[Ajuda] warning 203: symbol is never used: "Cores" - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] warning 203: symbol is never used: "Cores" (/showthread.php?tid=438968)



warning 203: symbol is never used: "Cores" - MatheusMendes - 23.05.2013

Код:
C:\Users\Matheus-PC\Desktop\[Gamemode] Gaming Fox Brasil ® (0.3x)\gamemodes\Iniciante.pwn(898) : warning 203: symbol is never used: "Cores"
C:\Users\Matheus-PC\Desktop\[Gamemode] Gaming Fox Brasil ® (0.3x)\gamemodes\Iniciante.pwn(898) : warning 203: symbol is never used: "Mensagens"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
PHP код:
new Mensagens[4][256] = /*ao colocar as mensagens substitua o [4] pelo nъmero de mensagens. que vocкs colocou*/
{
    
"[GSB] Servidor OFICIAL - Stunt/Race/DM 1",
    
"[GSB] Visite nosso Fуrum: WwW.GamingFoxBrasil.Tk 2",
    
"[GSB] Vocк й Novato e Precisa de Ajuda? Entгo Use: ( /ajuda ) 3",
    
"[GSB] Coloque nosso IP nos Favoritos!! IP: 189.70.168.51:7777 4" //Lembre-se que a ъltima mensagem nгo deve conter ','
};
new 
Cores[] =
{
    
0x5EB7E3AA,
    
0xCD6CF6F6,
    
0x685000F6
}; 
Oque tem de errado aii ? quero tirar esses Wanings


Re: warning 203: symbol is never used: "Cores" - iFox - 23.05.2013

A funзгo Cores nгo estб sendo usada.

Remova isto:

PHP код:
new Cores[] = 

    
0x5EB7E3AA
    
0xCD6CF6F6
    
0x685000F6 
}; 
#edit

remove tudo que vocк postou, pois nada estб sendo usada


Re: warning 203: symbol is never used: "Cores" - Delete_ - 23.05.2013

pawn Код:
new MensagensMsg[4][256] = /*ao colocar as mensagens substitua o [4] pelo nъmero de mensagens. que vocкs colocou*/
{
    "[GSB] Servidor OFICIAL - Stunt/Race/DM 1",
    "[GSB] Visite nosso Fуrum: http://WwW.GamingFoxBrasil.Tk 2",
    "[GSB] Vocк й Novato e Precisa de Ajuda? Entгo Use: ( /ajuda ) 3",
    "[GSB] Coloque nosso IP nos Favoritos!! IP: 189.70.168.51:7777 4" //Lembre-se que a ъltima mensagem nгo deve conter ','
};

new CoresMsg[] =
{
    0x5EB7E3AA,
    0xCD6CF6F6,
    0x685000F6
};