if(get_user_authid(id) >= STEAM_0:1:55555555)
dont work :cry:
Code:
|
Re: if(get_user_authid(id) >= STEAM_0:1:55555555)
http://i0.kym-cdn.com/photos/images/...44/wrong05.jpg
Please actually try reading the tutorials and guides before you start scripting. I mean, the thread that you bumped (and I deleted the bump) had the solution to your "problem" |
Re: if(get_user_authid(id) >= STEAM_0:1:55555555)
You have to use str_to_num() to convert the last digits to an integer that can be compared using >=.
Also, when kicking using #, you supply the userid, not authid. What is it even for? It makes no sense to block a range of SteamIDs. |
Re: if(get_user_authid(id) >= STEAM_0:1:55555555)
I do not understand, plis help me.
|
Re: if(get_user_authid(id) >= STEAM_0:1:55555555)
Quote:
|
Re: if(get_user_authid(id) >= STEAM_0:1:55555555)
PHP Code:
|
Re: if(get_user_authid(id) >= STEAM_0:1:55555555)
Quote:
what I want is that if someone connects to the server and authid is higher than this STEAM_0: 1:55555555 Server kicked him |
Re: if(get_user_authid(id) >= STEAM_0:1:55555555)
str_to_num(authid[10])
|
Re: if(get_user_authid(id) >= STEAM_0:1:55555555)
I just don't understand why would you want that...
|
| All times are GMT -4. The time now is 21:13. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.