Error 47 help!
#1

I dont know why i get this
(29 : error 047: array sizes do not match, or destination array is too small
Plz help
Reply
#2

You must show the script
Reply
#3

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.
Reply
#4

Quote:
Originally Posted by LegendNissanGTR
Посмотреть сообщение
You must show the script
else if(pRank[playerid] == { rank = "Kilz0r"; } The smile is 8
Reply
#5

Quote:
Originally Posted by mhking
Посмотреть сообщение
else if(pRank[playerid] == { rank = "Kilz0r"; } The smile is 8
This is hopeless.
Reply
#6

pawn Код:
new rank[128];
Reply
#7

Quote:
Originally Posted by SkizzoTrick
Посмотреть сообщение
pawn Код:
new rank[128];
Why do you index an integer?
Reply
#8

Quote:
Originally Posted by SkizzoTrick
Посмотреть сообщение
pawn Код:
new rank[128];
omg my heroo tyy!
Reply
#9

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
Reply
#10

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!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)