Error en este comando
#2

pawn Код:
public IsAtDealership(playerid)
{
    if(IsPlayerConnected(playerid))
    {
        if(PlayerToPoint(30, playerid,935.3022,-3734.1057,13.3507))//Colombia City
        {
            return 1;
        }
        if(PlayerToPoint(30, playerid,935.3022,-3734.1057,13.3507))//Colombia City
        {
            return 1;
        }
    }
    return 0;
}

public IsAtDealership(playerid)
{
    if(IsPlayerConnected(playerid))
    {
        if(PlayerToPoint(30, playerid,935.3022,-3734.1057,13.3507) || PlayerToPoint(30, playerid,935.3022,-3734.1057,13.3507))//Colombia City
        {
            return 1;
        }
    }
    return 0;
}
Ese comando esta totalmente mal hecho es razonable que no funcione apropiadamente.
Reply


Messages In This Thread
Error en este comando - by VetoBarrera - 19.08.2011, 00:55
Re: Error en este comando - by ZeQualX - 19.08.2011, 01:20
Respuesta: Re: Error en este comando - by VetoBarrera - 19.08.2011, 01:54
Respuesta: Error en este comando - by [J]ulian - 19.08.2011, 09:05
Re: Error en este comando - by OwlCity - 19.08.2011, 09:14
Respuesta: Error en este comando - by [J]ulian - 19.08.2011, 09:57
Re: Error en este comando - by OwlCity - 19.08.2011, 10:02
Respuesta: Re: Error en este comando - by [J]ulian - 19.08.2011, 10:05
Re: Error en este comando - by OwlCity - 19.08.2011, 10:39
Respuesta: Re: Error en este comando - by [J]ulian - 19.08.2011, 10:43

Forum Jump:


Users browsing this thread: 1 Guest(s)