View Single Post
TheScaryGuy
Junior Member
Join Date: May 2020
Old 05-27-2020 , 19:13   Re: Half-Life GunGame
Reply With Quote #119

Quote:
Originally Posted by DJEarthQuake View Post
Code:
Run time error 10: native error (native "ArraySize")

Wrong size array on block items. Now it's working. It needs more work with block items as I simply bypassed the part it was stumbling on. Block items. DoD isn't like HL with tons of spawn stuff on the ground anyway.
I'm getting this error when I click on the plugin:
Quote:
Plugin failed to compile! Please try contacting the author.
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team

/home/forums/content/files/2/4/5/4/3/0/181549.attach(751) : error 029: invalid expression, assumed zero
/home/forums/content/files/2/4/5/4/3/0/181549.attach(751 -- 755) : error 008: must be a constant expression; assumed zero

2 Errors.
Could not locate output file /home/groups/amxmodx/public_html/compiled3/181549.amx (compile failed).
Trying to compile the sma, I got this:
Quote:
//AMXXPC compile.exe
// by the AMX Mod X Dev Team


//// gungame2020.sma
// H:\Documents-C\E\HL1\DoD\TEK\dod\addons\amxmodx\scripting\ gungame2020.sma(751) : error 029: invalid expression, assumed zero
// H:\Documents-C\E\HL1\DoD\TEK\dod\addons\amxmodx\scripting\ gungame2020.sma(751 -- 755) : error 008: must be a constant expression; assumed zero
//
// 2 Errors.
// Could not locate output file H:\Documents-C\E\HL1\DoD\TEK\dod\addons\amxmodx\scripting\ compiled\gungame2020.amx (compile failed).
//
// Compilation Time: 0.75 sec
// ----------------------------------------

Press enter to exit ...

Last edited by TheScaryGuy; 05-27-2020 at 19:23.
TheScaryGuy is offline