[AJUDA]
#7

Erro:
Код:
C:\Users\Guilherme\Desktop\Brasil Games\gamemodes\novogm.pwn(5947) : error 001: expected token: ")", but found "{"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
pawn Код:
// CODIGO
if(strcmp(cmdtext, "/minhacasa", true) == 0)
{
    new pname[MAX_PLAYER_NAME];
    GetPlayerName(playerid, pname, sizeof(pname));
    for(new c = 0; c < MAX_CASAS; c++)
    {
        format(string, sizeof(string), "/Casas/casa%d.ini", c);
        if(!strcmp(dini_Get(string, "Dono"), pname, true, 6)
        { // LINHA 5947
            format(string, sizeof(string), "[CASAS] %s sua casa й a id: %d", pname, c);
            SendClientMessage(playerid, Vermelho, string);
        }
    }
}
Reply


Messages In This Thread
[AJUDA] - by GuiihCamargo - 25.02.2012, 23:26
Re: [AJUDA] - by Hiuship - 25.02.2012, 23:31
Re: [AJUDA] - by GuiihCamargo - 25.02.2012, 23:45
Re: [AJUDA] - by GuiihCamargo - 25.02.2012, 23:51
Re: [AJUDA] - by Hiuship - 26.02.2012, 00:07
Re: [AJUDA] - by GuiihCamargo - 26.02.2012, 00:12
Re: [AJUDA] - by GuiihCamargo - 26.02.2012, 00:22
Re: [AJUDA] - by Lуs - 26.02.2012, 00:47
Re: [AJUDA] - by GuiihCamargo - 26.02.2012, 01:11
Re: [AJUDA] - by Lуs - 26.02.2012, 01:28

Forum Jump:


Users browsing this thread: 1 Guest(s)