Topic: event onlogin onleft server
where i can find Event or function something like onLoginServer and onLeftServer
PvPGN Community Forums |
forums.pvpgn.pro → [EN] The Source Code → event onlogin onleft server
where i can find Event or function something like onLoginServer and onLeftServer
These events also handled in Lua.
You can find these places in C++ code by the following lines:
lua_handle_user(c, NULL, NULL, luaevent_user_login)
lua_handle_user(c, NULL, NULL, luaevent_user_disconnect)
forums.pvpgn.pro → [EN] The Source Code → event onlogin onleft server