Thread: [Solved] hud to dhud change
View Single Post
luciaus18
Senior Member
Join Date: Dec 2014
Old 08-26-2022 , 18:38   Re: hud to dhud change
Reply With Quote #3

I don't have to do anything to these lines?

Code:
Line 1851: 		HudMessage2(id,Message)
		// We now update the hudmessage on his screen
Line 1870: 		show_dhudmessage(id,Message)
I get these errors when i want to compile:
Code:
//// runemod_base.sma
// cstrike\addons\amxmodx\Compile\scripting\runemod_base.sma(1037) : error 017: undefined symbol "set_dhudmessage"
// cstrike\addons\amxmodx\Compile\scripting\runemod_base.sma(1039) : error 017: undefined symbol "set_dhudmessage"
// cstrike\addons\amxmodx\Compile\scripting\runemod_base.sma(1041) : error 017: undefined symbol "show_dhudmessage"
// cstrike\addons\amxmodx\Compile\scripting\runemod_base.sma(1087) : error 017: undefined symbol "set_dhudmessage"
// cstrike\addons\amxmodx\Compile\scripting\runemod_base.sma(1089) : error 017: undefined symbol "set_dhudmessage"
// cstrike\addons\amxmodx\Compile\scripting\runemod_base.sma(1091) : error 017: undefined symbol "show_dhudmessage"
// cstrike\addons\amxmodx\Compile\scripting\runemod_base.sma(1485) : error 017: undefined symbol "set_dhudmessage"
// cstrike\addons\amxmodx\Compile\scripting\runemod_base.sma(1486) : error 017: undefined symbol "show_dhudmessage"
// cstrike\addons\amxmodx\Compile\scripting\runemod_base.sma(1869) : error 017: undefined symbol "set_dhudmessage"
// cstrike\addons\amxmodx\Compile\scripting\runemod_base.sma(1870) : error 017: undefined symbol "show_dhudmessage"
//
// 10 Errors.
// Could not locate output file compiled\runemod_base.amx (compile failed).

Last edited by luciaus18; 08-26-2022 at 18:48.
luciaus18 is offline