Thread: Vip Chat
View Single Post
drakunovu6
Member
Join Date: Sep 2017
Old 09-13-2020 , 14:35   Re: Vip Chat
Reply With Quote #11

Quote:
Originally Posted by GaBy96 View Post
Yes, but I want to use it for vip and if you have a vip degree it doesn't show you a message in vip chat but in team chat
Change this

PHP Code:
if (players[i] != id && VSGetVipFlag(idACCESS_FLAG)) 
To this

PHP Code:
if (players[i] != id && VSGetVipFlag(players[i], ACCESS_FLAG)) 
Tell me if it doesn't work
drakunovu6 is offline