Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --stop emote with Z
- Citizen.CreateThread(function()
- while true do
- if emotePlaying then
- if (IsControlPressed(1, 90)) then
- vRPclient.stopAnim(player,{false})
- end
- end
- Citizen.Wait(0)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement