Hello again,
Guys i am having an problem
PHP Code:
register_concmd( "amx_chang", "Cmd_AdminMode", ADMIN_BAN);
public Cmd_AdminMode(id, level, cid)
{
cs_set_user_team( id, CS_TEAM_CT );
}
I can change the team of the player who writes the command amx_chang but how can i change all other players team in that ^ code?
__________________