SupperRobin6394

Untitled

Dec 1st, 2015
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.47 KB | None | 0 0
  1.             if(PDGar == false)
  2.             {
  3.                 MoveObject(pdgar, 1588.53625, -1638.23926, 12.26200+0.0001, 0.0001, 90.00000, 00.00000, 0.00000);
  4.                 SendClientMessage(playerid, TEAM_DAAN_COLOR, "The LSPD Garage is opening!");
  5.                 PDGar = true;
  6.             }
  7.             else if(PDGar == true)
  8.             {
  9.                 MoveObject(pdgar, 1588.53625, -1638.23926, 17.26201-0.0001, 0.0001, 00.00000, 0.00000, 0.00000);
  10.                 SendClientMessage(playerid, TEAM_DAAN_COLOR, "The LSPD Garage is closing!");
  11.                 PDGar = false;
  12.             }
Advertisement
Add Comment
Please, Sign In to add comment