Does anyone can explain to me why some functions makes the game massive fps drop, and they also don't work? (like when u wrote something bad, forgot a "," or something like)
Best exmple is PQR_IsOutOfSight, never worked for me, always returned "false" and making my fps at an embarassing number.
But also some "official LUA" funcionts are not working somehow, like
Code:
name, icon, setID, isEquipped = GetEquipmentSetInfo(1)
It does return "name" of the number 1 equip manager saved, but somehow it doesn return "isEquipped" that should be true since i have equipped it, I also tried to equip another set and still returns "nil".
Another one:
Code:
timeInQueue = GetBattlefieldTimeWaited(1)
Should return the time passed since you joined arena/battleground, but doesnt do anything (and fps drops if I remember right).
Another function was the one telling you what kind of arena team are u queued for, u join 5v5 and it says "5" but even after u leave que it remains 5, when it should change to "nil" or 0 or something..
What is the exact reason some command don't work and cause huge fps drop, and some work just partially? Like the "GetEquipmentSetInfo", working half..
?
I'm playing oin 3.3.5 priv servers.
Thanks