24 lines
566 B
Plaintext
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");
|
|
} |