Quote:
Originally Posted by Supremache
cs_get_user_money( id ) + BONUS SPAWNMONEY
|
PHP Code:
else
{
new iStartMoney = (is_user_admin(id) ? get_pcvar_num(pCvar_adm_startmoney) : get_pcvar_num(pCvar_mp_startmoney));
// if (cs_get_user_money(id) < iStartMoney)
cs_set_user_money(id, clamp((iStartMoney + get_pcvar_num(pCvar_ctf_spawnmoney)), get_pcvar_num(pCvar_mp_startmoney), 16000))
}
}
precisely this is where he gives money + bonus but I can't solve the problem