esx_MakeItRain - The easy and fun way to tip your favourite strippers

Note: This script although functioning as intended may be further updated. See further details below.

Stripperthumbnail

UPDATED 22/11/2019: Fluttering money effect added (see video)

A simple stripper tipping script for FiveM.

This script works alongside the Vanilla Unicorn esx_unicornjob and of course esx_society.

It adds a tipping area by the stage which takes $1000 from the money on hand of the user and places it in the Unicorn Society fund, whilst playing a ‘make it rain’ animation and particle effect. Just a fun way to encourage tipping as requested by my server players who run the club.

You can edit the money taken in the server/main.lua - just change the local price to the price you’d prefer!

Installation is easy: Just drag and drop it into your resources and add it to the server config.

Currently this is incomplete as I need to add a way for it to check the players on hand cash before playing the animation. Right now if they’re not holding $1000 the animation of throwing cash plays but they get a not_enough money notification. I’ll update as I figure it out.

Apologies for any issues with how I’ve written this, this is my first ever project!

esx_makeitrain

Video:

6 Likes

404 error on github

My bad; should be fixed now!

1 Like

Great Script! The community will love this!

Thanks for sharing!

1 Like

animation is so fast.

1 Like

How’d ya get so many strippers in there

Awesome script. Might use it on my server :slight_smile:

[release] ESX Strippers for Vanilla Unicorn :slight_smile:

1 Like
	if not HasNamedPtfxAssetLoaded(core) then
		RequestNamedPtfxAsset(core)
		while not HasNamedPtfxAssetLoaded(core) do
			Citizen.Wait(1)
		end
	end

	UseParticleFxAssetNextCall(core)
	local fx = StartParticleFxLoopedAtCoord(ent_brk_banknotes, x, y, z, 0.0, 0.0, 0.0, 1.0, 0, 0, 0, 0)

Adds a fun little note flutter animation to it too :slight_smile:

1 Like

nice script :smiley:

Yes very good script I like that😃

Yeah adding the particles was on my list. Decided to do it differently though and stick it to the ped rather then a coordinate :slight_smile: updated the files today

1 Like

Thank you for making this! It’s beautiful!

what is script of the strippers?

@Shelby_Moon Did you ever find out how to make the money go to the stripper on the pole ?

1 Like