I'm permanently banned coz of teamkill, which i won't deny; but guess what, on a server with 32 playaz of whom 10/15 newbies, it can happen that they walk in ur line of fire--> BANG teamkill, me = gentleman, so i appologies for it but now i'm banned permanently, this is a loss of ur server coz i'm allways such a good medic :))) hereby a request to unban me.
-love-
ze Pl@tje (btw i gave DmmH a blowjob when he wuz =vTv=)
I don't mean to disappoint you, but that's just a bug in the player stats. I just checked the admin tool and you should be good to go, can't see any active warnings or bans. Just a visual bug on the stats (every one appears to be banned, most because of teamdamage, some for no reason at all, and others got strange messages) ;)
_________________ "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding
trick was to exclude the permanently banned players from stats display too. unfourtionatly theres a "-1" in the "time_expire" column in DB. so before the query was like
"gimme the highest time_expire, but only wheres written *ban*"
if true and time_expire is bigger then present time, exclude from stats
now its like:
"gimme the highest time_expire, but only wheres written *ban*" "gimme info wether theres *ban* and time_epire = -1"
if 1 or 2 are true, time_expire is bigger then "now", exclude from stats
all i wanted to do was put it all in one query but i dont see any way to archieve that, so theres now double server load what pisses me kinda off.
we could btw easily write "permban" in DB, but we would suffer from alternated table design on the day when update come...
Users browsing this forum: No registered users and 2 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum