11.07.2015, 20:15
(
Последний раз редактировалось Jeroen52; 12.07.2015 в 01:42.
)
Quote:
This is to fix certain sync bugs (pretty self explanatory, ehh), such as the 'knifed' sync.This is like the most complicated part of the include. Slice still hasn't got it 100% figured out, but it does work. Refer to the github readme for this stuff.
About the spawn-get-skin, you should report that on the github. |
I have a little problem with the health bar textdraw, it isn't on my health bar correctly.
Don't get me wrong it is still visible, it is just not on there correctly.
![](https://slimgur.com/images/2015/07/11/876c00922965a5ce6cebf61033af313e.png)
![](https://slimgur.com/images/2015/07/11/9a334b88568cb0ae001e7db175434e3a.png)
I also adjusted the damage of the AK using this
Код:
SetWeaponDamage(31, DAMAGE_TYPE_STATIC, 11.90);
Edit: I placed it in OnGamemodeInit.
Edit2: Silly me, AK is weapon ID 30.
Edit3: Since health is server sided, both health and armour can't be hacked anymore, right?
Edit4: If you have a list of SetWeaponShootRate(weaponid, max_rate); for weapons you can c-bug, can you send it?