[Ajuda] Ajuda Urgente , Erro ao Compilar
#1

Vou Direto ao Assunto

Erro:

Код:
C:\DOCUME~1\LUCASR~1\MEUSDO~1\DOWNLO~1\GAMEOF~1\GAMEMO~1\GOS.pwn(36299) : error 001: expected token: ")", but found "for"
Linha do Erro:

Код:
if(strcmp(cmd, "/pontosg", true) == 0
	for(new i = 0; i < MAX_PLAYERS; i++)
	{
		if(IsPlayerConnected(i))
		{
			if(IsPlayerInMorro(i) && Morro[Guerra] >= 1)
     		{
     			SendClientMessage(playerid, COLOR_GRAD1,"~b~~h~BOPE~n~~w~Pontos: ~y~%d",MorroPontos[2]);
			}
		}
			return true;
	}
Reply
#2

pawn Код:
if(strcmp(cmd, "/pontosg", true) == 0 //-> ) <- faltou
if(strcmp(cmd, "/pontosg", true) == 0)
E faltou as brecks tambйm.

pawn Код:
if(strcmp(cmd, "/pontosg", true) == 0)
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            if(IsPlayerInMorro(i) && Morro[Guerra] >= 1)
            {
                SendClientMessage(playerid, COLOR_GRAD1,"~b~~h~BOPE~n~~w~Pontos: ~y~%d",MorroPontos[2]);
            }
        }
    }
    return true;
}
Reply
#3

PHP код:

    
if(strcmp(cmd"/pontosg"true) == 0)// eskeceu do ) aki xD
    
{
        for(new 
0MAX_PLAYERSi++)
        {
            if(
IsPlayerConnected(i))
            {
                if(
IsPlayerInMorro(i) && Morro[Guerra] >= 1)
                 {
                     
SendClientMessage(playeridCOLOR_GRAD1,"~b~~h~BOPE~n~~w~Pontos: ~y~%d",MorroPontos[2]);
                }
            }
        }
        return 
1;
    } 
@edit : willian maldito kkkkk
Reply
#4

pawn Код:
if(strcmp(cmd, "/pontosg", true) == 0)
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            if(IsPlayerInMorro(i) && Morro[Guerra] >= 1)
            {
                SendClientMessage(playerid, COLOR_GRAD1,"~b~~h~BOPE~n~~w~Pontos: ~y~%d",MorroPontos[2]);
            }
        }
            return true;
    }
Reply
#5

Nao Entendi
Reply
#6

Vocк esqueceu um ")" para fechar o if do comando...

Leia o meu primeiro post ali, e vocк tambйm esqueceu os brecks "{" "}" do primeiro if.
Reply
#7

Wilian, qiзu cara tu ta muito ninja cara, noss noss.
Reply
#8

Fйrias da faculdade e do trabalho causa isso, falta do que fazer... HUAEHAUHEUA
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)