[AJUDA] Transformando em .ini
#1

Olб, estou com um certo problema. Й que meu servidor nгo estб reconhecendo os arquivos .txt que fiz,Dai nгo sei passar para .ini, tipo criar um bloco de notas para cada player.

Aqui estб o codigo.

pawn Код:
public OnFilterScriptInit()
{
    if(!fexist("xxxx.txt")) { dini_Create("xxxx.txt"); }
    return 1;
}
pawn Код:
public OnPlayerConnect(playerid)
{
    new nome3[24], str[50];
    GetPlayerName(playerid, nome3, 24);
    format(str, sizeof str, "%s - xxxxx", nome3);
    if(dini_Isset("xxxx.txt", str))
    {
        Info1[playerid][xxxxx] = bool:dini_Bool("xxxx.txt", str);
    }
    return 1;
}
pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
    new nome3[24], str[50];
    GetPlayerName(playerid, nome3, 24);
    format(str, sizeof str, "%s - xxxx", nome3);
    dini_BoolSet("xxxx.txt", str, Info1[playerid][xxxxx]);
    return 1;
}
Se precisa de mas algo falкm ae D:

Ajuda please

Grato desde jб.
Reply


Messages In This Thread
[AJUDA] Transformando em .ini - by Baigou - 15.11.2011, 06:55
Re: [AJUDA] Transformando em .ini - by Pharrel - 15.11.2011, 07:12
Re: [AJUDA] Transformando em .ini - by Baigou - 15.11.2011, 07:16
Re: [AJUDA] Transformando em .ini - by Pharrel - 15.11.2011, 07:20
Re: [AJUDA] Transformando em .ini - by Baigou - 15.11.2011, 07:23
Re: [AJUDA] Transformando em .ini - by Baigou - 15.11.2011, 07:26
Re: [AJUDA] Transformando em .ini - by Pharrel - 15.11.2011, 07:27
Re: [AJUDA] Transformando em .ini - by Baigou - 15.11.2011, 07:30
Re: [AJUDA] Transformando em .ini - by Baigou - 15.11.2011, 07:43
Re: [AJUDA] Transformando em .ini - by Pharrel - 15.11.2011, 07:45

Forum Jump:


Users browsing this thread: 4 Guest(s)