Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
  2. {
  3. if(dialogid == DIALOG_DONOVAN_PASS)
  4. {
  5. if(response)
  6. {
  7. PlaySound(playerid, 21001, SOUND_RADIUS);
  8. ApplyAnimation(playerid, "HEIST9", "Use_SwipeCard", 10.0, 0, 0, 0, 0, 0);
  9. SendClientMessage(playerid, 0x0797f7FF, "> Zadaný kód byl správný.");
  10. MoveObject(DonovanObj[28], 1792.43005, -1298.35974, 119.26010, 2.00, 0.00000, 0.00000, 338.93991);
  11. DonovanDoor = true;
  12. }
  13. }
  14. return 1;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement