Raised This Month: $32 Target: $400
 8% 

Error 052: multi-dimensional arrays must be fully initialized


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Zaagam
Member
Join Date: Jun 2010
Old 04-11-2012 , 21:10   Error 052: multi-dimensional arrays must be fully initialized
Reply With Quote #1

Yes hello im taking away granades from exolents xp mod becosue i just want He granade and when im taking away i only got 2 errors and they are "Error 052: multi-dimensional arrays must be fully initialized"

Lines: 112, 115

code:
new const g_nade_names[Grenades][] =
{
"HE Grenade"
};
new const g_nade_classnames[Grenades][] =
{
"weapon_hegrenade" };
new const g_nade_maxlevels[Grenades] =
{
MAXLEVEL_GRENADE };
Zaagam is offline
rak
Veteran Member
Join Date: Oct 2011
Location: banned country
Old 04-11-2012 , 21:19   Re: Error 052: multi-dimensional arrays must be fully initialized
Reply With Quote #2

PHP Code:
new const g_nade_names[] = "HE Grenade"
new const g_nade_classnames[] = "weapon_hegrenade"
const g_nade_maxlevels MAXLEVEL_GRENADE 
__________________

www.amxmodx-es.com

Steam: Luchokoldo

Last edited by rak; 04-11-2012 at 21:20.
rak is offline
Send a message via MSN to rak Send a message via Skype™ to rak
Zaagam
Member
Join Date: Jun 2010
Old 04-11-2012 , 21:42   Re: Error 052: multi-dimensional arrays must be fully initialized
Reply With Quote #3

Thank u it caused some more errors but they were much easier to solve ! thanks (:
Zaagam is offline
Reply


Thread Tools
Display Modes

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 11:28.


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