Fixed PRC AMS events not firing

Fixed PRC AMS events not firing.  Updated release archive.
This commit is contained in:
Jaysyn904
2023-11-04 21:37:49 -04:00
parent 6aa7ab4950
commit 91d10a9f5a
16 changed files with 12257 additions and 1291 deletions

View File

@@ -0,0 +1,13 @@
//:: call_onrest
///////////////////////////////////////
//::
//:: Calls rest events
//::
//::
///////////////////////////////////////
void main()
{
ExecuteScript("prc_rest");
ExecuteScript("onplayerrest");
}