Raised This Month: $51 Target: $400
 12% 

CS 1.6 SteamID Kicker


Post New Thread Closed Thread   
 
Thread Tools Display Modes
maqi
Senior Member
Join Date: Apr 2017
Location: Serbia
Old 06-21-2018 , 06:51   Re: CS 1.6 SteamID Kicker
#21

I give up, there's something wrong with you. Have a nice day
__________________
stuff
maqi is offline
hasanalizxc
Senior Member
Join Date: May 2018
Old 06-21-2018 , 07:11   Re: CS 1.6 SteamID Kicker
#22

Quote:
Originally Posted by maqi View Post
I give up, there's something wrong with you. Have a nice day
I think there's something wrong with you. Have a happy day.

Last edited by hasanalizxc; 06-21-2018 at 07:11.
hasanalizxc is offline
tarsisd2
Veteran Member
Join Date: Feb 2016
Location: brazil
Old 06-21-2018 , 07:33   Re: CS 1.6 SteamID Kicker
#23

Quote:
Originally Posted by hasanalizxc View Post
I think your brain works in a different way. Why? Because i wrote several times i dont want to ban plugin? Dont you know English? I wrote english but you couldnt understand me.

I DONT WANT TO BAN PLUGİN OK?

I WANT TO A PLUGİN WHICH KICKS THE STEAMID WHEN SHE/HE TRY TO JOIN THE SERVER LIKE A NAME/NICK KICKER PLUGIN.

OK?

AND I REQUEST FROM YOU, IF YOU DONT HELP PLEASE DONT WRITE...
my brain must work different too, you want a plugin that will throw off the player everytime he tries to connect to server, for me that is a ban, doesn't matter if it is by name, by steamid or his hair color!

everyone gets what you want, it just doesnt make any sense, if you ban someone, then other admins removes his ban and you can't deal with them, thats 'not our problem at all
tarsisd2 is offline
Relaxing
AlliedModders Donor
Join Date: Jun 2016
Location: White Plains
Old 06-21-2018 , 07:39   Re: CS 1.6 SteamID Kicker
#24

Code:
#include <amxmodx> #include <amxmisc> new File[128]; public plugin_init(){     new Dir[64];     get_configsdir(Dir, charsmax(Dir));     formatex(File, charsmax(File), "%s/bans.ini", Dir); } public client_connectex(id){     static authid[32];     get_user_authid(id, authid, charsmax(authid));         if (search_for_matches(File, authid)){         return 1;     }     else return 0; }    stock search_for_matches(filename[], arg[]){     new Line[32], Result = 0;         new FileOpen = fopen(filename, "r");         while (feof(FileOpen)){         fgets(FileOpen, Line, charsmax(Line));         trim(Line);                 if (equal(Line, arg)){             Result = 1;         }     }     fclose(FileOpen);         return Result; }
I had some free time and I quickly wrote this. Consider trying out.
__________________

Last edited by Relaxing; 06-21-2018 at 08:39. Reason: mozilla still bad
Relaxing is offline
Rohanlogs
Senior Member
Join Date: Nov 2015
Old 06-21-2018 , 07:58   Re: CS 1.6 SteamID Kicker
#25

Quote:
Originally Posted by Relaxing View Post
I had some free time and I quickly wrote this. Consider trying out.
I respect you but this guy needs to learn to host a server.
He needs to communicate with his admins and if they're not obeying just get rid of them.
This is completely unnecessary. Its is what ban plugins are made for.
If your admins have taken over your server and you're too afraid to talk to them then hosting isn't for you.
__________________
Rohanlogs is offline
maqi
Senior Member
Join Date: Apr 2017
Location: Serbia
Old 06-21-2018 , 08:03   Re: CS 1.6 SteamID Kicker
#26

I agree with rohan There was never an issue of making such a plugin, but there was an issue with his messed up logic and inability to control his admins.
__________________
stuff
maqi is offline
Relaxing
AlliedModders Donor
Join Date: Jun 2016
Location: White Plains
Old 06-21-2018 , 08:13   Re: CS 1.6 SteamID Kicker
#27

Honestly I felt bad for him but I also recommend to hasanalizxc what Rohanlogs said.
__________________
Relaxing is offline
hasanalizxc
Senior Member
Join Date: May 2018
Old 06-21-2018 , 08:40   Re: CS 1.6 SteamID Kicker
#28

Quote:
Originally Posted by Rohanlogs View Post
I respect you but this guy needs to learn to host a server.
He needs to communicate with his admins and if they're not obeying just get rid of them.
This is completely unnecessary. Its is what ban plugins are made for.
If your admins have taken over your server and you're too afraid to talk to them then hosting isn't for you.
I dont need to learn host a server. I manage very well.

You and others really dont understand me Really dont understand

Let me explain in a scenario.

I am a Steam player. I opened Far Aimbot in a server. An admin realized me and banned permanently. In a few weeks later i joined the server's teamspeak3 server and talked with an admin for remove the ban. I lied the admin. I told him/her, "i was banned from your server for my high ping (the server can detect speedhack for high ping)." And the admin believed me because this is logical. And removed the ban and i continued the playing game in server.

It is too easy remove the ban in a server. If you are cunning, you can remove the ban with a lie.

If i have SteamID Kicker, the player cannot join the game. Because the plugin kicks automatically the player when she/he is trying to join.

But i couldnt understand you. And i didnt understand WHY ARE YOU BEHAVING LIKE THIS?

I'm just in good faith and you're preventing people to help me. WHY?

Last edited by hasanalizxc; 06-21-2018 at 08:42.
hasanalizxc is offline
Rohanlogs
Senior Member
Join Date: Nov 2015
Old 06-21-2018 , 08:57   Re: CS 1.6 SteamID Kicker
#29

I ccompletely understand what you're saying. You don't need to explain.
All you need to do is to tell your admins to check the ban reason before they unban people.

Problem solved.
__________________
Rohanlogs is offline
maqi
Senior Member
Join Date: Apr 2017
Location: Serbia
Old 06-21-2018 , 08:58   Re: CS 1.6 SteamID Kicker
#30

He's like, guys the ban can be removed, I need another ban which can also be removed, but this time I won't let them lie to me. WTF
__________________
stuff
maqi is offline
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:18.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode