Raised This Month: $ Target: $400
 0% 

sv_password Remover


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Alber9091
Veteran Member
Join Date: Jun 2014
Location: Karachi, Pakistan
Old 07-08-2019 , 10:09   Re: sv_password Remover
Reply With Quote #1

Or some check method can be used? Like this?
But According to Arkshine this plugin is poorly coded and don't even compile.

PHP Code:
#include <amxmodx>
#include <amxmisc>

public plugin_init()
{
    
register_plugin("anti sv_password""1.0""mix97mix")
    
check()
}

public 
check()
{
    new 
current[64]
    
get_pcvar_string(get_cvar_pointer("sv_password"), current63)
    
    if(
strlen(current) > && !equali(current,""))
        
set_cvar_string("sv_password","")
        
    
set_task(60.0,"check")

Alber9091 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 00:50.


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