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

Check if some1 is Admin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
KillhemAll
Member
Join Date: Jun 2008
Old 10-01-2008 , 08:46   Check if some1 is Admin
Reply With Quote #1

Hello Community,

I want to check with " is_user_admin " .

How do i do that?

Greetings
__________________

KillhemAll is offline
atomen
Veteran Member
Join Date: Oct 2006
Location: Stockholm, Sweden
Old 10-01-2008 , 08:50   Re: Check if some1 is Admin
Reply With Quote #2

PHP Code:
#include <amxmisc>

// Random Function
public client_putinserver(id)
{
 if(
is_user_admin(id))
 {
  
// The id is an admin
 
}

__________________
atomen is offline
Send a message via MSN to atomen
FakeNick
Senior Member
Join Date: Feb 2008
Location: Poland
Old 10-01-2008 , 08:51   Re: Check if some1 is Admin
Reply With Quote #3

Example code :
PHP Code:
    if(is_user_admin(id))
    {
        
client_print(id,print_chat,"He is an admin!")
    }else{
        
client_print(id,print_chat,"He isn't admin ;(!")
    } 
Hope you can understand it ;].
__________________


[||||||||||] Snowball war v3.05

Pol
ish translations here ;) (PM me if you want one).


FakeNick is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 10-01-2008 , 11:22   Re: Check if some1 is Admin
Reply With Quote #4

http://www.amxmodx.org/funcwiki.php?...dmin&go=search

How it works:

If the player has no admin flags at all, the return value is 0.
If the player has admin flags, but still includes "z" flag, the return value is 0.
If the player has admin flags and no "z" flag, the return value is 1.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
KillhemAll
Member
Join Date: Jun 2008
Old 10-02-2008 , 03:44   Re: Check if some1 is Admin
Reply With Quote #5

Thanks to all +karma
__________________

KillhemAll is offline
Reply



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 16:27.


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