View Single Post
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 11-21-2020 , 07:36   Re: (Question) What could be the cause of crash? (Kill Money)
Reply With Quote #2

Quote:
Originally Posted by ho83 View Post
Hi . You Must Change
PHP Code:
g_pCvarKillMoney register_cvar("amx_kill_money""300")
    
g_pCvarKillMoneyHs register_cvar("amx_kill_money_hs""1337"
To:
PHP Code:
    g_pCvarKillMoney register_cvar("amx_kill_money""100")
    
g_pCvarKillMoneyHs register_cvar("amx_kill_money_hs""100"
First of all, that's not how you change cvars.
Second, that's not something that would cause a crash.
You haven't even read the thread, not to mention its title, and are suggesting dumb ideas.

@Ark_Procession - pretty sure the reason for the crash is using "cs_set_money_value" inside the "Money" event which causes an infinite loop because it's calling the event again and again.
__________________

Last edited by OciXCrom; 11-21-2020 at 07:37.
OciXCrom is offline
Send a message via Skype™ to OciXCrom