Help Please - 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: Help Please (
/showthread.php?tid=254467)
Help Please -
seanny - 11.05.2011
I dont know Why I am getting this
Код:
C:\Users\Seany\Desktop\SCRP v3.0 R000\Gaming\pwn\UNG.pwn(9542) : error 047: array sizes do not match, or destination array is too small
C:\Users\Seany\Desktop\SCRP v3.0 R000\Gaming\pwn\UNG.pwn(25570) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
Re: Help Please -
TheGarfield - 11.05.2011
you can poste lines ?
Re: Help Please -
seanny - 11.05.2011
Not really incase of script theifs
Re: Help Please -
Daren_Jacobson - 11.05.2011
I haven't scripted for sa-mp for almost a year, but if you gave me those two lines I could probably fix it for you.
Re: Help Please -
marinov - 11.05.2011
Quote:
Originally Posted by seanny
Not really incase of script theifs
|
not all lines, only those that the errors are at
Re: Help Please -
o_O - 11.05.2011
It's probably a string which is too small for what you're trying to store.
like:
pawn Код:
new string[10]; string="hello how are you today?";