Code:
1. if (cs_get_user_team(id) == 1) {
2. cs_set_user_model(id, "hns_t")
3. }
4. else if(cs_get_user_team(id) == 2) {
5. cs_set_user_model(id, "hns_ct")
6. }
when i compile it says
tag mismatch on line 1
tag mismatch on line 4
(this is not the whole plugin)
EDIT: I replace it with CS_TEAM_T and CS_TEAM_CT and it works
what i need to do ?