Raised This Month: $12 Target: $400
 3% 

Help with this strange error!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
shadowdragon
Senior Member
Join Date: Dec 2012
Old 01-16-2015 , 01:06   Help with this strange error!
Reply With Quote #1

Hey all im in the middle of coding a plugin and i cant see anything wrong with my plugin but all of a sudden each time i compile it my compiler crashes then re opens with this error does anyone know what it means?

PHP Code:
 error 101specify either all dimensions or only the last dimension 
it also says the error is been made at the very end of my main .sp file and there is nothing but a empty line there so i have no idea whats going on.
__________________
Sorry for my poor English!
________________________________
I can do CSS/CSGO plugin request for little money!

Last edited by shadowdragon; 01-16-2015 at 01:07.
shadowdragon is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 01-16-2015 , 03:51   Re: Help with this strange error!
Reply With Quote #2

The code is greatly needed to figure out that issue.
Drixevel is offline
friagram
Veteran Member
Join Date: Sep 2012
Location: Silicon Valley
Old 01-16-2015 , 13:20   Re: Help with this strange error!
Reply With Quote #3

It means you are trying to initialize an array without specifying all the perameters:
new array[]; will cause that error
You either need to say like
new array[4];

Or

new array[] = {
1,2,3,4
};
__________________
Profile - Plugins
Add me on steam if you are seeking sp/map/model commissions.

Last edited by friagram; 01-16-2015 at 13:21.
friagram is offline
shadowdragon
Senior Member
Join Date: Dec 2012
Old 01-16-2015 , 15:40   Re: Help with this strange error!
Reply With Quote #4

Yeah and thats what i have test[500][500][500]
__________________
Sorry for my poor English!
________________________________
I can do CSS/CSGO plugin request for little money!
shadowdragon 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 06:27.


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