View Single Post
Shico
Junior Member
Join Date: Feb 2018
Old 01-03-2024 , 09:56   Re: CSDM 2.1.3d KWo beta
Reply With Quote #552

Error while compiling here is the code from csdm_main

HTML Code:
	if (ret == CSDM_DROP_REMOVE)
	{
		if (shield)
			csdm_remove_weaponbox(id, ent, 0, 1, 1)
		else
			csdm_remove_weaponbox(id, ent, 0, 1, 0)
		return 1
	}
and csdm_misc line 116 this error

HTML Code:
		g_SettingsMenu = csdm_settings_menu()
and error Undefined symbol csdm_write_cfg on line 496 and 516

Last edited by Shico; 01-03-2024 at 10:01.
Shico is offline