[Ajuda] Warning **
#1

Erro:C:\Users\admin\Documents\SERVIDOR CFP\gamemodes\GAMEMODE.pwn(1143) : warning 213: tag mismatch[/pawn]

Linha 1143:
pawn Код:
if(sscanf(params, "d", PlayerB, Cargo)) return SendClientMessage(playerid, 0x1E90FF99, "Uso correto: /Promover [ID] [Cargo]");
Comando Completo:
pawn Код:
CMD:promover(playerid, params[])
{
    new PlayerB, cargo;
    if(sscanf(params, "d", PlayerB, Cargo)) return SendClientMessage(playerid, 0x1E90FF99, "Uso correto: /Promover [ID] [Cargo]");
    if(ProgressaoInfo[playerid][Cargo] != 10) return SendClientMessage(playerid, 0x1E90FF99, "Vocк nгo й lнder");
    if(ProgressaoInfo[PlayerB][Membro] != ProgressaoInfo[playerid][Membro]) return SendClientMessage(playerid, 0x1E90FF99, "Este jogador nгo й da mesma organizaзгo que vocк.");
    ProgressaoInfo[playerid][Cargo] = cargo;
    return true;
}
Reply


Messages In This Thread
Warning ** - by LoostGamer - 18.11.2012, 11:57
Re: Warning ** - by Coreia - 18.11.2012, 12:28
Re: Warning ** - by LoostGamer - 18.11.2012, 12:31
Re: Warning ** - by Coreia - 18.11.2012, 12:36
Re: Warning ** - by LoostGamer - 18.11.2012, 12:38

Forum Jump:


Users browsing this thread: 1 Guest(s)