Quote:
Originally Posted by Bloxbj
I've added a teleport system but the window does not show up when i click or press the short cut key. Any help pls?
|
FuncApplet.cpp
Make sure that there is
Code:
DECLAREAPPLET( AppMain_WndAppTeleporter , new CWndAppTeleporter );
and
Code:
AddAppletFunc( AppMain_WndAppTeleporter, APP_TELEPORTER , _T( "Teleporter" ) , _T( "Icon_Motion.dds" ) , _T("Teleporter"), 'Z' );