Added Spellcast NUI menu

Added Spellcast NUI menu.
Organized modding tools.
Full compile.
This commit is contained in:
Jaysyn904
2025-05-31 20:09:10 -04:00
parent 67bb78d085
commit 2d439cc179
45 changed files with 136 additions and 74 deletions

View File

@@ -22,9 +22,9 @@ void main()
{
SetMaxHenchmen(2);
SetEventScript(GetModule(), EVENT_SCRIPT_MODULE_ON_NUI_EVENT, "mod_nui");
SetEventScript(GetModule(), EVENT_SCRIPT_MODULE_ON_PLAYER_TARGET, "mod_target");
SetEventScript(GetModule(), EVENT_SCRIPT_MODULE_ON_PLAYER_GUIEVENT, "mod_gui");
//SetEventScript(GetModule(), EVENT_SCRIPT_MODULE_ON_NUI_EVENT, "mod_nui");
//SetEventScript(GetModule(), EVENT_SCRIPT_MODULE_ON_PLAYER_TARGET, "mod_target"); <-- No
//SetEventScript(GetModule(), EVENT_SCRIPT_MODULE_ON_PLAYER_GUIEVENT, "mod_gui");
NUI();