Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. RegisterCommand("rape", function(source, args, rawCommand)
  2. function RequestModelSync(mod)
  3. local model = GetHashKey(mod)
  4. RequestModel(model)
  5. while not HasModelLoaded(model) do
  6. RequestModel(model)
  7. Citizen.Wait(0)
  8. end
  9. end
  10.  
  11. Citizen.CreateThread(function()
  12. for i = 1, 128 do
  13. Wait(20)
  14. Citizen.CreateThread(function()
  15. RequestModelSync("a_m_o_acult_01")
  16. RequestAnimDict("rcmpaparazzo_2")
  17. while not HasAnimDictLoaded("rcmpaparazzo_2") do
  18. Citizen.Wait(0)
  19. end
  20.  
  21. if IsPedInAnyVehicle(GetPlayerPed(i), true) then
  22. local veh = GetVehiclePedIsIn(GetPlayerPed(i), true)
  23. while not NetworkHasControlOfEntity(veh) do
  24. NetworkRequestControlOfEntity(veh)
  25. Citizen.Wait(0)
  26. end
  27. SetEntityAsMissionEntity(veh, true, true)
  28. DeleteVehicle(veh)
  29. DeleteEntity(veh)
  30. end
  31. count = -0.2
  32. for b=1,3 do
  33. local x,y,z = table.unpack(GetEntityCoords(GetPlayerPed(i), true))
  34. local rapist = CreatePed(4, GetHashKey("a_m_o_acult_01"), x,y,z, 0.0, true, false)
  35. SetEntityAsMissionEntity(rapist, true, true)
  36. AttachEntityToEntity(rapist, GetPlayerPed(i), 4103, 11816, count, 0.00, 0.0, 0.0, 0.0, 0.0, false, false, false, false, 2, true)
  37. ClearPedTasks(GetPlayerPed(i))
  38. TaskPlayAnim(GetPlayerPed(i), "rcmpaparazzo_2", "shag_loop_poppy", 2.0, 2.5, -1, 49, 0, 0, 0, 0)
  39. SetPedKeepTask(rapist)
  40. TaskPlayAnim(rapist, "rcmpaparazzo_2", "shag_loop_a", 2.0, 2.5, -1, 49, 0, 0, 0, 0)
  41. SetEntityInvincible(rapist, true)
  42. count = count - 0.4
  43. end
  44. end)
  45. end
  46. end)
  47.  
  48. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement