Raised This Month: $ Target: $400
 0% 

if(get_user_authid(id) >= STEAM_0:1:55555555)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
pupil0888
Member
Join Date: Sep 2012
Location: Venezuela
Old 07-08-2014 , 04:55   if(get_user_authid(id) >= STEAM_0:1:55555555)
Reply With Quote #1

dont work

Code:
#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <cstrike>

public plugin_init() {
    register_plugin("kovalsky_plugin", "1.0", "kovalsky")
    register_cvar("koval_plugin", "1")
}

public client_connect(id) {
    
    if(get_cvar_num("koval_plugin") == 0) {
        return PLUGIN_HANDLED
    }

    if(get_user_authid(id) >= STEAM_0:1:55555555) {
        
	server_cmd("kick #%d", get_user_authid(id))
    }
    return PLUGIN_HANDLED
}
pupil0888 is offline
Send a message via MSN to pupil0888
 



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 21:13.


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