Advertisement
Guest User

Untitled

a guest
Nov 7th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. if(newkeys == KEY_JUMP || newkeys == KEY_FIRE || KEY_CROUCH || KEY_SECONDARY_ATTACK)
  2. {
  3. ApplyAnimation(playerid,"CARRY","crry_prtial",4.0,1,0,0,1,1,1);
  4. }
  5. ----------------------------------------------------------------------------------------------------
  6. if(newkeys & KEY_SECONDARY_ATTACK)
  7. {
  8. if(gPlayerUsingLoopingAnim[playerid] == 1)
  9. {
  10. StopLoopingAnim(playerid);
  11. }
  12. if(Gambling[playerid] == G_STATE_READY)
  13. {
  14. ExitPlayerFromSlotMachine(playerid);
  15. }
  16. }
  17. if(newkeys & KEY_CTRL_BACK && GetPlayerState(playerid) == PLAYER_STATE_DRIVER) ShowPlayerDialog(playerid, DIALOG_RADIO, DIALOG_STYLE_LIST, "Car Radio:", "PRO FM Romania\nRadio Hot Style Romania\nRadio Taraf Romania\nRadio Hitz Station\nRadio Mix Station \nRadio Bandit\nStop Radio", "Listen", "Exit");
  18. if(newkeys & KEY_SECONDARY_ATTACK) // Enter, Exit
  19. {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement