ItsMods

Full Version: Current bugs in Addon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Bug 1
OnPlayerDamaged (asswell as the gamelog ; OrbituaryWink sometimes log kills as suicide while it was infact another player killing you

for example, another player kills me with a chopper (cobra) the logs display:
Code:
Obituary;MyXUIDhere;MyPlayerName;MyXUIDhere;MyPlayerName;cobra_20mm_mp;10

where i believe it should log:
Code:
Obituary;OtherPlayerXUIDhere;OtherPlayerName;MyXUIDhere;MyPlayerName;cobra_20mm_mp;10


Bug 2
Client.Other.EnableNightVision(false) enables nightvision instead of disable

Bug 3
PlayerHeadSetModel cant be used anymore (clients get kicked with bone errors)


You can kill yourself with your own chopper with friendly fire off.
i know but this was another players chopper, and still it logged that it was mine? :/
First post editted/updated Smile
Just tested nightvision. Works fine.
Check your code again plz
edit: When respawning it fails.
Fixed by simply setting nightvision to true again before setting it to false.
Not a big problem
ok i iadded a true before the false now, lets see how it goes Smile
Third bug is not addon bug. It is game's bug. Choosen model DON'T have tags as head model.