[GameMode] "GangWar" Base para modes, atй RPG!
#17

Nгo prestei muita atenзгo no GM nгo sei se й a variбvel certa mas criei um cуdigo pra salvar como exemplo.

pawn Code:
public OnPlayerDisconnect(playerid, reason)
{
    new arquivo[30], nome[MAX_PLAYER_NAME];
    GetPlayerName(playerid, nome, sizeof(nome));
    format(arquivo, sizeof(arquivo), "%s.ini", nome);
    if(!dini_Exists(arquivo))
    {
        dini_Create(arquivo);
    }
    dini_IntSet(arquivo, "gang", djTeam[playerid]);
    return 1;
}

public OnPlayerConnect(playerid)
{
    new arquivo[30], nome[MAX_PLAYER_NAME];
    GetPlayerName(playerid, nome, sizeof(nome));
    format(arquivo, sizeof(arquivo), "%s.ini", nome);
    if(dini_Exists(arquivo))
    {
        djTeam[playerid] = dini_Int(arquivo, "gang");
        return 1;
    }
    return 1;
}
OBS: Nгo testei nem compilei.
Reply


Messages In This Thread
"GangWar" Base para modes, atй RPG! - by Bruno Pereira - 28.07.2011, 21:20
Re: "GangWar" Base para modes, atй RPG! - by Kuddy - 28.07.2011, 22:03
Re: "GangWar" Base para modes, atй RPG! - by Bruno Pereira - 28.07.2011, 23:48
Re: "GangWar" Base para modes, atй RPG! - by Bruno Pereira - 29.07.2011, 13:46
Re: "GangWar" Base para modes, atй RPG! - by RebeloX - 29.07.2011, 13:47
Re: "GangWar" Base para modes, atй RPG! - by BrunoBSF - 29.07.2011, 16:41
Re: "GangWar" Base para modes, atй RPG! - by Bruno Pereira - 29.07.2011, 18:09
Re: "GangWar" Base para modes, atй RPG! - by Y_Baby - 30.07.2011, 03:52
Re: "GangWar" Base para modes, atй RPG! - by [R] ousenber [K] - 30.07.2011, 14:02
Re: "GangWar" Base para modes, atй RPG! - by wallon - 30.07.2011, 16:27
Re: "GangWar" Base para modes, atй RPG! - by Bruno Pereira - 30.07.2011, 16:36
Re: "GangWar" Base para modes, atй RPG! - by wallon - 30.07.2011, 17:08
Re: "GangWar" Base para modes, atй RPG! - by Bruno Pereira - 30.07.2011, 20:24
Re: "GangWar" Base para modes, atй RPG! - by wallon - 30.07.2011, 23:28
Re: "GangWar" Base para modes, atй RPG! - by FoxXx - 31.07.2011, 02:28
Re: "GangWar" Base para modes, atй RPG! - by Bruno Pereira - 31.07.2011, 17:19
Re: "GangWar" Base para modes, atй RPG! - by Josma_cmd - 31.07.2011, 17:35
Re: "GangWar" Base para modes, atй RPG! - by Bruno Pereira - 02.08.2011, 18:01
Re: "GangWar" Base para modes, atй RPG! - by Lucca-Design - 07.08.2011, 17:20
Re: "GangWar" Base para modes, atй RPG! - by Bruno Pereira - 07.08.2011, 19:30
Re: "GangWar" Base para modes, atй RPG! - by Devastador - 08.08.2011, 04:59
Re: "GangWar" Base para modes, atй RPG! - by URSS_Morelli - 09.08.2011, 02:47

Forum Jump:


Users browsing this thread: 13 Guest(s)