View Single Post
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 10-02-2006 , 17:32   Re: Miscstats / statsx translation issues
#5

I've updated the files in zip posted above - fixed issues mentioned in my previous post. Also I did the synchro for scrolling message plugin (included also now in my zip). In the default plugin statsx there was a bug concerning to overalping Spec Rank Info by them-selves (when You were changing by right mouse click the player - the new info overlaped the old one from the previous player - the same problem like with HE and knife kills - fixed already by Bailopan). In my version this problem with overlaping messages "Spec Rank Info" by them-selves is already fixed.
And the problem with check air kill sseems appears also in CS1.6.
What is wrong here:
Code:
    if(AirKill && !(pev(victim, pev_flags) & FL_ONGROUND) && !(pev(victim, pev_flags) & FL_PARTIALGROUND) && (killer != victim))     {         new killer_name[32], victim_name[32], message[128]         get_user_name(killer, killer_name, 31)         get_user_name(victim, victim_name, 31)         set_hudmessage(100, 100, 255, -1.0, 0.30, 0, 6.0, 6.0, 0.5, 0.15, -1) (...)
It shows all kills as air kills - so it means these flags FL_ONGROUND and FL_PARTIALGROUND are everytime cleared for fakemeta if the player is just killed. I may need a help with this, since I'm n00b with fakemeta...
Here is the test plugin.
Attached Files
File Type: zip test_fm2.zip (637 Bytes, 319 views)
__________________
The Fullpack of podbot mm V3B22 - 24 apr 2012!!! is available here.
The All-In-One 3.2a package - 02 jun 2013 (AMX X 1.8.2 [with ATAC 3.0.1b , CSDM2.1.3c beta, CM OE 0.6.5, podbot mm V3B22c and mm 1.20) is available here.
The newest Beta V3B23a (rel. 28 august 2018!!!) is available here.

Last edited by KWo; 10-02-2006 at 17:43.
KWo is offline