General > Developers Corner
Looking for certain scripts compatible with Excl's JailBreak 7
Devyn:
If possible, please supply links to both free and paid versions of each (unless you can help me make it from scratch):
Force team swap ULX command (guards, prisoners, spectators)
Respawn ULX command
Report system with ULX command
Configurable damage logs for staff
Configurable MotD frame with multiple tabs
I'm okay with anything from Scriptfodder, Garrysmods, Ulyssesmod, Facepunch, and possibly Github.
Thanks
feldma:
Half of this stuff... you can probably find by searching it up..
Let me quote JamminR from 2014:
--- Quote ---First, I'd recommend searching our RELEASES section of the forum...many commands there, some might work in Jailbreak.
Second, search for keywords in our DEVELOPER'S CORNER of the forum. Many non-release but good code discussions there.
In fact, since this seems to be more a code discussion than a 'where do I find stuff for ULX' topic now, moving to dev corner.
I'm pretty sure I've seen the exact same give and respawn discussions here on the forum before, and am reasonably sure you might find other code examples.
--- End quote ---
For respawn command, try:
--- Code: ---function ulx.respawn( target_ply )
if not target_ply:Alive() then
target_ply:Spawn()
end
ulx.fancyLogAdmin( calling_ply, true, "#A respawned #T" )
end
local respawn = ulx.command( "Fun", "ulx respawn", ulx.respawn, "!respawn", true )
respawn:addParam{ type=ULib.cmds.PlayersArg }
respawn:defaultAccess( ULib.ACCESS_ADMIN )
respawn:help( "Respawns a player" )
--- End code ---
I literally grabbed that code from a page on these forums.. namely http://forums.ulyssesmod.net/index.php?topic=7454.0
It might work, it might not. I'm pretty sure it should.
An Error Has Occurred!
array_keys(): Argument #1 ($array) must be of type array, null given
[0] Board index
Go to full version