View Single Post
trickgod
Junior Member
Join Date: Jun 2018
Old 06-17-2018 , 07:58   Re: [CSGO REQ] Remaining Players Plugin
Reply With Quote #3

Quote:
Originally Posted by mug1wara View Post
PHP Code:
#include <sdktools>

public void OnGameFrame()
{
    
int iCurrentPlayers GetTeamClientCount(3) + GetTeamClientCount(2);
        
    
PrintHintTextToAll("%i"iCurrentPlayers);

Then you can do stuff like:
HTML Code:
PrintHintTextToAll("<font size="20" color="#00FFF0">%i</font>", iCurrentPlayers);
Google html & sourcepawn, and you'll find some juicy information.
Sorry I Need All Alive Players Count :/
trickgod is offline