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

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;
}
Qual seria o tamanho certo dessas variaveis?
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: 4 Guest(s)