Error 048: array dimensions do not match - 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 048: array dimensions do not match (
/showthread.php?tid=313410)
Error 048: array dimensions do not match -
liquid13 - 25.01.2012
hi guys
pawn Код:
new IDS[3000];
if(mysql_retrieve_row())
{
mysql_fetch_field_row(IDS,"Cesy");
new Ces[500];
split(IDS, Ces, ',');
new i=-1;
while(i<500)
{
i++;
if(Ces[i]==CesID)
{
return 1;
}
}
i'm trying to split my mysql data then i'm trying to compare them but when i compile it says error 048: array dimensions do not match
please help
sory for my english
Re: Error 048: array dimensions do not match -
liquid13 - 25.01.2012
Can Anybody Help ?
Re: Error 048: array dimensions do not match -
Tanush123 - 26.01.2012
first read
this
and second what line you getting the error