07.07.2010, 13:58
I'm just doing something;
Didn't test it.
pawn Код:
new pName[MAX_PLAYER_NAME],string[256];
for(new i; i < MAX_PLAYERS; i++)
{
GetPlayerName(i,pName,sizeof pName);
format(string,sizeof(string),"%s\n%s",string,pName);
}