[Ajuda] Como Arrumar isso
#7

Dou jeito que vocк vez estava certo, o erro foi meu.
Os avisos aconteceram por vocк nгo retornar os comandos a um valor.
Te aconselho a usar assim:
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if ((newkeys==KEY_SECONDARY_ATTACK)) // Key ( F / Enter )
    {
        if(IsPlayerInRangeOfPoint(playerid, raio, X, Y, Z))
        {
            cmd_agls(playerid, "");
        }
        else if(IsPlayerInRangeOfPoint(playerid, raio, X, Y, Z))
        {
            cmd_agsf(playerid, "");
        }
        else if(IsPlayerInRangeOfPoint(playerid, raio, X, Y, Z))
        {
            cmd_aglv(playerid, "");
        }
        else if(IsPlayerInRangeOfPoint(playerid, raio, X, Y, Z))
        {
            cmd_sag(playerid, "");
        }
    }  
    return 1;
}
Ai vocк troca o X,Y e Z pelas coordenadas de cada entrada ou saнda, e escolhe um raio.
Reply


Messages In This Thread
Como Arrumar isso - by FernandoSS - 15.07.2014, 18:55
Re: Como Arrumar isso - by MultiKill - 15.07.2014, 19:11
Re: Como Arrumar isso - by FernandoSS - 15.07.2014, 19:22
Re: Como Arrumar isso - by brunox - 15.07.2014, 19:33
Re: Como Arrumar isso - by FernandoSS - 15.07.2014, 19:35
Re: Como Arrumar isso - by brunox - 15.07.2014, 19:41
Re: Como Arrumar isso - by MultiKill - 15.07.2014, 19:42
Re: Como Arrumar isso - by FernandoSS - 15.07.2014, 19:55
Re: Como Arrumar isso - by Schocc - 15.07.2014, 20:08

Forum Jump:


Users browsing this thread: 1 Guest(s)