Amon_PRC8/_module/nss/woa_mod_onnui.nss
Jaysyn904 dd3496e400 2025/06/23 Update
Fixed NUI levelup issue.
Full compile.
2025-06-23 21:30:31 -04:00

24 lines
566 B
Plaintext

//::///////////////////////////////////////////////
//:: NUI Events
//:: woa_mod_onnui (hp_nui_events)
//:://////////////////////////////////////////////
/*
This handles any NUI events and sends them to
appropriate NUI Event handler depending on the
window Id
*/
//:://////////////////////////////////////////////
//:: Created By: Rakiov
//:: Created On: 22.05.2005
//:://////////////////////////////////////////////
#include "nui_i_main"
#include "prc_nui_consts"
void main()
{
//NUI();
ExecuteScript("prc_onplayernui");
ExecuteScript("mod_nui");
}