[Pedido] Record
#7

Amigo, Na Proxima Vez Procure Pois Nao Vou Dar Tudo Na Mao.

Recomendo Vc Comeзar Pelo Wiki!

https://sampwiki.blast.hk/wiki/Main_Page_PT

Da Proxima Vez, Procure Direito

1 - Click Aqui!

https://sampforum.blast.hk/showthread.php?tid=156569

pawn Код:
#include dof2 //Baixe a include DOF2

//comeзo do GM
#define RECORD_ONLINE     "/GM/arquivos/Record.cfg"
new Recorde;
new Online;

// No OnGameModeInit

    if(DOF2_FileExists(RECORD_ONLINE))
        Recorde = DOF2_GetInt(RECORD_ONLINE, "RecordeJogadores");
    else
    {
        DOF2_CreateFile(RECORD_ONLINE);
        DOF2_SetInt(RECORD_ONLINE, "RecordeJogadores", 0);
        Recorde = 0;
    }

// No OnPlayerDisconnect
    Online--;
// No OnPlayerConnect
    Online++;
    if(Online > Recorde)
    {
        Recorde = Online;
        DOF2_SetInt(RECORD_ONLINE, "RecordeJogadores", Recorde);
        format(string, sizeof(string),"O Recorde de jogadores online й: %d", Recorde);
        SendClientMessageToAll(COLOR_YELLOW,string);
    }
Reply


Messages In This Thread
Record - by MacacuVuador - 07.01.2014, 20:07
Re: Record - by StreetGT - 07.01.2014, 20:18
Re: Record - by GodsAndMonsters - 07.01.2014, 20:20
Re: Record - by unamed - 07.01.2014, 20:25
Re: Record - by StreetGT - 07.01.2014, 20:30
Re: Record - by ZaturN - 07.01.2014, 20:31
Re: Record - by i7Core - 07.01.2014, 20:36

Forum Jump:


Users browsing this thread: 1 Guest(s)