Erro Comando
#1

Uma vez o Danniel Cooper me passou um code de agendar, agenda td certo e talz, mas quando o cara loga, nao aparece o motivo e talz nao, sendo que criei a pasta e estб sendo salvo corretamente nela
Код:
forward AgendandoCadeia(idcheck, playerid);
public AgendandoCadeia(idcheck, playerid)
{
    new
        arquivo[64],
        DannielCooper,
        PresoMotivo[64],
        PresoNome[64]
;
    if(idcheck == 1)
    {
        format(arquivo, sizeof(arquivo), "Agendados/%s.ini",PlayerName(playerid));
        if(dini_Exists(arquivo))
        {
            strmid(PresoNome, dini_Get(arquivo,"Admin"), 0, strlen(dini_Get(arquivo,"Admin")), 255);
            strmid(PresoMotivo, dini_Get(arquivo,"Motivo"), 0, strlen(dini_Get(arquivo,"Motivo")), 255);

            DannielCooper = dini_Int(arquivo,"Tempo");

            format(gstring, sizeof(gstring), "[!] Admin %s Agendou Sua Prisгo Motivo: %s.", PresoNome,PresoMotivo);
            SendClientMessage(playerid, COLOR_LIGHTRED, gstring);

            format(gstring, sizeof(gstring), "[!] Vocк foi preso por %d Minutos Automaticamente Agendado pelo Admin.", DannielCooper);
            SendClientMessage(playerid, COLOR_LIGHTBLUE, gstring);

            GameTextForPlayer(playerid, "~b~Bem Vindo ao ~n~~r~~h~Carandiru!", 5000, 3);

            WantedPoints[playerid] = 0;
            ResetPlayerWeapons(playerid);
            SetPlayerWantedLevel(playerid, 0);
            PlayerInfo[playerid][pJailed] = 2;
            PlayerInfo[playerid][pJailTime] = DannielCooper * 60;

            SetPlayerPos(playerid, 268.5777,1857.9351,9.8133);
            SetPlayerInterior(playerid, 0);

            format(gstring, sizeof(gstring), "AdmAviso: {80E3FF}%s {E84F33} Estб Agendado e Foi preso, Motivo: %s",PlayerName(playerid) ,PresoMotivo);
            ABroadCast(COLOR_LIGHTRED,gstring,1);

            fremove(arquivo);
        }
    }
    return 1;
}
Reply
#2

Ninguem.. ?
Reply
#3

Vocк criou a pasta Agendados no ScriptFiles?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)