View Single Post
Author Message
Enes05
Junior Member
Join Date: Feb 2018
Location: Istanbul | Turkey
Old 09-04-2018 , 17:23   If there are ct in game, apply commands
Reply With Quote #1

Hello there...

I have a question

I am developing a plugin for jb.

But,
If there are commands in the game I need an implementation of ct.
How do I do this?

Please help.

I have an code:
PHP Code:
#include <cstrike> 

for (int i 1<= MaxClientsi++) { 
    if (
IsClientInGame(i) && IsPlayerAlive(i) && GetClientTeam(i) == CS_TEAM_CT) { 
        
//do stuff 
    


is it true that this code?

Last edited by Enes05; 09-05-2018 at 09:34.
Enes05 is offline