[Pedido] Ler report's
#4

PHP код:
enum PV
{
    
RPTL
};
new 
file[155];
new 
nome[MAX_PLAYER_NAME+1];
new 
Player[MAX_PLAYERS][PV]; 
PHP код:
// No comando
GetPlayerName(playeridnomeMAX_PLAYER_NAME);
format(filesizeof(file), "Contas/%s.ini"nome);
format(stringsizeof(string), "Admin: %s [Administrador] [Reports Lidos: %d]"nomeDOF2::GetInt(file"ReportL")); 
PHP код:
// OnPlayerDisconnect
format(filesizeof(file), "Contas/%s.ini"nome);
DOF2::SetInt(file"ReportL"Player[playerid][RPTL]);
DOF2::SaveFile(); 
PHP код:
// OnPlayerConnect
format(filesizeof(file), "Contas/%s.ini"nome);
if(
DOF2::FileExists(file))
{
    
Player[playerid][RPTL] = DOF2::GetInt(file"ReportL");
    
DOF2::SaveFile();

PHP код:
// Na stock StarSpectate
    
new string[128];
    for(new 
0<= HighestID++)
    {
        if(
IsPlayerConnected(i) && Player[i][LastReport] == specid)
        {
            
format(string,128,"** Recebido do %s %s: Seu ъltimo report estб sendo verificado por min."AccountName(playerid), getPName(playerid));
            
SendClientMessage(iCOR_YELLOWstring);
            
Player[i][LastReport] = INVALID_PLAYER_ID;
            
Player[playerid][RPTL]++;
        }
    } 
Nгo precisa fazer algumas coisas tб, Isso e so uma base como tu deve fazer mais e funcional

Alйm disso eu sei quer vocк estб usando o GameMode do GTA Torcidas como base para criar um de facзгo, Maioria faz isso
Reply


Messages In This Thread
Ler report's - by LukasMartins - 20.05.2016, 18:41
Re: [Pedido] Ler report's - by F1N4L - 20.05.2016, 19:28
Re: [Pedido] Ler report's - by LukasMartins - 20.05.2016, 21:10
Re: [Pedido] Ler report's - by ZEDD666 - 20.05.2016, 21:40
Re: [Pedido] Ler report's - by LukasMartins - 20.05.2016, 22:07
Re: [Pedido] Ler report's - by ZEDD666 - 20.05.2016, 22:30
Re: [Pedido] Ler report's - by LukasMartins - 20.05.2016, 23:34
Re: [Pedido] Ler report's - by ZEDD666 - 20.05.2016, 23:38
Re: [Pedido] Ler report's - by Whoo - 20.05.2016, 23:40

Forum Jump:


Users browsing this thread: 1 Guest(s)