18.09.2013, 16:20
Ola,Galera Boa Tarde Alguem Poderia Me Ajudar A Resolver Esses Warnings aqui o
C:\Users\Douglas Cabral\Desktop\Servidores\Servidor Samp 0.3x\gamemodes\Brasil Morte Certa\Brasil Morte Certa\gamemodes\MorteCerta15Final.pwn(805) : warning 219: local variable "PlayerName" shadows a variable at a preceding level
C:\Users\Douglas Cabral\Desktop\Servidores\Servidor Samp 0.3x\gamemodes\Brasil Morte Certa\Brasil Morte Certa\gamemodes\MorteCerta15Final.pwn(885) : warning 219: local variable "PlayerName" shadows a variable at a preceding level
C:\Users\Douglas Cabral\Desktop\Servidores\Servidor Samp 0.3x\gamemodes\Brasil Morte Certa\Brasil Morte Certa\gamemodes\MorteCerta15Final.pwn(1017) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Douglas Cabral\Desktop\Servidores\Servidor Samp 0.3x\gamemodes\Brasil Morte Certa\Brasil Morte Certa\gamemodes\MorteCerta15Final.pwn(2217) : warning 219: local variable "NomePlayer" shadows a variable at a preceding level
C:\Users\Douglas Cabral\Desktop\Servidores\Servidor Samp 0.3x\gamemodes\Brasil Morte Certa\Brasil Morte Certa\gamemodes\MorteCerta15Final.pwn(2343) : warning 219: local variable "NomePlayer" shadows a variable at a preceding level
C:\Users\Douglas Cabral\Desktop\Servidores\Servidor Samp 0.3x\gamemodes\Brasil Morte Certa\Brasil Morte Certa\gamemodes\MorteCerta15Final.pwn(3060) : warning 203: symbol is never used: "LoadConfig"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
6 Warnings.
Bom Se Repararem Nesse Ultimo Warning e estranho pois nao existe linha 3060 no meu GM ele chega ate a 3059
Agradeзo A Quem Puder Me Ajudar
@Edit
Linha 805
Obs:Tem O Return la em baixo da linha 805 e que o return ta mais em baixo pois tem coisas do meu sistema de login em baixo disso ai mas o return esta abaixo do sistema de login
C:\Users\Douglas Cabral\Desktop\Servidores\Servidor Samp 0.3x\gamemodes\Brasil Morte Certa\Brasil Morte Certa\gamemodes\MorteCerta15Final.pwn(805) : warning 219: local variable "PlayerName" shadows a variable at a preceding level
C:\Users\Douglas Cabral\Desktop\Servidores\Servidor Samp 0.3x\gamemodes\Brasil Morte Certa\Brasil Morte Certa\gamemodes\MorteCerta15Final.pwn(885) : warning 219: local variable "PlayerName" shadows a variable at a preceding level
C:\Users\Douglas Cabral\Desktop\Servidores\Servidor Samp 0.3x\gamemodes\Brasil Morte Certa\Brasil Morte Certa\gamemodes\MorteCerta15Final.pwn(1017) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Douglas Cabral\Desktop\Servidores\Servidor Samp 0.3x\gamemodes\Brasil Morte Certa\Brasil Morte Certa\gamemodes\MorteCerta15Final.pwn(2217) : warning 219: local variable "NomePlayer" shadows a variable at a preceding level
C:\Users\Douglas Cabral\Desktop\Servidores\Servidor Samp 0.3x\gamemodes\Brasil Morte Certa\Brasil Morte Certa\gamemodes\MorteCerta15Final.pwn(2343) : warning 219: local variable "NomePlayer" shadows a variable at a preceding level
C:\Users\Douglas Cabral\Desktop\Servidores\Servidor Samp 0.3x\gamemodes\Brasil Morte Certa\Brasil Morte Certa\gamemodes\MorteCerta15Final.pwn(3060) : warning 203: symbol is never used: "LoadConfig"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
6 Warnings.
Bom Se Repararem Nesse Ultimo Warning e estranho pois nao existe linha 3060 no meu GM ele chega ate a 3059
Agradeзo A Quem Puder Me Ajudar
@Edit
Linha 805
PHP код:
public OnPlayerConnect(playerid)
{
new string[128];
new PlayerName[128];
GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
SendClientMessage(playerid, -1, "Seja Bem-Vindo Ao {7B00FF}Brasil Morte Certa{FFFFFF}");
format(string, sizeof(string), "- %s conectou-se ao servidor.", PlayerName);
SendClientMessageToAll(0xFF0000AA, string);
SendClientMessage(playerid,COR_AZULVERDECLARO, "Para Ver Os Comandos Do Servidor Digite /comandos");