Raised This Month: $ Target: $400
 0% 

Error 047 Array Size Do Not Match Help Please.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
tabishshah139
Junior Member
Join Date: Feb 2023
Old 04-17-2023 , 12:40   Error 047 Array Size Do Not Match Help Please.
Reply With Quote #1

#define WEAPON_LENGTH 216
#define DEBUG 0
new m_debug = 0;



new const String:weaponsClass[WEAPON_LENGTH][] = {
{"weapon_smg"}, {"weapon_smg_silenced"}, {"weapon_smg_mp5"}, {"weapon_pumpshotgun"}, {"weapon_shotgun_chrome"}, {"weapon_hunting_rifle"},
{"weapon_rifle"}, {"weapon_rifle_ak47"}, {"weapon_rifle_desert"}, {"weapon_rifle_sg552"}, {"weapon_sniper_military"},
{"weapon_sniper_scout"}, {"weapon_sniper_awp"}, {"weapon_grenade_launcher"}, {"weapon_rifle_m60"},
{"weapon_autoshotgun"}, {"weapon_shotgun_spas"}, {"weapon_pistol"}, {"weapon_pistol_magnum"}
};

Last edited by tabishshah139; 04-17-2023 at 12:40.
tabishshah139 is offline
Aeziak
New Member
Join Date: May 2014
Old 04-17-2023 , 13:45   Re: Error 047 Array Size Do Not Match Help Please.
Reply With Quote #2

Hello !

If your data is meant to stay static, maybe you can try KeyValues so you just have to import from file your weapon datas https://wiki.alliedmods.net/KeyValue...eMod_Scripting). That way you won't bother to initialize a String array.
Aeziak is offline
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 04-17-2023 , 14:33   Re: Error 047 Array Size Do Not Match Help Please.
Reply With Quote #3

update to new syntax and use ArrayList or StringMap (depends on the need and the rest of the code)
__________________
Marttt is offline
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 04-17-2023 , 22:53   Re: Error 047 Array Size Do Not Match Help Please.
Reply With Quote #4

new const String:weaponsClass[][] = {...};
and in code you can get array size with sizeof(weaponsClass)
__________________
Grey83 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:54.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode