16.03.2012, 19:47
Just add the name here, not in the function.
pawn Код:
new bestkiller = GetHighestKills();
if (bestkiller != INVALID_PLAYER_ID)
{
new name[30];
GetPlayerName(bestkiller,name,sizeof(name));
// Do something
}