Hey fellow epic fortune gamers,
I am sorry for my inactivity as I was unfortunately suspended from this fine establishment but not to worry as I have a VERY EPIC script for you epic fornite gamers.
It is very simple to install, please dont ask for support cause @guccifrog is the support slave cheers
Credits:
me ofc
and @guccifrog for the animation
Client.lua
keybind = 51 -- E Key
tpose = "hands_up" -- Try these others to find the one u like (fist | flail | flat_floor | grab | hands_up | impact | middle_finger | natural)
dict = "nm@hands" -- leave
Citizen.CreateThread(function()
while true do
Wait(0)
local player = GetPlayerPed( -1 )
if ( DoesEntityExist( player ) and not IsEntityDead( player )) then
loadAnimDict( dict )
if IsControlJustPressed(0, keybind) then
if ( IsEntityPlayingAnim( player, dict, tpose, 3 ) ) then
ClearPedTasksImmediately(GetPlayerPed(-1))
else
TaskPlayAnim( player, dict, tpose, 5.0, -1, -1, 50, 0, false, false, false)
end
end
end
end
end)
function loadAnimDict( dict )
while ( not HasAnimDictLoaded( dict ) ) do
RequestAnimDict( dict )
Citizen.Wait( 5 )
end
end
--[[
MADE BY DUNNING (EPIC FORNITE GAMER)
MADE FOR USE IN EVERY SERVER BUT SOSA (CAUSE THEY BIG GAY)
ALSO GUCCIFROG WANTED A MENTION (THE GUY WHO LEAKED XBRs CARS LIKE 5 TIMES)
]]--
screenshot