Archirus
Участник
- Сообщения
- 15
- Реакции
- 0
Есть файл playerclasses.txt в нем прописан vip:
"human_vip"
{
// General
"enabled" "Yes"
"team" "1"
"team_default" "no"
"flags" "j"
"group" ""
"name" "VIP"
"description" ""
// Model
"model_path" "default"
"alpha_initial" "255"
"alpha_damaged" "255"
"alpha_damage" "0"
// Hud
"overlay_path" ""
"nvgs" "no"
"fov" "90"
// Effects
"has_napalm" "yes"
"napalm_time" "0.0"
// Player behavior
"immunity_mode" "none"
"immunity_amount" "1"
"immunity_cooldown" "60"
"no_fall_damage" "yes"
"health" "200"
"health_regen_interval" "1.0"
"health_regen_amount" "10"
"health_infect_gain" "0"
"kill_bonus" "1"
"speed" "320"
"knockback" "0"
"jump_height" "1.2"
"jump_distance" "1.2"
}
Как сделать так чтобы VIP был виден только игрокам с флагом доступа j?
"human_vip"
{
// General
"enabled" "Yes"
"team" "1"
"team_default" "no"
"flags" "j"
"group" ""
"name" "VIP"
"description" ""
// Model
"model_path" "default"
"alpha_initial" "255"
"alpha_damaged" "255"
"alpha_damage" "0"
// Hud
"overlay_path" ""
"nvgs" "no"
"fov" "90"
// Effects
"has_napalm" "yes"
"napalm_time" "0.0"
// Player behavior
"immunity_mode" "none"
"immunity_amount" "1"
"immunity_cooldown" "60"
"no_fall_damage" "yes"
"health" "200"
"health_regen_interval" "1.0"
"health_regen_amount" "10"
"health_infect_gain" "0"
"kill_bonus" "1"
"speed" "320"
"knockback" "0"
"jump_height" "1.2"
"jump_distance" "1.2"
}
Как сделать так чтобы VIP был виден только игрокам с флагом доступа j?