SA-MP Forums Archive
How to get this thingy solve??? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How to get this thingy solve??? (/showthread.php?tid=263490)



How to get this thingy solve??? - Ronaldo_raul™ - 22.06.2011

After adding some announce messages in my GM i got this error -
pawn Код:
(14339) : error 032: array index out of bounds (variable "Announcements")

What can i do?

and the 14339 line is-
pawn Код:
case 9: {SendClientMessageToAll(0x33CCFFAA,Announcements[9]); Msg = 0;}

Help me
Thank You!


Re: How to get this thingy solve??? - [DDC]Delight - 22.06.2011

Announcements[9]

The array is to big, reduce it to the defined array


Re: How to get this thingy solve??? - Ronaldo_raul™ - 22.06.2011

Omg thanks it compiled.......