Initial Commit
Initial Commit
This commit is contained in:
13
_module/nss/hif_onplayerchat.nss
Normal file
13
_module/nss/hif_onplayerchat.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
// prc_onplayerchat,anc_mod_chat
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// This script has been auto-generated by HakInstaller to call
|
||||
// multiple handlers for the onplayerchat event.
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
ExecuteScript("prc_onplayerchat", OBJECT_SELF);
|
||||
ExecuteScript("anc_mod_chat", OBJECT_SELF);
|
||||
}
|
||||
Reference in New Issue
Block a user