Advertisement
Sem_Loreann

Untitled

May 16th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. stock IsAWorkbench(playerid) // 1 столы
  2. {
  3. if(IsPlayerInRangeOfPoint(playerid, 0.8, 971.9506, 2129.1829, 5032.7769) ||
  4. IsPlayerInRangeOfPoint(playerid, 0.8, 967.9031, 2129.1819, 5032.7769) ||
  5. IsPlayerInRangeOfPoint(playerid, 0.8, 967.8521, 2132.6836, 5032.7769) ||
  6. IsPlayerInRangeOfPoint(playerid, 0.8, 971.9011, 2132.6829, 5032.7769) ||
  7. IsPlayerInRangeOfPoint(playerid, 0.8, 971.9218, 2136.1829, 5032.7769) ||
  8. IsPlayerInRangeOfPoint(playerid, 0.8, 967.8528, 2136.1816, 5032.7769) ||
  9. IsPlayerInRangeOfPoint(playerid, 0.8, 968.0167, 2139.6819, 5032.7769) ||
  10. IsPlayerInRangeOfPoint(playerid, 0.8, 971.9965, 2139.6829, 5032.7769) ||
  11. IsPlayerInRangeOfPoint(playerid, 0.8, 971.8379, 2143.1829, 5032.7769) ||
  12. IsPlayerInRangeOfPoint(playerid, 0.8, 967.9426, 2143.1824, 5032.7769)) return true;
  13. else return false;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement