HkMsg error in FLHook plugin
Locked
FLHook Development
-
this error is totaly bugin me and i dont see the cause of it
EXPORT void __stdcall Login_AFTER(struct SLoginInfo const &li, unsigned int iClientID) { wstring wscCharname = ToLower(Players.GetActiveCharacterName(iClientID)); HkMsg(wscCharname, L"hello"); }
Error: Exception in plugin test-HkIServerImpl::Login_AFTER
the thing is is shows so its doing what it should
-
You probably want to do on CharacterSelect_AFTER rather than Login_After
12 Mar 2011, 13:45
2/2
12 Mar 2011, 22:05