[Ajuda] Armazenar SOS
#2

Nгo posso esboзar um cуdigo funcional, pфs estou no trabalho. Mas vou dar uma dica.

Vocк pode criar uma variбvel, bidimensional, para armazenar informaзгo que vocк julgar importantes.

Exe:
PHP код:

#define MAX_REPORTES (25)
enum r_info
{
    
texto[128],
    
jogadorId,
}
new 
Reporte[MAX_REPORTES][r_info];
stock RegistrarReporte(playerid, const rTexto[])
{
    for(new 
isizeof(Reporte); i++)
    {
        if(!
Reporte[i][reporteAtivo])
        {
            
Reporte[i][reporteAtivo] = true;
            
format(Reporte[i][texto], 128rTexto);
            
Reporte[i][jogadorId] = playerid;
            break;
        }
    }

depois й sу vocк trabalhar com loops, salvando as informaзхes. Quando eu tiver tempo esboзarei um cуdigo melhor neste post dando edit.
Reply


Messages In This Thread
Armazenar SOS - by ThuuGLif3 - 08.02.2017, 14:27
Respuesta: Armazenar SOS - by SammyJ - 08.02.2017, 15:37
Re: Armazenar SOS - by ThuuGLif3 - 08.02.2017, 16:47
Re: Armazenar SOS - by ipsLuan - 08.02.2017, 17:46
Re: Armazenar SOS - by ThuuGLif3 - 08.02.2017, 18:43
Re: Armazenar SOS - by 1sbedx - 08.02.2017, 19:02
Re: Armazenar SOS - by ThuuGLif3 - 08.02.2017, 20:18
Re: Armazenar SOS - by 1sbedx - 08.02.2017, 20:34
Re: Armazenar SOS - by ipsLuan - 08.02.2017, 20:44
Re: Armazenar SOS - by lucas_mdr1235 - 08.02.2017, 22:05

Forum Jump:


Users browsing this thread: 2 Guest(s)