Thread: help flags
View Single Post
1M1e
Member
Join Date: Mar 2020
Old 07-24-2020 , 03:57   Re: help flags
Reply With Quote #11

Quote:
Originally Posted by fysiks View Post
I suggest that you start with just printing the name when the player is put into the server. Get that working first using client_putinserver(). Then, you can add to printing only to admins by replacing your client_print() with a for loop that goes through all connected players and then calling client_print() only on those that have admin access. I suggest that you look for other plugins and threads where you see get_players() being used, most of these will have an example of how to use it and its results in a for loop.
i don't know how to do it can some one do it ?

Last edited by 1M1e; 07-24-2020 at 03:57.
1M1e is offline