[AJUDA] Ajuda com o "warning 213: tag mismatch"
#3

Quote:
Originally Posted by Kon_BR
Посмотреть сообщение
Entгo pessoal vi muitos aqui tendo esse warning, mas vocкs sabem que as linhas dos erros nгo sгo todas iguais entгo preciso dб ajuda de vocкs '-'

Deve ser um coisa simples de resolver, mas eu nгo sei ...

Warning:
Код:
Kon.pwn(670) : warning 213: tag mismatch
Linha do erro :
Код:
    if (strcmp("/paraoceu",cmdtext, playerid) == 0 && IsPlayerAdmin(playerid))
Entгo galere, eu consegui fazer o warning desparecer, mas sу removendo o "playerid", mбs acho que ele dб a funзгo de quando o adm for digitar o comando, ele digite o id do player... (posso ter me enganado )

Desculpem й que sou um pouco noob no forum, e no pawn, fico muito confuso com coisas "pequenas" que fazem muita funзгo @_@
Lols....

tenta assim:

pawn Код:
if(!strcmp("/paraoceu", cmdtext))
    {
        if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,-1,"vc nao pode usar esse comando");
        //resto do seu comando abaixo:
       
    }
e se vc pretende usar id, ou algum parametro recomento estudar strtok, ou zcmd.

Reply


Messages In This Thread
[AJUDA] Ajuda com o "warning 213: tag mismatch" - by Kon_BR - 22.03.2012, 00:44
Re: [AJUDA/WARNING] Ajuda com o "warning 213: tag mismatch" - by ViniBorn - 22.03.2012, 00:53
Re: [AJUDA/WARNING] Ajuda com o "warning 213: tag mismatch" - by steeldark - 22.03.2012, 00:57
Re: [AJUDA/WARNING] Ajuda com o "warning 213: tag mismatch" - by Kon_BR - 22.03.2012, 00:58
Re: [AJUDA/WARNING] Ajuda com o "warning 213: tag mismatch" - by steeldark - 22.03.2012, 01:17
Re: [AJUDA/WARNING] Ajuda com o "warning 213: tag mismatch" - by Kon_BR - 22.03.2012, 01:30

Forum Jump:


Users browsing this thread: 1 Guest(s)