Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Switch fps/tps

Initiate Mage
Joined
Oct 8, 2013
Messages
3
Reaction score
2
Find

PHP:
m_Mapping[KS_THROW_GRENADE] =			KeyboardMapping(INPUTMAP_KEYBOARD, kbsF, "$HUD_Cntrl_ThrowGrenade");

Past
PHP:
m_Mapping[KS_SWITCH_FPS_TPS] =			KeyboardMapping(INPUTMAP_KEYBOARD, kbsC, "$HUD_Switch_FPS_TPS");

Find
PHP:
KS_AIM,

KS_SWITCH_FPS_TPS,
 
Find

PHP:
m_Mapping[KS_THROW_GRENADE] =			KeyboardMapping(INPUTMAP_KEYBOARD, kbsF, "$HUD_Cntrl_ThrowGrenade");

Past
PHP:
m_Mapping[KS_SWITCH_FPS_TPS] =			KeyboardMapping(INPUTMAP_KEYBOARD, kbsC, "$HUD_Switch_FPS_TPS");

Find
PHP:
KS_AIM,

KS_SWITCH_FPS_TPS,

Thanks mate but doesn't work some code is missing...
 
not sure if your code is right. I've tried to insert in different ways
 
Back