Use the ^n character to start a new line.
This is how you would go about messaging all the admins:
Code:
new players[32], num;
get_players(players,num);
for(new i=0;i<num;i++) {
new player = players[i];
if(get_user_flags(player) > 0 && !(get_user_flags(player) & ADMIN_USER)) {
client_print(player,print_chat,"* MESSAGE HERE!");
}
}
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS