[AJUDA] Warnings
#1

Preciso de ajuda. Ta dando apenas um Warning em um comando que adicionei em meu Gamemode. Quem poder me ajudar, por favor me de a soluзгo nos comentarios.

Warning

C:\Documents and Settings\Hwak v1\Meus documentos\Hwak World v2.0\Server\gamemodes\hwakworld.pwn(915) : warning 219: local variable "Nome" shadows a variable at a preceding level

Codigo

pawn Код:
if(strcmp(cmdtext, "/dia", true) == 0)
{
    new Nome[MAX_PLAYER_NAME], stg[80];
    GetPlayerName(playerid, Nome, sizeof(Nome));
    if(IsPlayerAdmin(playerid))
    {
        format(stg, sizeof(stg), "O administrador %s alterou o tempo para 12:00", Nome);
        SendClientMessageToAll(-1, stg);
        SetWorldTime(12);
    }
    else
    {
        SendClientMessage(playerid, -1, "* Vocк nгo й administrador.");
        return 1;
    }
}
Reply


Messages In This Thread
[AJUDA] Warnings - by Hashtag - 19.11.2011, 23:06
Re: [AJUDA] Warnings - by Slayer1 - 19.11.2011, 23:07
Re: [AJUDA] Warnings - by Hashtag - 19.11.2011, 23:12
Re: [AJUDA] Warnings - by Ghost_ - 19.11.2011, 23:13
Re: [AJUDA] Warnings - by Hashtag - 19.11.2011, 23:14
Re: [AJUDA] Warnings - by Pharrel - 19.11.2011, 23:19
Re: [AJUDA] Warnings - by Hashtag - 19.11.2011, 23:30

Forum Jump:


Users browsing this thread: 1 Guest(s)