[Ajuda] array small
#1

pawn Код:
new arquivo[128], msg[30];
                        format(arquivo, sizeof(arquivo), "ORG Arquivos/Org%d.cfg",GetPlayerOrg(playerid));
                        for(new i = 0; i < 24; i++)
                        {

                            if(strcmp(InfoOrg[i][Lider], PlayerName(playerid), true) == 0)
                            {
                                split(PlayerInfo[playerid][pLastLogin],Info,'/');
                                format(msg, sizeof(msg), "%d/%d/%d аs %d:%d:%d",strval(Info[0]),strval(Info[1]),strval(Info[2]),strval(Info[3]),strval(Info[4]),strval(Info[5]));
                                InfoOrg[i][LastLogin] = msg;//erro aqui
                                dini_Set(arquivo, "LastLogin", InfoOrg[i][LastLogin]);
                            }
                        }
Код:
C:\Documents and Settings\Cristhian\Desktop\Server Samp\Server Samp\gamemodes\Final.pwn(14695) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply
#2

Tenta setar ele com um format acho que й assim !

pawn Код:
new arquivo[128], msg[30];
                        format(arquivo, sizeof(arquivo), "ORG Arquivos/Org%d.cfg",GetPlayerOrg(playerid));
                        for(new i = 0; i < 24; i++)
                        {

                            if(strcmp(InfoOrg[i][Lider], PlayerName(playerid), true) == 0)
                            {
                                split(PlayerInfo[playerid][pLastLogin],Info,'/');
                                format(msg, InfoOrg[i][LastLogin], "%d/%d/%d аs %d:%d:%d",strval(Info[0]),strval(Info[1]),strval(Info[2]),strval(Info[3]),strval(Info[4]),strval(Info[5]));
                                dini_Set(arquivo, "LastLogin", InfoOrg[i][LastLogin]);
                            }
                        }
Reply
#3

new a[30], b[30];

Para que o assignment, ou atribuiзгo ocorra, й necessбrio que ambas variaveis sejam iguais por estrutura.
Reply
#4

Stewie , olha PM .. rs
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)