[Ajuda] casas
#1

oque tem de errado aqui

pawn Код:
stock salvarCasas() {

    new xArquivo[50];
    for(new h=1;h<CASAS;h++) {
   
        format(xArquivo,50,"Casas/%d.ini",h);
        DOF2_SetString(xArquivo,"Dono Casa",HouseInfo[h][hDonoCasa]);
    }
    DOF2_SaveFile();
    return true;
}

stock carregarCasas () {

    new xArquivo[50];
    for(new h=1;h<CASAS;h++) {

        format(xArquivo,50,"Casas/%d.ini",h);
        format(HouseInfo[idx][hDonoCasa],21,DOF2_GetString(Arquivo,"Dono Casa"));
    }
    return true;
}

public OnFilterScriptInit() {

    carregarCasas();
    return true;
}

public OnFilterSciptExit(){

    salvarCasas();
    return true;
}
Reply


Messages In This Thread
casas - by xGamminG - 01.08.2013, 19:26
Re: casas - by ProKillerpa - 01.08.2013, 19:27
Respuesta: casas - by ViniKuliveguisky - 01.08.2013, 19:28
Re: casas - by xGamminG - 01.08.2013, 19:29

Forum Jump:


Users browsing this thread: 1 Guest(s)