27.09.2017, 13:22
(
Последний раз редактировалось Dayrion; 27.09.2017 в 14:06.
)
Hello.
When I run my server, it took about 10 mins to load YSI. Local or hosted, it's the same thing. Why? How can I avoid this waiting time?
As you can see, I've YSI warning. I don't know how to solve it. I don't use y_hooks. The problem should come from
CallLocalFunction("OnGameModeExit", ""); ?
For inline part, I've 2 questions:
1. Are we "forced" to do the inline function (or whatever you call it) before the query like this example?
2. An inline function cannot be called by another function/cmd like any public and forwarded function?
When I run my server, it took about 10 mins to load YSI. Local or hosted, it's the same thing. Why? How can I avoid this waiting time?
Код:
[15:06:52] [15:06:52] ======================================= [15:06:52] | | [15:06:52] | YSI version 4.00.0001 | [15:06:52] | By Alex "******" Cole | [15:06:52] | | [15:06:52] ======================================= [15:06:52] [15:17:44] *** YSI Warning: y_malloc set up via "CallLocalFunction", memory corruption is a remote possibility
CallLocalFunction("OnGameModeExit", ""); ?
For inline part, I've 2 questions:
1. Are we "forced" to do the inline function (or whatever you call it) before the query like this example?
Quote:
Originally Posted by ******
PHP код:
|