[Ajuda] Comando que fiz nгo funciona
#6

Tente assim deve funcionar, sinceramente nгo sei o que causaria o problema, talvez por estar "i ++" em vez de "i++" eu jб nгo mecho em pawn faz um tempo e jб nem lembro se isso influencia alguma coisa.
Outra coisa й o "continue" que neste caso й desnecessбrio jб que se pode verificar diretamente se o player estб no evento e tomar uma aзгo.

pawn Код:
if(strcmp(cmd, "/congelarevento", true) == 0)
{
    for(new i; i < GetMaxPlayers(); i++)
    {
        if(TaNoEvento[i])
            TogglePlayerControllable(i, 0);
    }
    return 1;
}
Reply


Messages In This Thread
Comando que fiz nгo funciona[RESOLVIDO] - by Phes2Amira - 14.07.2014, 00:41
Re: Comando que fiz nгo funciona - by ipsLuan - 14.07.2014, 00:49
Re: Comando que fiz nгo funciona - by Phes2Amira - 14.07.2014, 00:51
Re: Comando que fiz nгo funciona - by ipsLuan - 14.07.2014, 00:57
Re: Comando que fiz nгo funciona - by Phes2Amira - 14.07.2014, 01:03
Re: Comando que fiz nгo funciona - by goldspy98 - 14.07.2014, 01:06
Re: Comando que fiz nгo funciona - by MultiKill - 14.07.2014, 01:11
Re: Comando que fiz nгo funciona - by Phes2Amira - 14.07.2014, 02:03

Forum Jump:


Users browsing this thread: 1 Guest(s)