[AJUDA]
#8

pawn Код:
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))
        {
            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: 4 Guest(s)