Fixed PRC AMS events not firing
Fixed PRC AMS events not firing. Updated release archive.
This commit is contained in:
13
_module/nss/call_onrest.nss
Normal file
13
_module/nss/call_onrest.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
//:: call_onrest
|
||||
///////////////////////////////////////
|
||||
//::
|
||||
//:: Calls rest events
|
||||
//::
|
||||
//::
|
||||
///////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
ExecuteScript("prc_rest");
|
||||
ExecuteScript("onplayerrest");
|
||||
}
|
Reference in New Issue
Block a user