SA-MP Forums Archive
[Ajuda] error 047: array sizes do not match, or destination array is too small - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] error 047: array sizes do not match, or destination array is too small (/showthread.php?tid=604938)



Resolvido!!! - joaobgnc - 12.04.2016

Resolvido!!!


Re: error 047: array sizes do not match, or destination array is too small - Sew_Sumi - 12.04.2016

PHP код:
new Teles1[340];
new 
Teles2[360]; 
www.lettercount.com


Re: error 047: array sizes do not match, or destination array is too small - Pxndx - 12.04.2016

PHP код:
stock ShowDialogTele(playerid)
{
    new 
teleportes[900];
    new 
telesOne[340];
    new 
telesTwo[360];
    new 
telesDM[180];
    
telesOne "{00FF00}Arenas Gerais/DM e Combates DM:\n{FFFFFF}/lb /eb /fc /lcy /pf /et /bch /cbc /usf /esf /fdd /asf /cc/nc/sfs \n/pt /bl /fv /bs /mgm /pc /dlm /bb /il /ca/bar /aerosf /aerolv /aeroab \n/grove /lv /avenida /deserto /tb /praia /rally /chilliad\n/exsf /rh /area51 /ls /fz /rr /pilar /drift /morro /rancho /rm /re /jump \n/tv /drop /lps";
    
telesTwo "{00FF00}Comandos para mudar a aparкncia:\n{FFFFFF}/csf /psf /pssf /vsf /cgsf /prsf /nvsf /sk8 /pqls /fvls \n/rcsf /ctls /mls /egls /mdls /cmtls /vnls /tvls /marls /cdls /dqls \n/vrck /tflv /mnlv /pds /rslv /cdvl /ulv /aelv /dtrg /eolv /lspt /rnlv \n/tpvs /esvs /nvp /cmlv /cgf /etlv /snkf /jrz /idsf /fdls /dqls2 /vsh \n/cwp /ctlv /oslv /mtlv /pqlv /esf1";
    
telesDM "{00FF00}Outros Comando:\n{FFFFFF}/arena /pistola /doze /m4 /tec9 /shp /granada /extintor /wk\n/x1c /x1 /x1w /cbw /cbr /snp /snp2 /mg /bz /md /serra /porrada /pinga /sss";
    
format(teleportessizeof(teleportes), "%s\n\n%s\n\n%s",telesOne,telesTwo,TelesDM);
    
ShowPlayerDialog(playerid,98646585,DIALOG_STYLE_MSGBOX,"Lista de comandos",teleportes,"OK","Voltar");
    return 
1;