28.01.2013, 22:26
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.