Skip to forum content

You are not logged in. Please login or register.


forums.pvpgn.pro → [EN] The Source Code → event onlogin onleft server

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 2

1

Topic: event onlogin onleft server

where i can find Event or function something like onLoginServer and onLeftServer

2

Re: event onlogin onleft server

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)
Do not ask for support in PM.

Posts: 2

Pages 1

You must login or register to post a reply

Who now at forum

Currently view post: 1 guest, 0 registered users

forums.pvpgn.pro → [EN] The Source Code → event onlogin onleft server