Quote:
Originally Posted by Rudy_
pawn Код:
CMD:loadtruck(playerid, params[]) { if(IsPlayerInRangeOfPoint(playerid, 866.5, -1212, 16.9, 10)) { if(Removalist[playerid] == 0) { Removalist[playerid] = 1; SendClientMessage(playerid, GREY, "You have loaded your truck with furniture!"); SetPlayerCheckpoint(playerid, 850.6198, -1483.6526, 13.3298, 3.0); SendClientMessage(playerid, GREY, "Take the furniture to the businesses to receive your payment. A location has been marked on your map!"); AddStaticVehicle(515, 850.6198, -1483.6526, 13.3298, 90, -1, -1); } else { SendClientMessage(playerid, GREY, "You are already doing a job!"); } } else { SendClientMessage(playerid, GREY, "You are not in range of the loading area!"); } return 1; }
|
Thanks for the reply man, but it still says "You are not in range of the loading area!"