GetPlayerInput trouble
Posted: Tue Mar 12, 2013 1:28 am
For some special action in my mod I use GetPlayerInput, I want to keep track of the movement keys being pressed (bt_forward, bt_back, bt_moveleft, bt_moveright). And while this works fine offline, GetPlayerInput seems to return 0 online whenever I press one of those keys. Any idea what's causing this? Am I doing something wrong or is this a bug?
I'm using:
I'm using:
Code: Select all
GetPlayerInput (PlayerNumber(), INPUT_BUTTONS);