SA-MP Forums Archive
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)
+--- Thread: Help? (/showthread.php?tid=380970)



Help? - N0FeaR - 27.09.2012

Код:
C:\Users\Hellman.Hellmans-PC\Desktop\snusk\gamemodes\PS-RP.pwn(5729) : error 048: array dimensions do not match
pawn Код:
}
        if(PlayerInfo[i][pInteriorNr] == 0)
        {
            new string[128];
            line 5729GetPlayer2DRadarZone(i, Zones, MAX_ZONE_NAME);
            format(string,sizeof(string),"%s",Zones);
            TextDrawSetString(Textdraw49[i], string);
        }



Re: Help? - XtremeR - 27.09.2012

new string[256];

try that


Re: Help? - N0FeaR - 27.09.2012

Fixed, thank you anyway.