Problem.. - 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: Problem.. (
/showthread.php?tid=236871)
Problem.. -
GaB1TzZzu - 08.03.2011
This is the error:
Код:
error 052: multi-dimensional arrays must be fully initialized
This is the script:
pawn Код:
new DrmcSkins[9][1] = {
{100},
{247},
{181},
{179},
{299},
{298},
{192},
{90}
};
Re: Problem.. -
HyperZ - 08.03.2011
It looks fine to me.
Re: Problem.. -
GaB1TzZzu - 08.03.2011
Thanks for support, this really helped me.
Resolved, need closed.