Thread: sound message
View Single Post
Yusochan
Member
Join Date: Sep 2021
Location: Algeria
Old 01-18-2022 , 08:08   Re: sound message
Reply With Quote #8

Quote:
Originally Posted by OciXCrom View Post
Code:
bool:is_user_access(id)     return !!(get_user_flags(id) & ADMINACCESS)

Should be:

Code:
bool:is_user_access(id)     return (get_user_flags(id) & ADMINACCESS) != 0

Also you should use "precache_generic" for client-side sounds.
Alright, thanks !

Buy can you tell me why ?
__________________
<b>IP : <font color=Red>93.115.53.168:27017</font></b>
<b>Founder : <font color=Cyan>YusoChan-</font></b>
Yusochan is offline