[Ajuda] EVENTO
#3

Tente...
PHP код:
dcmd_irevento(playeridparams[]) 

    
#pragma unused params 
    
if(Player[playerid][pLogged] == false
        return 
SendClientMessage(playeridCOR_ERRO"[ERRO] Vocк nгo estб logado!"); 
    if(
Evento[a_Status] == true
    { 
          if(
Evento[a_Contagem] == Evento[a_Limite]) 
            return 
SendClientMessage(playeridCOR_ERRO"[ERRO] Limite de players esgotado."); 
        if(
Player[playerid][pInEvento] == true
            return 
SendClientMessage(playeridCOR_ERRO"[ERRO] Vocк jб estб no Evento!"); 
        new 
string[128]; 
        
format(stringsizeof(string), "[INFO] %s foi para o Evento!"getPName(playerid)); 
        
MensagemLocal(playeridCOR_ROXOstring20); 
        
LoadingObject(playerid); 
        
ResetPlayerWeapons(playerid); 
        
SetPlayerHealth(playerid100); 
        
SetPlayerArmour(playerid100); 
        new 
PosEvent random(sizeof(RandomEvento)); 
        
SetPlayerPos(playeridRandomEvento[PosEvent][0], RandomEvento[PosEvent][1], RandomEvento[PosEvent][2]); 
        
SetPlayerInterior(playerid10); 
        
Evento[a_Contagem] ++; 
        
Player[playerid][pInEvento] = true
        if(
Evento[a_Contagem] == Evento[a_Limite]) 
        { 
            
SendFormattedMessageToAll(COR_EVENTO"[INFO] Todos os %d player(s) estiveram presentes nesse Evento."Evento[a_Limite]); 
            
Evento[a_Status] = false
            
Evento[a_Contagem] = 0
        } 
    } 
    else{
        
SendClientMessage(playeridCOR_ERRO"[ERRO] O Evento estб fechado!"); 
    } 
    return 
1

Se persistir, mostre a linha do erro pois assim fica foda procurar
Reply


Messages In This Thread
EVENTO - by BrGabrielBr - 18.04.2017, 20:14
Re: EVENTO - by Dimbalada - 18.04.2017, 21:25
Re: EVENTO - by IlanZ - 18.04.2017, 21:31
Respuesta: EVENTO - by BrGabrielBr - 18.04.2017, 21:47
Re: EVENTO - by fehzl - 18.04.2017, 22:40
Respuesta: EVENTO - by BrGabrielBr - 18.04.2017, 23:03
Re: EVENTO - by fehzl - 18.04.2017, 23:24
Respuesta: EVENTO - by BrGabrielBr - 19.04.2017, 00:10
Re: EVENTO - by CZ - 19.04.2017, 00:28
Re: EVENTO - by GuilhermeNunes - 19.04.2017, 04:13

Forum Jump:


Users browsing this thread: 4 Guest(s)