error 047: array sizes 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 047: array sizes do not match (
/showthread.php?tid=343655)
error 047: array sizes do not match -
Yordan_Kronos - 18.05.2012
PHP код:
C:\Documents and Settings\Administrator\Desktop\BGRP\gamemodes\larp.pwn(19347) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Administrator\Desktop\BGRP\gamemodes\larp.pwn(19349) : error 047: array sizes do not match, or destination array is too small
PHP код:
else if(PlayerInfo[targetid][pJob] == 20) { jtext = "Kontrabandis na narkotici"; }
else if(PlayerInfo[targetid][pJob] == 22) { jtext = "Kontrabandis na materiali"; }
Re: error 047: array sizes do not match -
Mandrakke - 18.05.2012
how you defined PlayerInfo?
Re: error 047: array sizes do not match -
Vince - 18.05.2012
The problem is obviously to do with jtext not being large enough to hold the entire text.
Re: error 047: array sizes do not match -
Yordan_Kronos - 18.05.2012
How to fix its ?
Re: error 047: array sizes do not match -
Yordan_Kronos - 18.05.2012
Thanks dude i fix its