13 lines
211 B
Plaintext
13 lines
211 B
Plaintext
//:: call_onrest
|
|
///////////////////////////////////////
|
|
//::
|
|
//:: Calls rest events
|
|
//::
|
|
//::
|
|
///////////////////////////////////////
|
|
|
|
void main()
|
|
{
|
|
ExecuteScript("prc_rest");
|
|
ExecuteScript("onplayerrest");
|
|
} |