- Ошибка
-
I need to make this function almost load after 25 seconds to after change to that map
- ОС
- Linux
- Amx Mod X
-
AMX Mod X 1.9.0.5249
- Билд
-
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
ReHLDS version: 3.9.0.752-dev
Build date: 20:13:15 Jun 14 2021 (2620)
Build from: https://github.com/dreamstalker/rehlds/commit/39b4410
- ReGamedll
-
NONE
- Версия Metamod
-
Metamod-r v1.3.0.128, API (5:13)
Metamod-r build: 17:47:54 Aug 24 2018
Metamod-r from: https://github.com/theAsmodai/metamod-r/commit/0cf2f70
- Список метамодулей
-
description stat pend file vers src load unload
[ 1] SafeNameAndChat RUN - SafeNameAndChat.so v1.1 ini ANY ANY
[ 2] Reunion RUN - reunion_mm_i386.so v0.1.0.137 ini Start Never
[ 3] NetBufExtender RUN - nbex.so v1.0 ini ANY Never
[ 4] UserInfoNetOptimizer RUN - uino.so v1.0 ini ANY Never
[ 5] LocalizeBug Fix RUN - localizebugfix_mm_i386.so v2.4 ini Start Never
[ 6] ReAuthCheck RUN - reauthcheck_mm_i386.so v0.1.6 ini Start Never
[ 7] AMX Mod X RUN - amxmodx_mm_i386.so v1.9.0.5249 ini Start ANY
[ 8] WHBlocker RUN - whblocker_mm_i386.so v1.5.697 ini Chlvl ANY
[ 9] MySQL RUN - mysql_amxx_i386.so v1.9.0.5271 pl7 ANY ANY
[10] Fun RUN - fun_amxx_i386.so v1.9.0.5271 pl7 ANY ANY
[11] Engine RUN - engine_amxx_i386.so v1.9.0.5271 pl7 ANY ANY
[12] FakeMeta RUN - fakemeta_amxx_i386.so v1.9.0.5271 pl7 ANY ANY
[13] GeoIP RUN - geoip_amxx_i386.so v1.9.0.5271 pl7 ANY ANY
[14] CStrike RUN - cstrike_amxx_i386.so v1.9.0.5271 pl7 ANY ANY
[15] CSX RUN - csx_amxx_i386.so v1.9.0.5271 pl7 ANY ANY
[16] Ham Sandwich RUN - hamsandwich_amxx_i386.so v1.9.0.5271 pl7 ANY ANY
[17] ReAPI RUN - reapi_amxx_i386.so v5.19.0.211-dev pl7 ANY Never
[18] SxGeo RUN - sxgeo_amxx_i386.so v2.2 pl7 ANY Never
18 plugins, 18 running
- Список плагинов
-
Frozen Terror 2.0 Skill Von Dragon zp_frozen_terro running
- Автор плагина
- Skill Von Dragon
- Версия плагина
- 2.0
- Исходный код
-
Attached
I need to make this function almost load after 25 seconds to after change to that map. Its visible on menu but i want to make it auto load after switch to like zs_frozen_boss map.
switch(key)
{
case 1:
{
Round_boss(id)
}
that Round_boss(id), after type /frozenboss and click 1 i can spawn a NPC boss to map but i want to make it auto instead of manual please because i need to make it everytime manually to switch a NPC Boss, otherwise npc boss wont spawn and players will keep wait for it.
switch(key)
{
case 1:
{
Round_boss(id)
}
that Round_boss(id), after type /frozenboss and click 1 i can spawn a NPC boss to map but i want to make it auto instead of manual please because i need to make it everytime manually to switch a NPC Boss, otherwise npc boss wont spawn and players will keep wait for it.
Вложения
-
59.1 KB Просмотры: 148