09.09.2018, 17:22
Quote:

Quote:
Hello.
I got these two errors: Код:
D:\Trabajo\GitLab\projectx\gameServer\legacy\nex-ac.inc:2978 (error) symbol already defined: "@yH_OnPlayerConnect@003" D:\Trabajo\GitLab\projectx\gameServer\legacy\nex-ac.inc:3083 (error) symbol already defined: "@yH_OnPlayerDisconnect@003" Thanks. |
But I just would suggest that you use y_hooks also somewhere else and include it once (if so, it should be included after each use again).
Some example:
PHP код:
#include <YSI\y_hooks> //Include y_hooks
#include <rakcheat> //This include uses y_hooks
#include <YSI\y_hooks> //We include it again, because...
#include <nex-ac> //This include will also use y_hooks