Garry's Mod

Garry's Mod

Not enough ratings
Gmod Magic System + HUD Maker [CONTENT ONLY]
   
Award
Favorite
Favorited
Unfavorite
Content Type: Addon
Addon Type: Server content
Addon Tags: Fun, Roleplay
File Size
Posted
Updated
209.842 KB
25 Jan, 2022 @ 7:44pm
7 Jun, 2024 @ 5:50pm
11 Change Notes ( view )

Subscribe to download
Gmod Magic System + HUD Maker [CONTENT ONLY]

In 1 collection by Norda | GMod Addon Creator
Nordahl Scripts - Gmod Addons
82 items
Description
Get Gmod Mana System + HUD Creator[osgmod.com] : https://osgmod.com/gmod-scripts/3925/gmod-mana-system-hud-creator

"Do you want to add a magic bar to your server, which is aesthetically changeable and unique with the possibility to give it various shapes, colors, positioning? Or do you want a gauge system to restrict the use of magic (Mana or Force), disable the use of magic by DarkRP jobs or by Rank? "Gmod Magic System + HUD Maker does all three."

Gmod Magic System + HUD Maker is the latest in my long series of HUDs with their own standalone systems. I always said that I would never make simple HUDs when I was asked to make HUDs. This is still true today. I didn't just make HUDs, I made complete systems with their editable gameplay rules with their customizable HUDs in real time.

Gmod Magic System + HUD Maker is part of it, it will allow you to add a magic gauge system with various options of restriction by jobs or rank, and a nice glowing magic gauge on the interface of your players connected to your Gmod server, this magic bar is of course as the title indicates aesthetically modifiable and unique with the possibility to give it various shapes, colors, positioning.

A system to restrict the use of magic by DarkRP jobs and by Rank. For example a citizen has no magic.

How it happens on the user side, the user doesn't see the administration menus to start with, you will have the possibility to make your users have no magic at all at the beginning of their game. They will either have to evolve (LevelUP) or find artifacts to unlock the maximum amount of magic. Just like you can choose if they already have the maximum magic at the beginning. Everyone governs the rules of their server as they see fit.

The script does not include spells or special effects. It provides a complete system with its APIs, for example to block the use of a weapon or a wand if the mana is less than the required amount of mana it will be enough to place in the code of the weapon:

To restrict the use of a weapon that requires 20 points of magic for example :

if self:GetOwner():Mana() < 20 then
return
end

To remove mana when using a wand or a spell that costs 20 magic points: player:addMana(-20)

A documentation translated in several languages provides more details about the different possibilities.