Advertisement
Guest User

Untitled

a guest
Feb 11th, 2018
2,419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. --stop emote with Z
  2.  
  3. Citizen.CreateThread(function()
  4. while true do
  5.  
  6. if emotePlaying then
  7. if (IsControlPressed(1, 90)) then
  8. vRPclient.stopAnim(player,{false})
  9. end
  10. end
  11.  
  12. Citizen.Wait(0)
  13. end
  14. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement