Error 47 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: Error 47 help! (
/showthread.php?tid=204752)
Error 47 help! -
mhking - 30.12.2010
I dont know why i get this
(29
: error 047: array sizes do not match, or destination array is too small
Plz help
Re: Error 47 help! -
LegendNissanGTR - 30.12.2010
You must show the script
Re: Error 47 help! -
_rAped - 30.12.2010
You have a lack of cells on your variable, simply choose a bigger number.
This forum requires that you wait 60 seconds between posts. Please try again in 39 seconds.
Re: Error 47 help! -
mhking - 30.12.2010
Quote:
Originally Posted by LegendNissanGTR
You must show the script
|
else if(pRank[playerid] ==
{ rank = "Kilz0r"; } The smile is 8
Re: Error 47 help! -
_rAped - 30.12.2010
Quote:
Originally Posted by mhking
else if(pRank[playerid] == { rank = "Kilz0r"; } The smile is 8
|
This is hopeless.
Re: Error 47 help! -
SkizzoTrick - 30.12.2010
Re: Error 47 help! -
_rAped - 30.12.2010
Quote:
Originally Posted by SkizzoTrick
|
Why do you index an integer?
Re: Error 47 help! -
mhking - 30.12.2010
Quote:
Originally Posted by SkizzoTrick
|
omg my heroo tyy!
Re: Error 47 help! -
mhking - 30.12.2010
Sry for double i get this
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\server\pawno\include\JunkBuster.inc(1964) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\lolz.pwn(941) : error 025: function heading differs from prototype
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\lolz.pwn(942) : error 021: symbol already defined: "strtok"
C:\Program Files (x86)\Rockstar Games\GTA San Andreas\Server\gamemodes\lolz.pwn(957) : error 047: array sizes do not match, or destination array is too small
when i add junkbuster
Re: Error 47 help! -
_rAped - 30.12.2010
Jesus christ.
You forgot to forward the callback OnPlayerPrivmsg.
You have probably an include that already includes strtok as you have defined it in the gamemode itself aswell..
Last error, you have the same problem with cells. Post your code if we are suppose to help you!