Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. if((newkeys & KEY_WALK) && !(oldkeys & KEY_WALK))
  2. {
  3. if(Farmi[playerid][farm_obj] != INVALID_OBJECT_ID)
  4. {
  5. new Float:x, Float:y, Float:z;
  6. GetVehiclePos(Farmi[playerid][farm_trailer], x, y, z);if(!IsPlayerInRangeOfPoint(playerid, 2.5, x, y, z)) return SendClientMessage(playerid, COLOR_RED, "Du bist nicht in der Nähe von deinem Trailer.");
  7. ApplyAnimation(playerid, "CARRY", "putdwn105", 4.1, 0, 0, 0, 0, 0, 0);
  8. SetTimerEx("NAnim",475,false,"ii",playerid,2);
  9. return 1;
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement