[Ajuda] Esta bom ou nгo?
#8

Quote:
Originally Posted by PT
Посмотреть сообщение
voce cria variaveis com um tamanho muitoooooooooo exagerado.

ah e isto

pawn Код:
stock Nome(playerid)
{
    new pName[MAX_PLAYERS];
    GetPlayerName(playerid, pName, 24);
    return pName;
}
mude para isto

pawn Код:
stock Nome(playerid)
{
    new pName[MAX_PLAYER_NAME];
    GetPlayerName(playerid, pName, sizeof(pName));
    return pName;
}
Oque vocк diz, nгo condiz com a realidade.



pawn Код:
main(){
    new
        nome[24]
    ;
   
   
    printf("%d", sizeof(nome));
    printf("%d", 24);

    #pragma unused nome
}

--

pawn Код:
new
    StrContas[5000],
    String[5000],
;
Aposto que vocк nгo usa tudo isto, mude para 128 ou 256.

Tirando isto estб organizado atй. bom trabalho.
Reply


Messages In This Thread
Esta bom ou nгo? - by FernandoSS - 18.07.2014, 00:19
Re: Esta bom ou nгo? - by FernandoSS - 18.07.2014, 00:29
Re: Esta bom ou nгo? - by Canema - 18.07.2014, 00:31
Re: Esta bom ou nгo? - by PT - 18.07.2014, 00:34
Re: Esta bom ou nгo? - by FernandoSS - 18.07.2014, 00:36
Re: Esta bom ou nгo? - by FernandoSS - 18.07.2014, 00:39
Re: Esta bom ou nгo? - by PT - 18.07.2014, 00:48
Re: Esta bom ou nгo? - by zSuYaNw - 18.07.2014, 01:36
Re: Esta bom ou nгo? - by FernandoSS - 18.07.2014, 01:51
Re: Esta bom ou nгo? - by PT - 18.07.2014, 02:16

Forum Jump:


Users browsing this thread: 2 Guest(s)