[Ajuda] carregamento
#2

pawn Код:
stock CarregarConta(playerid)
{
    new String[99];
    GetPlayerName(playerid, Nome,sizeof(Nome));
    format(String, sizeof(String), "Contas/%s.ini", Nome);
    TitoInfo[playerid][pDinheiro]  = DOF2_GetInt(String,   "Dinheiro");
    TitoInfo[playerid][pBank] = DOF2_GetInt(String,           "Banco");
    TitoInfo[playerid][pScore] = DOF2_GetInt(String,          "Score")
    TitoInfo[playerid][pAdmin] = DOF2_GetInt(String,    "AdiminLevel");
    TitoInfo[playerid][pJob] = DOF2_GetInt(String,          "Emprego");
    TitoInfo[playerid][pTut] = DOF2_GetBool(String,         "Tutorial");
    TitoInfo[playerid][pCash] = DOF2_GetInt(String,            "Cash");
    TitoInfo[playerid][pRespeito] = DOF2_GetInt(String,    "Respeito");
    TitoInfo[playerid][pAviso] = DOF2_GetInt(String,          "Aviso");
    TitoInfo[playerid][pSkin] =  DOF2_GetInt(String,  "Skin");
    TitoInfo[playerid][Empresa] = DOF2_GetBool(String,  "Empresa");
    TitoInfo[playerid][Indentidade] = DOF2_GetBool(String,  "Indentidade");
    TitoInfo[playerid][pDrogas] = DOF2_GetBool(String,  "Drogas");
    TitoInfo[playerid][pDinamite] = DOF2_GetInt(String,  "Dinamite");
    return 1;
}
Tenta aн
Reply


Messages In This Thread
carregamento - by mau.tito - 19.09.2012, 18:43
Re: carregamento - by .FuneraL. - 19.09.2012, 18:52
Re: carregamento - by mau.tito - 19.09.2012, 19:04
Re: carregamento - by CaioMiglioli - 19.09.2012, 19:05
Re: carregamento - by @Riichard - 19.09.2012, 19:09
Re: carregamento - by mau.tito - 19.09.2012, 19:10
Re: carregamento - by .FuneraL. - 19.09.2012, 19:11
Re: carregamento - by Jason` - 19.09.2012, 19:15
Re: carregamento - by mau.tito - 19.09.2012, 19:30
Re: carregamento - by paulor - 19.09.2012, 23:40

Forum Jump:


Users browsing this thread: 1 Guest(s)