SA-MP Forums Archive
error 018: initialization data exceeds declared size - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: error 018: initialization data exceeds declared size (/showthread.php?tid=435369)



error 018: initialization data exceeds declared size - radiobizza - 06.05.2013

In my gamemode I have 2 errors
Error 1:
PHP код:
error 010invalid function or declaration 
Errow 2:
PHP код:
error 010invalid function or declaration 
How can i fix that ?


Re: error 018: initialization data exceeds declared size - Facerafter - 06.05.2013

Line of the error?


Re: error 018: initialization data exceeds declared size - radiobizza - 06.05.2013

Quote:
Originally Posted by Facerafter
Посмотреть сообщение
Line of the error?
The line
PHP код:
{894.1943,-1518.3125,12.9507,179.5200},//house 80 



Re: error 018: initialization data exceeds declared size - BlazingKnife - 06.05.2013

Post the Whole Code


Re: error 018: initialization data exceeds declared size - MP2 - 06.05.2013

Why is the error in the title not even mentioned in your post..? And how the hell can we fix your code without seeing it?

Show the start of the array.


Re: error 018: initialization data exceeds declared size - radiobizza - 06.05.2013

PHP код:
.......................................................................
{
2378.4250,-1365.9841,24.0874,0.0025},//house 70
{2378.3572,-1347.4365,24.0933,0.2533},//house 71
{2378.3730,-1327.3363,24.0931,359.6791},//house 72
{2378.4053,-1275.6548,24.0891,359.0307},//house 73
{247.6417,-87.9003,2.4597,87.9084},//house 74
{278.0959,-55.0799,1.6707,179.2942},//house 75
{287.5642,-52.1450,1.6711,178.9653},//house 76
{317.7602,-84.3135,2.4910,269.9947},//house 77
{894.1943,-1518.3125,12.9507,179.5200},//house 80
{317.8119,-125.7056,2.4845,270.5498}//house 78
}; 



Re: error 018: initialization data exceeds declared size - radiobizza - 06.05.2013

We can't fix?