2025-05-31 20:09:10 -04:00
|
|
|
//::///////////////////////////////////////////////
|
|
|
|
//:: 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
|
|
|
|
//:://////////////////////////////////////////////
|
2025-04-03 19:00:46 -04:00
|
|
|
#include "nui_i_main"
|
2025-05-31 20:09:10 -04:00
|
|
|
#include "prc_nui_consts"
|
2025-04-03 19:00:46 -04:00
|
|
|
|
|
|
|
void main()
|
|
|
|
{
|
2025-06-23 21:30:31 -04:00
|
|
|
//NUI();
|
2025-05-31 20:09:10 -04:00
|
|
|
|
2025-06-23 21:30:31 -04:00
|
|
|
ExecuteScript("prc_onplayernui");
|
2025-05-31 20:09:10 -04:00
|
|
|
|
|
|
|
ExecuteScript("mod_nui");
|
2025-04-03 19:00:46 -04:00
|
|
|
}
|