Thread: [Solved] Dhud compile error
View Single Post
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 08-31-2022 , 01:22   Re: Dhud compile error
Reply With Quote #6

Quote:
Originally Posted by luciaus18 View Post
Ok, this is what I get with this change:
Code:
//// amx_ads.sma
// cstrike\addons\amxmodx\Compiler\scripting\amx_ads.sma(81) : warning 217: loose indentation
// cstrike\addons\amxmodx\Compiler\scripting\amx_ads.sma(81) : error 088: number of arguments does not match definition
// cstrike\addons\amxmodx\Compiler\scripting\amx_ads.sma(83) : warning 203: symbol is never used: "temp"
//
// 1 Error.
// Could not locate output file compiled\amx_ads.amx (compile failed).
This means that you did not modify the code correctly. Since I can't see your modified code, I can only guess based on the errors you posted. I would guess that you created the temp variable but you did not properly add the variable to the read_file() arguments.

Quote:
Originally Posted by luciaus18 View Post
I want to ask if someone can help me to make that dhudmessage to hudmessage. I'm not really good at that point..
I don't want to start another thread
Since it's a new topic, you should always create a new thread. That is the whole purpose of a forum, one topic per thread.
__________________

Last edited by fysiks; 08-31-2022 at 01:24.
fysiks is offline