10.12.2014, 00:52
Estб faltando criar a funзгo Nome:
pawn Код:
Nome(id)
{
new n_o_m_e[MAX_PLAYER_NAME];
GetPlayerName(id, n_o_m_e, sizeof n_o_m_e);
return n_o_m_e;
}