Added change_task()

Added server_changelevel forward
Added is_user_admin()
This commit is contained in:
David Anderson
2004-07-18 08:19:20 +00:00
parent 41c7d041df
commit fd9666d068
2 changed files with 12 additions and 1 deletions

View File

@ -114,4 +114,9 @@ stock get_user_wonid(index)
get_user_authid(index,authid,31)
return str_to_num(authid)
}
#endif
#endif
stock is_user_admin(userid)
{
return (get_user_flags(id) & ADMIN_ADMIN)
}