Page 1 of 1

WC3XP 2.6.3 and AMXX 1.70

Posted: Mon Mar 13, 2006 8:38 am
by ferret
2.6.3 will not compile with 1.70 currently. I will be updating the CVS with a minor update to correct this sometime tonight.

If you attempt to recompile it under AMXX 1.70, you'll get an error on bDwarfAmmo not having an array index. This has always been an error but prior versions of AMXX didn't pick it up. Fortunately, this is an unnecessary bit of code and can simply be deleted.

I don't recall what line number the error is on, the compiler will tell you. Go to that line and simply delete the bDwarfAmmo[iParm[0]] bit.

Should look something like this:

Code: Select all

if(is_user_connected(id) && bDwarfAmmo[iParm[0]] && is_valid_ent(iParm[2]))
Should become:

Code: Select all

if(is_user_connected(id) && is_valid_ent(iParm[2]))

Posted: Thu Mar 16, 2006 5:26 pm
by ferret
This is uploaded into the CVS. CVS has also been made available again.

Posted: Thu Apr 06, 2006 5:04 pm
by s0ulja
for sum reason i get this :\

Image

Posted: Thu Apr 06, 2006 8:25 pm
by ferret
You deleted more than you were suppose to :/

Posted: Fri Apr 07, 2006 11:17 pm
by s0ulja
i re-edited it almost 20 times now
and i didnt delete or add anything extra...
can someones please help

Posted: Mon Apr 10, 2006 5:22 am
by DarkJP2
use the cvs version