LARP 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: LARP Error (
/showthread.php?tid=128482)
LARP Error -
xkniives - 17.02.2010
C:\Users\Sarin\Desktop\New LARP\gamemodes\larp.pwn(9285) : error 047: array sizes do not match, or destination array is too small
Код:
if(PlayerInfo[targetid][pMember] == 1 || PlayerInfo[targetid][pLeader] == 1)
{ ftext = "LA Police Department"; }
else if(PlayerInfo[targetid][pMember] == 4 || PlayerInfo[targetid][pLeader] == 4)
Bold is the error. Please help.
Re: LARP Error -
smeti - 18.02.2010
pawn Код:
new ftext[32];
ftext = "LA Police Department";