[Ajuda] inputtext em dof2 file exists.
#1

Eu sabia dessa funзгo tipo, Se o arquivo ja tava criado retornava falando que jб tava criado, Mais eu nгo lembrei dessa funзгo ai do dof2 file exists com o inputtext? '-'
PHP код:
#define PASTA_CODIGOS "Codigos/%s.ini"
if(DOF2_FileExists(PASTA_CODIGOS(inputtext))) 
Reply
#2

Dependendo a finalidade, por que nгo?
Reply
#3

Quote:
Originally Posted by F1N4L
Посмотреть сообщение
Dependendo a finalidade, por que nгo?
Como que verifica dof2 file exists com input man? comenta atoa nгo.
Reply
#4

Quote:
Originally Posted by GuiKommander
Посмотреть сообщение
Como que verifica dof2 file exists com input man? comenta atoa nгo.
Ok...

Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == DIALOG_CODIGOS)
    {
        if(response)
        {
            if(DOF2_FileExists(inputtext))
            {
                // 
            }
        }
    }

    return true;
}
Reply
#5

Uma das maneiras й...
PHP код:
new Str[128];
format(Strsizeof(Str),"Codigos/%s.ini"inputtext);
if(
DOF2_FileExists(Str))
{

Reply
#6

Nossa, desculpa mesmo.
O cуdigo й tгo merda que nem reparei na cagada!

Sim, com certeza isso nem existe. Seja lб quem escreveu isso, deveria parar com pawn.
Reply
#7

Quote:
Originally Posted by AdrianoStk
Посмотреть сообщение
Uma das maneiras й...
PHP код:
new Str[128];
format(Strsizeof(Str),"Codigos/%s.ini"inputtext);
if(
DOF2_FileExists(Str))
{

Era isso msm, vlw.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)