Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(PDGar == false)
- {
- MoveObject(pdgar, 1588.53625, -1638.23926, 12.26200+0.0001, 0.0001, 90.00000, 00.00000, 0.00000);
- SendClientMessage(playerid, TEAM_DAAN_COLOR, "The LSPD Garage is opening!");
- PDGar = true;
- }
- else if(PDGar == true)
- {
- MoveObject(pdgar, 1588.53625, -1638.23926, 17.26201-0.0001, 0.0001, 00.00000, 0.00000, 0.00000);
- SendClientMessage(playerid, TEAM_DAAN_COLOR, "The LSPD Garage is closing!");
- PDGar = false;
- }
Advertisement
Add Comment
Please, Sign In to add comment