09.03.2011, 19:33
To tentando fazer isso /\
Sу que nгo tб funcionando.
Ty pra quem me ajudar.
Sу que nгo tб funcionando.
pawn Code:
stock GetPlayerNumber(numero)
{
for(new i = 0; i <= MAX_PLAYERS; ++i)
{
if(PlayerInfo[i][numero])
{
new tnome[MAX_PLAYER_NAME];
GetPlayerName(i, tnome, sizeof(tnome) );
if(strcmp(tnome, i, true, strlen(i)) == 0)
{
return i;
}
}
}
return INVALID_PLAYER_ID; //ID Invбlido
}