02.08.2012, 20:57
Bom o .FuneraL. me ajudou mais nгo consegui, estб dando 1 warning e nгo sei se o code ta certo.
Code:
Warning:
Linha:
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;
}
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.
pawn Code:
DOF2_SetString(SaveLogs,"ReportLog");