[Release] [ESX][vRP] sawu_hookers [NSFW]

This feature no longer works this outdated does not work on ESX

Someone has working send me I need urgent

:pleading_face:

Merci bcp, that’s the only version worked for me properly

Avec plaisir, j’ai du faire quelque modification pour rĂ©gler quelque souci, par contre en version 64/128 slots faut le modifier, par apport a la synchronization avec les autres joueurs sinon il ne fonctionne pas du tout pour Ă©viter les crashs

1 Like

I delete the script and notify but still i have the menu when i join server and can delete it

clean your cache files

I am stuck in that stupid menu when u choosing hookers. Pls send help :smiley: I have mythic_notify newest version


Same here. Pimp is there, menu comes up but when you click on one of the choices, nothing happens.

The script works fine for me until the point of issuing the order from the escort.
The second I choose either of the escort’s 2 options, my server console reports errors.

error: proxy call vRP:getUserID not found
error: proxy call vRP:tryFullPayment not found

From there, the NPC sits quiet in the car and all menues are gone. Asking the pimp will not provide new missions, and I think the plugin is crashed.

edit
it works fine if I use an edited version of vRP called Dunko vRP
Cool script, thanks for sharing!

I took the liberty to alter the client main.lua to include the chance of gaining a
temporary companion. Then it’s not as useless as originally claimed :stuck_out_tongue: far from.

All that had to be done (for those curious) was replace the stock action upon finishing the intercourse scene, with a custom feature that calculates some odds and possibly redirect to an all or nothing scenario alike the one that previously introduced it all.

HookerInCar = true is exchanged for hookerLove(), and the new hookerLove function is added for future calls. It’s only weakness is that newly introduced personal may withdraw an already associated pedestrian from the vehicle, at which point a war between the groups will occour. - this specific situation stalls the script from future recruitment.

-------------------------------------------------------------
-- Hooker falls for player
function hookerLove()
	hookerInLove = false
	hookerLoveChance = math.random(1,10)
	if (hookerLoveChance > 5) then
		HookerInCar = false
		hookerInLove = true
		PlayAmbientSpeech1(Hooker, "Hooker_Request", "Speech_Params_Force_Shouted_Clear")
	else 
		HookerInCar = true
	end
	
	if hookerInLove then
		Citizen.CreateThread(function()
			while true do
				Citizen.Wait(5)
				local Coords = GetEntityCoords(PlayerPedId())
				local ped = GetPlayerPed(PlayerId())
				local vehicle = GetVehiclePedIsIn(ped, false)
				if GetPedInVehicleSeat(vehicle, -1) and IsPedInVehicle(ped, vehicle, true) and not IsVehicleSeatFree(vehicle, 0) and not IsVehicleSeatFree(vehicle, -1) then
					DrawText3Ds(Coords.x, Coords.y, Coords.z+1.0, 'She wants to join you. [~b~E~w~] to accept, [~r~H~w~] to deny. ')
					if IsControlJustPressed(0, Keys["E"]) then
						-- accepted - boost with stats, freedom and membership
						SetPedAsGroupMember(Hooker, GetPedGroupIndex(GetPlayerPed(PlayerId())))
						SetPedCombatMovement(Hooker, 2)
						SetPedCombatRange(Hooker, 0)
						GiveWeaponToPed(Hooker, GetHashKey("weapon_snspistol"), 18, false, false)
						PlayAmbientSpeech1(Hooker, "Generic_Thanks", "Speech_Params_Force_Shouted_Critical")
						FreezeEntityPosition(Hooker, false)
						SetEntityInvincible(Hooker, false)
						SetBlockingOfNonTemporaryEvents(Hooker, false)
						HookerSpawned = false
						break
					end
					if IsControlJustPressed(0, Keys["H"]) then
						PlayAmbientSpeech1(Hooker, "Hooker_Had_Enough", "Speech_Params_Force_Shouted_Clear")
						hookerGoHome()
						break
					end
				end
			end
		end)
	end
end
-------------------------------------------------------------

Can you do it so that a player does the animations? Or how can I add them to an animation script?

Sorry for bad english, I use Google translater

Hi, I need help, everything works beautifully until one picks up the hooker.please advise me how to fix. Thank you

i have the same error

I used this script 1 year ago and it was cool but it has one issue if you start a fight with the ordered lady she becomes immortal then she kills all:)

when he reached the GPS point, the woman did not appear, Can you help me please


It says [Mythic Notifications is no longer supported but anyway how do I use this with [Mythic Notifications what do I have to do to set it up to work with it and do I really need the [Mythic Notifications?

No location on the map

Great script don’t know why but with last version and last updated version of mythic it still not work, hooker dont enter the car and no errors on console/f8 :confused:

!!!RENAME THIS TO sawu_hookers NOTHING ELSE!!!
Okay, after messing around with it for while I think I found a solve. Yes Mythic isn’t working for me either this is what I ended up doing.
First you need to go through the client/main.lua and comment all the mythic exports.
Second make sure all the PlayerPedId look like this PlayerPedId().
Third line 395 I changed mine from (DoesEntityExist(ped) and not IsEntityDead(ped)) to DoesEntityExist(ped) and not IsEntityDead(ped).
Then above it put in local ped = PlayerPedId().
For ESX users I replaced all the mythic exports to ESX.ShowHelpNotification(“msg”).

In the main server.lua I added this
underneath local xPlayers = ESX.GetPlayers()
local blowjob = Config.BlowjobPrice
local sexprice = Config.SexPrice
Then replaced these lines
34 with TriggerClientEvent(“esx:showNotification”, _source, ('You PAID $ ')
 blowjob)
41 with ESX.ShowHelpNotification(‘You do not have enough money’ )
48 with TriggerClientEvent(“esx:showNotification”, _source, ('You PAID $ ')
 sexprice)
56 with ESX.ShowHelpNotification( ‘You do not have enough money’)

uhh
 this is fixing the mythic maybe but the hooker still does not enter the vehicle

que es comentar no entiendo

you need to look over the server main and client main.