• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Switch fps/tps

Initiate Mage
Joined
Oct 8, 2013
Messages
2
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,
 
Custom Title Activated
Loyal Member
Joined
Aug 23, 2010
Messages
1,544
Reaction score
423
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...
 
Newbie Spellweaver
Joined
Apr 13, 2021
Messages
5
Reaction score
0
not sure if your code is right. I've tried to insert in different ways
 
Back
Top