Hello, here is my question, if you do this script
Code:
if(cs_get_user_team(player) != CS_TEAM_T)
{
message_begin(MSG_ALL, get_user_msgid("TeamInfo"))
write_byte(player)
write_string("TERRORIST")
message_end()
}
message_begin(MSG_ALL, get_user_msgid("SayText"))
write_byte(player)
write_string(messg[0])
message_end()
server_cmd("kick #%d ^"You are banned from this server^"", get_user_userid(player))
it will be important to the players with whom we work, to reclaim his former team?
For example a player was in command CT but after he became a script in T
it is important that he return to the team in which he was?