#2

For 981

Use CTRL + F and search for dcmd you defined it twice for that is this warning

For 2688

Код:
if(IsPlayerInRangeOfPoint(playerid, 10.0, 362.4653, 173.7711, 1008.3828))
For 9979

pawn Код:
public OnObjectMoved(objectid)
{
    for( new playerid=0; playerid<=MAX_PLAYERS; playerid++)
    {
        if(objectid==platforma)
        {
            if(IsPlayerInRangeOfPoint(playerid,3.0, 1549.0999755859, -1651.9000244141,90.36))
            {
                MoveDynamicObject(usadesus1, 1554.0999755859, -1656.6999755859, 29,4);
                MoveDynamicObject(usadesus2, 1554, -1651.2999755859, 29,4);
                SetTimer("InchideUsaDeSus",3000,0);
            }
            if(PlayerToPoint(playerid,3.0,1549.0999755859, -1651.9000244141,12.36))
            {
                MoveDynamicObject(usadejos1,1549.1999511719, -1651.0, 14.300000190735,4);
                MoveDynamicObject(usadejos2,1549.1999511719, -1656.5, 14.300000190735,4);
                SetTimer("InchideUsaDeJos",3000,0);
            }
        }
    }
    return 1;
}
Reply


Messages In This Thread
PTP - by DarkWolfff - 26.03.2014, 10:05
Re: PTP - by RenSoprano - 26.03.2014, 10:09

Forum Jump:


Users browsing this thread: 1 Guest(s)