Advertisement
Guest User

Untitled

a guest
Apr 28th, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. if (newkeys == KEY_SECONDARY_ATTACK)
  2. {
  3. if(IsPlayerInRangeOfPoint(playerid, 3.0, 542.4257, -1292.5907, 17.2422)
  4. {
  5. SetPlayerPos(playerid, 609.2031,-289.0603,1194);
  6. SetPlayerInterior(playerid, 1);
  7. return 1;
  8. }
  9. if(IsPlayerInRangeOfPoint(playerid, 3.0, 609.2031,-289.0603,1194)
  10. {
  11. SetPlayerPos(playerid, 609.2031,-289.0603,1194);
  12. SetPlayerInterior(playerid, 1);
  13. return 1;
  14. }
  15. }
  16. return 1;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement