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

Question


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Author Message
StR_Marian
Member
Join Date: Apr 2017
Old 04-25-2017 , 16:26   Question
#1

Hey guys i have a player who use a hack to crack his steamid from cs 1.6 valve and if i ban him i ban one of my admins still if he is offline the admin, is possible somehow to do something like ADD steamid in a function or something and if that person who connect's dosen't have admin to kick him ?
StR_Marian is offline
hornet
AMX Mod X Plugin Approver
Join Date: Mar 2010
Location: Australia
Old 04-25-2017 , 16:34   Re: Question
#2

Are you running a Steam-only server?
__________________
Quote:
vBulletin Tip #42: Not much would be accomplished by merging this item with itself.
hornet is offline
Old 04-25-2017, 16:35
redivcram
This message has been deleted by redivcram.
StR_Marian
Member
Join Date: Apr 2017
Old 04-25-2017 , 16:35   Re: Question
#3

Quote:
Originally Posted by hornet View Post
Are you running a Steam-only server?
Nope, valve players can join to , that why the hacker is using a valve hack that copy my admin steamid is not possible to do something like Steamid rezervation like nickname from admins ?
StR_Marian is offline
Old 04-25-2017, 16:37
redivcram
This message has been deleted by redivcram.
StR_Marian
Member
Join Date: Apr 2017
Old 04-25-2017 , 16:39   Re: Question
#4

Quote:
Originally Posted by redivcram View Post
my friend ... i just asked a question about scripting if is possible or not to make a rezervation steamid like you rezerve name Marian and you need the password to join ...
StR_Marian is offline
Old 04-25-2017, 16:59
redivcram
This message has been deleted by redivcram.
Craxor
Veteran Member
Join Date: Jan 2016
Location: Romania
Old 04-25-2017 , 17:01   Re: Question
#5

Quote:
Originally Posted by StR_Marian View Post
my friend ... i just asked a question about scripting if is possible or not to make a rezervation steamid like you rezerve name Marian and you need the password to join ...
It is ... Suppose that you know already the steamid, at client_authorized() you check if that user have that steamid , then you use get_user_info() to check for a password, you rezerve the steamid using the password.
__________________
Project: Among Us
Craxor is offline
Send a message via ICQ to Craxor
redivcram
Veteran Member
Join Date: Jul 2014
Location: Serbia
Old 04-25-2017 , 17:13   Re: Question
#6

Offtopic: Well I'm about done with giving shit about nosteamers... do whatever you want here, You're the staff's problem, I still won't support you but won't say anything anymore.

Last edited by redivcram; 04-25-2017 at 17:14.
redivcram is offline
StR_Marian
Member
Join Date: Apr 2017
Old 04-25-2017 , 17:33   Re: Question
#7

Quote:
Originally Posted by Craxor View Post
It is ... Suppose that you know already the steamid, at client_authorized() you check if that user have that steamid , then you use get_user_info() to check for a password, you rezerve the steamid using the password.
yea but what function i do to read if that admin have 1 of those steamid list i have from my admins ?
StR_Marian is offline
Craxor
Veteran Member
Join Date: Jan 2016
Location: Romania
Old 04-25-2017 , 17:44   Re: Question
#8

What?
__________________
Project: Among Us
Craxor is offline
Send a message via ICQ to Craxor
wickedd
Veteran Member
Join Date: Nov 2009
Old 04-25-2017 , 17:47   Re: Question
#9

Quote:
Originally Posted by StR_Marian View Post
Hey guys i have a player who use a hack to crack his steamid from cs 1.6 valve and if i ban him i ban one of my admins still if he is offline the admin, is possible somehow to do something like ADD steamid in a function or something and if that person who connect's dosen't have admin to kick him ?
Make your server Steam only.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
StR_Marian
Member
Join Date: Apr 2017
Old 04-25-2017 , 17:54   Re: Question
#10

Quote:
Originally Posted by Craxor View Post
What?
i wanted something like

PHP Code:
new IsValidSteamIdAdmin[33] = 
{
    
"Steamid code",
    
"Steamid code",
    
"Steamid code"
}

public 
client_putinserver(id)
{
   if(
is_user_admin(id))
   {
     return 
1;
   }
   else 
// this should check if the player is not admin
   
{
       if(
IsValidSteamIdAdmin// This should check if a non admin player have a steamid from an admin
      
{
         
Kick;
       }
   }


Last edited by StR_Marian; 04-25-2017 at 17:55.
StR_Marian 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 01:10.


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