Garry's Mod Leaks

[LEAK] Suits

Submitted by Deleted_311060, , Thread ID: 204745

Thread Closed
26-04-2021, 02:34 PM
#1
This is the suits used in the server ELITEULIPS.

How to config: Go to config_armor.lua and follow this format


Armor:Add({
Name = "Ultra God Tier", // name it appears in the sandbox menu and darkrp menu
Length = ( 99999 * 1 ), // how long does it last
Description = "Ultra God Tier", // description shown when using the suit
Model = "models/epangelmatikes/MTU/MTUltimate.mdl", // what your model changes to
Entitie = "armor_ug", // the entitie name for the armor
Price = 4500000, // how much it costs
OnGive = function( ply ) // what happens when they get the suit equipped
ply:SetArmor( 1000 )
ply:SetHealth( 25000 )
ply:SetJumpPower( 550 )

ply._oldRunSpeed = ply:GetRunSpeed()
ply:SetRunSpeed( ply:GetRunSpeed() + ( ply:GetRunSpeed() * 2) )
end,
OnRemove = function( ply ) // what happens when the suit is removed
ply:SetArmor( 0 )
ply:SetHealth( 100 )
ply:SetJumpPower( 200 )

if ( ply._oldRunSpeed ) then
ply:SetRunSpeed( ply._oldRunSpeed )
ply._oldRunSpeed = nil
end
end,
})





The Link

Link: https://mega.nz/folder/n9QSCJRZ#oRdRGCXHdviyFKn2XpIJEg

RE: [LEAK] Suits

#2
This is amazing, thank you so much, I will be 99,9% sure to check this out and let you all know if it works or not.

RE: [LEAK] Suits

#3
I need this, Idk why but singleplayer, or even playing on you're own empty server is fun.

Users browsing this thread: 3 Guest(s)