[AJUDA] BUG id 0
#8

pawn Код:
public OnGameModeExit()
{
//  new playerid;
    for(new playerid; playerid < MAX_PLAYERS; ++playerid)
    {
        GetPlayerName(playerid, nome, sizeof(nome));
        format(arquivo,sizeof(arquivo),"/Arquivos/Contas/%s.ini",nome);
        if(fexist(arquivo))
        {
            dini_IntSet(arquivo,"Dinheiro",GetPlayerMoney(playerid));
            dini_IntSet(arquivo,"Level", GetPlayerScore(playerid));
        }
    }
    TextDrawHideForAll(Textdrawdebaixodoradar);
    TextDrawDestroy(Textdrawdebaixodoradar);
    for(new i=0; i<MAX_PLAYERS; i++)
    {
        TextDrawHideForPlayer(i, PlayersOnServer);
    }
    return 1;
}
tentar
Reply


Messages In This Thread
[AJUDA] BUG id 0 - by [BWL]DuST - 09.10.2011, 05:55
Re: [AJUDA] BUG id 0 - by Macintosh - 09.10.2011, 06:05
Re: [AJUDA] BUG id 0 - by [BWL]DuST - 09.10.2011, 06:10
Re: [AJUDA] BUG id 0 - by Macintosh - 09.10.2011, 06:21
Re: [AJUDA] BUG id 0 - by [BWL]DuST - 09.10.2011, 06:22
Re: [AJUDA] BUG id 0 - by Macintosh - 09.10.2011, 06:35
Re: [AJUDA] BUG id 0 - by [BWL]DuST - 09.10.2011, 06:40
Re: [AJUDA] BUG id 0 - by [O.z]Caroline - 09.10.2011, 06:51
Re: [AJUDA] BUG id 0 - by MatriXBorn - 09.10.2011, 06:58
Re: [AJUDA] BUG id 0 - by [O.z]Caroline - 09.10.2011, 07:01

Forum Jump:


Users browsing this thread: 2 Guest(s)