Posts: 211
Threads: 65
Joined: Mar 2012
Reputation:
0
Are night and thermo vision still bugged in 3x?
Posts: 103
Threads: 14
Joined: Sep 2012
Reputation:
0
No they are not bugged you can go in-game and just test it instead of making a thread on the forums there are many servers you can test it on.
Posts: 686
Threads: 17
Joined: Mar 2013
Reputation:
0
Was the bug that if one person does it; it actually activates it for the whole server/a few people? Because that still happens.
Posts: 1,177
Threads: 27
Joined: Sep 2011
Reputation:
0
That can be fixed with some code under OnPlayerUpdate. Check if the person is pressing the fire key and if they're holding goggles. If so, return 0 to prevent the update from being synced.
Posts: 918
Threads: 125
Joined: Nov 2010
Quote:
Originally Posted by MP2
This is a very bad idea. You can hold the fire key and walk around de-synced, which is very abusable.
|
By using a variable to check if he has pressed the button, you could prevent that.
Then just check if he presses it again, and reset the variable (or when the player changes weapons).