Em Hi, probably my first post here. I found that is_user_admin() is not showing in funcwiki and It isn't working in my script too, perhaps only for me? :/
PHP Code:
if(is_user_alive(id) && !is_user_bot(id) && is_user_admin(id) == 0){
set_task(float(get_pcvar_num(frequency)), "getdata", id, _, _, "b")
}
I still get my desired errors for clients which shouldn't been shown if user is admin.
Is there an alternative to it? Or If still is_user_admin() works?
-Thanks.