30.06.2014, 13:14
Й melhor usar uma stock para pegar o nome do jogador.
E vocк mal explicou as funзхes.
pawn Код:
stock Nome(id)
{
new nome[24];
GetPlayerName(id,nome,24);
return nome;
}