View Single Post
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 01-06-2019 , 04:05   Re: error 032: array index out of bounds (variable "color3")
Reply With Quote #9

If i change it like this in the original .sma I got this:
Code:
AMX Mod X Compiler 1.9.0.5235
Copyright (c) 1997-2006 ITB CompuPhase
Copyright (c) 2004-2013 AMX Mod X Team

hlstatsx_commands_cstrike.sma(862) : error 018: initialization data exceeds declared size
hlstatsx_commands_cstrike.sma(862) : warning 215: expression has no effect
hlstatsx_commands_cstrike.sma(862) : warning 215: expression has no effect
hlstatsx_commands_cstrike.sma(862) : error 001: expected token: ";", but found "}"
hlstatsx_commands_cstrike.sma(862) : warning 209: function "hlx_amx_csay" should return a value
hlstatsx_commands_cstrike.sma(865) : error 021: symbol already defined: "set_hudmessage"
hlstatsx_commands_cstrike.sma(868) : error 010: invalid function or declaration
hlstatsx_commands_cstrike.sma(926) : error 032: array index out of bounds (variable "color3")
hlstatsx_commands_cstrike.sma(865) : warning 203: symbol is never used: "verpos"

5 Errors.
Could not locate output file compiled/hlstatsx_commands_cstrike.amx (compile failed).
__________________


Last edited by Mordekay; 01-06-2019 at 04:12.
Mordekay is offline