Участник
Пользователь
- Сообщения
- 282
- Реакции
- 34
- Помог
- 3 раз(а)
Hi,
how to modify this code to force player to join in team, but to choose specified model, for example: "gign" if CT, if TT "terror"
This is just example for names.
I've checked all functions in reapi but I didnt find suitable :(
maybe
but I dont know how to set it up (modelname confuses me)
how to modify this code to force player to join in team, but to choose specified model, for example: "gign" if CT, if TT "terror"
This is just example for names.
Код:
#include <amxmodx>
#include <reapi>
const FLAG = ADMIN_BAN;
public client_putinserver(id)
{
if (get_user_flags(id) & FLAG)
return;
rg_join_team(id, rg_get_join_team_priority());
}
maybe
Код:
rg_set_user_team
Последнее редактирование: