Advertisement
Guest User

228

a guest
Mar 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. if(newkeys & 2)
  2. {
  3. if(GetPVarInt(playerid, "asincar") == 1)
  4. {
  5. if(IsPlayerInRangeOfPoint(playerid, 7.5, -2057.2881, -99.4121, 35.9675))
  6. {
  7. MoveObject(asgate, -2057.2889, -104.4121, 35.9675, 1.2);
  8. SetTimer("asgateclose", 7000, 0);
  9. }
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement