Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.32 KB | None | 0 0
  1. forward PerformLiftCheck(playerid);
  2. public PerformLiftCheck(playerid)
  3. {
  4.     if(IsPlayerInArea(playerid,-2533.5542,-2525.5945,-2826.3230,-2818.1738))
  5.     {
  6.         MoveObject(LPLift,-2529.48828125,-2822.59375000,15.09593391,3.0);
  7.         MoveObject(LPLiftJetty,-2530.04394531,-2819.20019531,13.23474693,3.0);//object(cxref_woodjetty) (9)
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement