Jump to page content
English English   Polish Polish   Dutch Dutch   Russian Russian   German German   Hungarian Hungarian   Norwegian Norwegian   Swedish Swedish   Finnish Finnish   Romanian Romanian   Spanish Spanish   Portuguese Portuguese   Latvian Latvian  
Homepage
Home
Register
Login

Resources
Forum
Wiki
Servers

rssBailes de Fortnite (fortnitedances)

Category:script
Author(s):chanco10xxx
Downloads:4177
Rate:You need to be logged in to vote
Rating:4.1 (18 Votes)
Description:
Jódanse .i.
Malditos egocéntricos, les vengo a arruinar sus proyectos.
Aquí hago público el sistema de bailes de fortnite para su servidor hecho por mí.
El script está decompilado para que lo puedan modificar, aunque no creo que puedan hacer mucho, quizás arreglar uno que otro bug.
¡Disfruten de este código público!
exports(client, server): setPedFortniteAnimation (ped,animation,tiempo,repetir,mover,interrumpible)

¡ADVERTENCIA SOLO PUEDES USAR DE "baile 1" a "baile 13"
ejemplo

function ejemplo1(oldNick, newNick, changedByUser)
setPedFortniteAnimation(source,"baile 6",7000,true,false,false,false)
end
addEventHandler("onPlayerChangeNick", getRootElement(), ejemplo1)

-----------------------------------------------------

Damn egocentric, I come to ruin their projects.
Here I make public the fortnite dances system for your server made by me.
The script is decompiled so that they can modify it, although I do not think they can do much, maybe fix one or another bug.
Enjoy this public code!
exports(client, server): setPedFortniteAnimation (ped,animation,time,repeat,move,interruptible)

example

function ejemplo1(oldNick, newNick, changedByUser)
setPedFortniteAnimation(source,"baile 6",7000,true,false,false,false)
end
addEventHandler("onPlayerChangeNick", getRootElement(), ejemplo1)


ADVERT!you can use from 1 to 13

EXAMPLE 2: HOW TO USE

function howtouse ( player, command, dance )
if isElement(player) then
exports.fortnitedances:setPedFortniteAnimation(player,"baile "..dance.."",-1,true,false,false,false)
end
end
addCommandHandler ( "dance", howtouse )

Download latest version | Report

Version history

Version Publish Date Changes
1.1.0 2018-08-05 19:03:37 Download
1.0.0 2018-08-05 15:35:45 First public release Download