View Single Post
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 07-18-2017 , 17:37   Re: Chat Revamp API V1.1b
Reply With Quote #6

Quote:
Originally Posted by Ayman Khaled View Post
if i'm not wrong :/

PHP Code:
new enabledeadtoalive;

public 
plugin_init()
{
    
enable register_cvar("chat_revamp_enabled""1");
    
deadtoalive register_cvar("chat_allow_dead_to_alive""0");

}

public 
plugin_cfg()
{
    if(!
get_pcvar_num(enable))
        
pause("a");
        
    else
    {
        
pDeadChat get_pcvar_num(deadtoalive);
    }

Sorry, my mistake, I didn't actually pay attention to the code, you're right.
__________________
edon1337 is offline