Raised This Month: $ Target: $400
 0% 

Help


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
@.SizNeR
Member
Join Date: Jun 2013
Old 09-21-2013 , 18:38   Help
Reply With Quote #1

Code:
enum _:g_iMain {     m_TerroristShop,     m_CounterTerroristShop }; new const g_szShopsData[ g_iMain ][][ 2 ] = {     {         { "Health Menu", "CmdHealthMenu_Handler" }, // Line 41         { "Weapons Menu", "CmdWeaponsMenu_Handler" }     },         {         { "Health Menu", "CmdHealthMenu_Handler" }, // Line 46         { "Weapons Menu", "CmdWeaponsMenu_Handler" },         { "Armor Menu", "CmdArmorMenu_Handler" },         { "Revive \r| \w80 Points", "CmdReviveShop" }     } };

Error:
Code:
Error: Initialization data exceeds declared size on line 41
Error: Initialization data exceeds declared size on line 46
@.SizNeR is offline
 



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 18:58.


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