i think he means like this:
Code:
for(new i = 0; i < num; i++)
{
player = players[i]
frags = get_user_frags(id)
get_user_name(player, name, 31)
if(frags > 0) {
static const string[] = "Nick:%s DMs: %i"
format(message,63,string,name,frags)
}
}
__________________