Error - 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 (
/showthread.php?tid=343910)
Error -
Josip_Hrnjak - 19.05.2012
I have this error: error 047: array sizes do not match, or destination array is too small
and here is the part of the script:
Код:
else if(PlayerInfo[targetid][pJob] == 22) { jtext = "Material Smuggler"; }
Re: Error -
Josip_Hrnjak - 19.05.2012
Quote:
Originally Posted by Josip_Hrnjak
I have this error: error 047: array sizes do not match, or destination array is too small
and here is the part of the script:
Код:
else if(PlayerInfo[targetid][pJob] == 22) { jtext = "Material Smuggler"; }
|
Can somebody help me please??
Re: Error -
Vince - 19.05.2012
WTF? Didn't I answer the very same question a few days ago? And didn't I give you a very clear answer?
Re: Error -
Josip_Hrnjak - 19.05.2012
No you didn`t, at least not to me...
Re: Error -
Josip_Hrnjak - 19.05.2012
i solved a problem myself...