Advertisement
Guest User

Untitled

a guest
Jun 6th, 2017
1,689
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. local PPed = GetPlayerPed(-1)
  2.  
  3. RegisterNetEvent("hb:Emotes")
  4. AddEventHandler("hb:Emotes", function()
  5.     TaskStartScenarioInPlace(PPed, "CODE_HUMAN_MEDIC_KNEEL", 0, true)--, 2000)
  6.  
  7.     if IsControlPressed(1, 86) then
  8.         ClearPedTasksImmediately(PPed)
  9.     end
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement