[Ajuda] Salvamento em DOF2
#1

Bom o .FuneraL. me ajudou mais nгo consegui, estб dando 1 warning e nгo sei se o code ta certo.

Code:

pawn Code:
#define SaveLogs "Logs/%s.txt"

CMD:report(playerid,params[])
{
    new Hour,Minute,Second;
    gettime(Hour,Minute,Second);
    new id,rasao;
    new string[128];
    if(sscanf(params,"ds",id,rasao)) return SendClientMessage(playerid,Vermelho,"Use: /report <id> <motivo>");
    if(!IsPlayerConnected(id)) SendClientMessage(playerid,Vermelho,"[ERRO]: Jogador nгo conectado");
    format(string,sizeof(string),"[REPORT]: '%s' (%d) foi denuciado por '%s' (%d) Motivo: '%s' Hora: (%d:%d:%d)",GetPlayerNameEx(id),id,GetPlayerNameEx(playerid),playerid,rasao,Hour,Minute,Second);
    SendAdminMessage(Vermelho,string);
    SendClientMessage(playerid,Verde,"NickServ: Report enviado com sucesso! obrigado.");
    DOF2_SetString(SaveLogs,"ReportLog");
    DOF2_SaveFile();
    return 1;
}
Warning:

pawn Code:
C:\DOCUME~1\ADMINI~1\Desktop\Lucas\LADMIN~1\FILTER~1\lad.pwn(2) : fatal error 100: cannot read from file: "lethaldudb2"

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
Linha:

pawn Code:
DOF2_SetString(SaveLogs,"ReportLog");
Reply


Messages In This Thread
Salvamento em DOF2 - by s4kuL - 02.08.2012, 20:57
Re: Salvamento em DOF2 - by .FuneraL. - 02.08.2012, 20:58
Respuesta: Salvamento em DOF2 - by [JD]BlackFire - 02.08.2012, 20:59
Re: Salvamento em DOF2 - by s4kuL - 02.08.2012, 21:00
Re: Salvamento em DOF2 - by .FuneraL. - 02.08.2012, 21:01
Re: Salvamento em DOF2 - by @Riichard - 02.08.2012, 21:02
Re: Salvamento em DOF2 - by humildadeforever - 02.08.2012, 21:02
Re: Salvamento em DOF2 - by BreakDriFT - 02.08.2012, 21:03
Re: Salvamento em DOF2 - by @Riichard - 02.08.2012, 21:04
Re: Salvamento em DOF2 - by s4kuL - 02.08.2012, 21:05

Forum Jump:


Users browsing this thread: 2 Guest(s)