Quote:
Originally Posted by One
why getmaxplayers?
why not just:
PHP Code:
if(is_user_admin(id) { client_print(id,print_chat,"haha") }
|
matiaslp asked for a way to print a message to admins. Yes, your code will only print if (id) is an admin but you show no means of where id is coming from. Antibots code will loop from 1->maxplayers, printing the message to all connected admins.
__________________