Posts: 502
Threads: 13
Joined: Feb 2012
Reputation:
42
if both server and addon are fully updated and no plugins still refer to old memory adresses (like speed, ammo, respawndelay, falldamage, jumpheight) it all should work okay except for
- SetClientDvar()
- OnPlayerDamaged()
- maybe even more but this is all i noticed so far
functions
Had a life, Got a modem..
Posts: 1,323
Threads: 24
Joined: Nov 2010
Reputation:
91
05-12-2012, 10:55
(This post was last modified: 05-12-2012, 12:40 by zxz0O0.)
OnPlayerDamage seems to work for me again.
Edit: To be correct, SetClientDvar also works, however most dvars are not working. It seems for like IW added a whitelist for SetClientDvar.
Posts: 6
Threads: 0
Joined: Apr 2012
Reputation:
0
server addon V1.321 linux FIX crash the server
"Failed to load addon DLL.
GetLastError code: 0x7E
Module not found."
i use wine 1.4
Posts: 1
Threads: 0
Joined: May 2012
Reputation:
0
I've run into a couple of problems with OnPlayerDamaged and I wonder if these are bugs or missing features?
1) Explosive damage (from grenades, cars, etc) and killstreaks always have the wrong attacker and basically appear as suicides.
2) If you over cook a grenade then OnPlayerDamaged is not triggered. Presumably the server just /kills you.
3) If you're hit with a knife then it reports the wrong weapon (it'll be whatever primary/secondary they have out). Probably effects all melee attacks.
Posts: 502
Threads: 13
Joined: Feb 2012
Reputation:
42
OnPlayerSpawned() no longer works
damaged and setclient do function though alot of dvars are indeed blocked
Had a life, Got a modem..