Pawno Compile Error
#2

pawn Code:
forward IsAtTruckDeliveryPoint(playerid);
IsAtTruckDeliveryPoint(playerid)
{
    if(IsPlayerInRangeOfPoint(playerid, 100, 2433.1797, -2099.1008, 12.5360) || IsPlayerInRangeOfPoint(playerid, 100, 2487.9443, -2094.3948, 12.5360) ||
    IsPlayerInRangeOfPoint(playerid, 100, 2111.115722, -1783.749877, 13.188007) || IsPlayerInRangeOfPoint(playerid, 100, 2236.051757, -1690.114990, 13.744861) ||
    IsPlayerInRangeOfPoint(playerid, 100, 2433.1797, -2099.1008, 12.5360) || IsPlayerInRangeOfPoint(playerid, 100, 2406.5991, -2059.3972, 12.5447))
    { return true; }
    return false;
}
Try that.
Reply


Messages In This Thread
Pawno Compile Error - by mahardika - 28.07.2013, 13:15
Re: Pawno Compile Error - by MellowHammer - 28.07.2013, 13:25
Re: Pawno Compile Error - by mahardika - 28.07.2013, 13:42
Re: Pawno Compile Error - by kartik - 28.07.2013, 13:53

Forum Jump:


Users browsing this thread: 1 Guest(s)