View Single Post
Hartmann
Senior Member
Join Date: Nov 2014
Old 03-16-2016 , 18:09   Re: Gather(Pug)[AutomaticClanWarServer]
Reply With Quote #58

Quote:
Originally Posted by Agression Terrpr View Post
delete black screen or add cvars
esl.cfg
mp_fadetoblack 0

Quote:
Originally Posted by Agression Terrpr View Post
and How to delete your <1><a> ?
delete on ChangeTagA(id) and ChangeTagB(id).

PHP Code:
replace_all(pname31"<a>"""
    new 
iLen strlen(pname
    
    new 
iPos iLen 
    
if( pname[iPos] == '>' 
    { 
        for( new 
16i++) 
        { 
            if( 
pname[iPos i] == '<' 
            { 
                
iLen iPos 
                pname
[iLen] = '^0' 
                
break 
            } 
        } 
    } 
    
format(pname[iLen], charsmax(pname) - iLenpname[iLen-1] == ' ' "<%d>%s" "<%d>%s",g_iPoints[id],(get_user_flags(id)&ACCESS_LEVEL)?"<a>":""
__________________

RETAKES v1.0
github.com/alghtryer/retakes

Contact : [email protected]

BTC Donate: 1QAh1NLmeHy81LF9r8PaeGjYqHL2BBcJTx

Hartmann is offline