View Single Post
Author Message
soi
New Member
Join Date: Feb 2007
Old 02-15-2007 , 18:40   [AMXX-Studio] new const not showing in Code-Explorer
#1

Hi, i found a bug in AMXX-Studio 1.4.3 final

I have a big new const definition.
When i put a new "new const" definition under the big one, it doesn't show in the Code-Explorer under Constants.

Code:
new const test = 1

new const g_WeaponsNames[MAXLEVELS][] = {
    "AK-47",
    "G3/SG-1",
    "Colt M4A1",
    "Steyr AUG",
    "Galil",
    "SG-552 Commando",
    "Famas",
    "M249 Para",
    "SG-550 Sniper",
    "AWP",
    "P90",
    "Desert Eagle",
    "USP .45",
    "Ingram MAC-10",
    "MP5-Navy",
    "UMP45",
    "M3 Super90",
    "XM1014",
    "Steyr TMP",
    "Dual Elites",
    "P228",
    "Scout",
    "Five-Seven",
    "Glock18",
    "HE Grenade",
    "Knife"
}

new const test2 = 1
The constants "test" and "g_WeaponNames" are shown in the Code-Explorer but the constant "test2" und everything under is not shown!

I added a Screenshot of this.
Attached Thumbnails
Click image for larger version

Name:	amxxstudio.JPG
Views:	829
Size:	73.1 KB
ID:	13894  

Last edited by soi; 02-15-2007 at 18:49. Reason: accidentaly came on the Enter key :/
soi is offline