Updated event system
Added caller scripts to the PC events. Full compile. Updated release.
This commit is contained in:
17
_module/nss/call_onexit.nss
Normal file
17
_module/nss/call_onexit.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
* call_onexit.nss
|
||||
*
|
||||
* OnClientExit event caller
|
||||
*
|
||||
*
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
ExecuteScript("prc_leave", OBJECT_SELF);
|
||||
|
||||
ExecuteScript("onclientexit", OBJECT_SELF);
|
||||
|
||||
}
|
Reference in New Issue
Block a user