Raised This Month: $ Target: $400
 0% 

Kick nick SteamPlayer, 1 min, reason "Fix your nick"


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Author Message
rotab
Junior Member
Join Date: Dec 2005
Location: Sweden
Old 07-24-2010 , 15:32   Re: Kick nick SteamPlayer, 1 min, reason "Fix your nick"
#1

Something like this?

PHP Code:
public OnClientPostAdminCheck(client)
{
    
decl String:name[64];
    
GetClientName(clientnamesizeof(name));
    
    if (
StrEqual(name"SteamPlayer"false))
    {
        new 
String:reason[32] = "nick";
        new 
String:kickMessage[32] = "Fix your nick";
        
BanClient(client1BANFLAG_AUTHIDreasonkickMessage);
    }

rotab 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 00:57.


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