SA-MP Forums Archive
need help :( - 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: need help :( (/showthread.php?tid=135393)



need help :( - aircombat - 20.03.2010

can u guys help me solving those errors :

Код:
String=mysql_GetStr("vehicles","owner",String);

error 047: array sizes do not match, or destination array is too small
============================================================
stringEX=mysql_GetStr("vehicles","owner",String);

error 047: array sizes do not match, or destination array is too small
============================================================
stringEX=mysql_GetStr("`business`","`name`",queryEX);

error 047: array sizes do not match, or destination array is too small
============================================================
String=mysql_GetStr("vehicles","owner",queryEX);

error 047: array sizes do not match, or destination array is too small
============================================================
String=mysql_GetStr("vehicles","owner",queryEX);

error 047: array sizes do not match, or destination array is too small
============================================================



Re: need help :( - MadeMan - 20.03.2010

pawn Код:
String=mysql_GetStr("vehicles","owner",String);
If you simply do this:

pawn Код:
mysql_GetStr("vehicles","owner",String);
would it work?