[Ajuda] Warning tag mismatch
#3

Quote:
Originally Posted by NathanT
Посмотреть сообщение
Provavelmente o tipo de dado, ou da variбvel "GuerraMorro" ou "gGuerra", й diferente do qual o compilador esperaria nestas condicionais.

Poste a declaraзгo de ambas as variбveis.
as variaveis

PHP код:
enum GMorro {
    
bool:gGuerra,
    
gDono,
    
gPontosDono,
    
gMortes,
    
gColor,
    
gDinheiro,
    
gTempo,
    
gTimer,
};
new 
GuerraMorro[GMorro];
new 
GZMorro[7];
new 
MorroPontos[MAX_ORGS]; 
й esse os codigo?

nao sei se ajuda mais tem isso tambem
PHP код:
stock OrgMorro(orgid){
    switch(
orgid)
    {
        case 
1,2,5,6,14,17,18,19,21,26,33,34:return 1;
    }
    return 
0;
}
stock gPlayerInGuerra(playerid)
{
    if(!
GuerraMorro[gGuerra])return 0;
    new 
Float:x,Float:y,Float:z;
    
GetPlayerPos(playeridxyz);
    if(
>= 1994.30 && >= -1100.80 && <= 2056.80 && <= -920.80) return 1// morro 1
    
else if(>= 2056.80 && >= -1126.30 && <= 2126.80 && <= -920.80) return 1// morro 2
    
else if(>= 2185.30 && >= -1154.50 && <= 2281.40 && <= -934.40) return 1// morro 3
    
else if(>= 2126.80 && >= -1126.30 && <= 2185.30 && <= -934.40) return 1// morro 4
    
else if(>= 2632.70 && >= -1135.00 && <= 2747.70 && <= -945.00) return 1// morro 5
    
else if(>= 2281.40 && >= -1135.00 && <= 2632.70 && <= -945.00) return 1// morro 6
    
else return 0;

Reply


Messages In This Thread
Warning tag mismatch - by Uguinho - 30.07.2018, 22:45
Re: Warning tag mismatch - by NathanT - 31.07.2018, 00:43
Re: Warning tag mismatch - by Uguinho - 01.08.2018, 22:43
Re: Warning tag mismatch - by SIZET - 01.08.2018, 23:26
Re: Warning tag mismatch - by Uguinho - 02.08.2018, 21:57
Re: Warning tag mismatch - by Malandrin - 02.08.2018, 22:09
Re: Warning tag mismatch - by Uguinho - 02.08.2018, 22:38

Forum Jump:


Users browsing this thread: 1 Guest(s)