Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (newkeys == KEY_SECONDARY_ATTACK)
- {
- if(IsPlayerInRangeOfPoint(playerid, 3.0, 542.4257, -1292.5907, 17.2422)
- {
- SetPlayerPos(playerid, 609.2031,-289.0603,1194);
- SetPlayerInterior(playerid, 1);
- return 1;
- }
- if(IsPlayerInRangeOfPoint(playerid, 3.0, 609.2031,-289.0603,1194)
- {
- SetPlayerPos(playerid, 609.2031,-289.0603,1194);
- SetPlayerInterior(playerid, 1);
- return 1;
- }
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement