View Single Post
Flick3rR
Veteran Member
Join Date: Feb 2014
Location: Bulgaria, Stara Zagora
Old 06-14-2014 , 09:33   Re: Simple Exp Level Mod
Reply With Quote #8

Quote:
Originally Posted by HamletEagle View Post
PHP Code:
    if(read_data(3))
    {
        
gExp[iAtkr] += get_pcvar_num(gCvarHs)
    }
    else 
gExp[iAtkr] += get_pcvar_num(gCvarKill
Or just
PHP Code:
gExp[iAtkr] += read_data(3) ? get_pcvar_num(gCvarHs) : get_pcvar_num(gCvarKill
Not important, but I like this style and felt some need to post this Nothing personal, if someone thinks something sort of. Not saying you are not right, HamletEagle!
__________________
Flick3rR is offline
Send a message via Skype™ to Flick3rR