View Single Post
UnityBeateR
New Member
Join Date: May 2021
Old 06-03-2021 , 03:53   Re: CSGO gravity issue
Reply With Quote #5

Quote:
Originally Posted by Bacardi View Post
You could check what you get before gravity thing.

Somewhere line
https://github.com/Qesik/bf2-mod/blo...eField.sp#L535

PHP Code:
LogAction(-1, -1"gClientInfo[%i].mBadges[BADGE_SUPPORT] = %i"clientgClientInfo[client].mBadges[BADGE_SUPPORT]); 
These logs should appear in ...addons/sourcemod/logs/Lxxxxxx.log
So from the looks of it, it shows correct data as it loaded me with flag of 0, checked client and came back that its set to '4' which is the highest badge that should give me the lowest gravity -

Code:
L 06/03/2021 - 09:50:40: [BattleField.smx] gClientInfo[1].mBadges[BADGE_SUPPORT] = 0
L 06/03/2021 - 09:50:48: [BattleField.smx] gClientInfo[1].mBadges[BADGE_SUPPORT] = 4
L 06/03/2021 - 09:50:48: [BattleField.smx] gClientInfo[1].mBadges[BADGE_SUPPORT] = 4
This is everything it basically printed.
UnityBeateR is offline