Raised This Month: $ Target: $400
 0% 

Inremovible tag


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
algoasi
Member
Join Date: Nov 2008
Location: Pluton
Old 07-25-2009 , 21:03   Inremovible tag
Reply With Quote #1

it is possible to put a hard to remove TAG, similar to HackHunter by Alka

with a Cvar ..

exmpl:
amx_addtag name
amx_addtag ZUkaO

this is the sma. if needed

PHP Code:
public client_infochanged(id)
{
 static 
NewName[32], OldName[32];
 
 
get_user_name(idOldNameCharsMax(OldName));
 
get_user_info(id"name"NewNameCharsMax(NewName));
 
 if(!
equali(NewNameOldName))
 {
  new 
hhname[64], hhvalue[32];
  
get_user_info(id"_hh"hhvalue31);
  if(
equal(hhvalue"hh+"))
  {
   if(
contain(NewName"bad") ==-1)
   {
    
format(hhname64"[bad] %s"NewName);
    
set_user_info(id"name"hhname);
   }
  }
 
  if(!
gSettings[CHECK_FASTNAME])
   return 
1;
 
  
NamesChangesNum[id]++;
 
  if(
NamesChangesNum[id] >= 4)
   
PunishUser(id"*FastNameChange*");
 
  if(!
task_exists(id))
   
set_task(4.0"ClearChangesNum"id);
 }
 return 
0;

Attached Files
File Type: sma Get Plugin or Get Source (4r33r.sma - 656 views - 27.9 KB)

Last edited by algoasi; 07-26-2009 at 09:37.
algoasi is offline
Send a message via MSN to algoasi
 



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 18:23.


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