[Ajuda] Retornando а File
#1

Como eu faзo para retornar uma Stock а File ?

pawn Code:
stock bCini_GetarCache(arquivo[])
{
    if(strcmp(bCache[Cache1],arquivo,true) == 0)
    {
        return File1;
    }
    if(strcmp(bCache[Cache2],arquivo,true) == 0)
    {
        return File2;
    }
    if(strcmp(bCache[Cache3],arquivo,true) == 0)
    {
        return File3;
    }
    if(strcmp(bCache[Cache4],arquivo,true) == 0)
    {
        return File4;
    }
    if(strcmp(bCache[Cache5],arquivo,true) == 0)
    {
        return File5;
    }
    return 0;
}
Exemplo de Uso:

pawn Code:
if(bCini_TemCache(arquivo))
{
     while(fread(bCini_GetarCache(arquivo), bCiniFiles2))
     {
Grato!

#EDIT:

Resolvido.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)