Peki hala kutu dusmedimi ?holigan yazdı:Senin attığında log yok.ExceLans yazdı:Log varmı bakın varsa bı gonderin bklm
Hatalı Eklenti - Error Logları
Moderatör: Moderatörler
-
Yasaklı Üye - Mesajlar: 139
- Kayıt: Sal Şub 14, 2017 7:13 pm
- Konum: Istanbul
- Server Ip/DNS: csxx.csduragi.com
- Clan İsmi: xxx - נв
Hatalı Eklenti - Error Logları
Link: | |
Linklerini gizle |
-
Konu Sahibi - Mesajlar: 1531
- Kayıt: Sal May 10, 2016 12:21 pm
- Konum: İstanbul
- Server Ip/DNS: 213.238.173.117
- Clan İsmi: Holigan | Clan
-
Yasaklı Üye - Mesajlar: 139
- Kayıt: Sal Şub 14, 2017 7:13 pm
- Konum: Istanbul
- Server Ip/DNS: csxx.csduragi.com
- Clan İsmi: xxx - נв
Hatalı Eklenti - Error Logları
Holigan cs59da suanda kutu atmayan eklentimi aktif ?
Link: | |
Linklerini gizle |
-
Konu Sahibi - Mesajlar: 1531
- Kayıt: Sal May 10, 2016 12:21 pm
- Konum: İstanbul
- Server Ip/DNS: 213.238.173.117
- Clan İsmi: Holigan | Clan
-
Yasaklı Üye - Mesajlar: 139
- Kayıt: Sal Şub 14, 2017 7:13 pm
- Konum: Istanbul
- Server Ip/DNS: csxx.csduragi.com
- Clan İsmi: xxx - נв
Hatalı Eklenti - Error Logları
@holigan Dostum suanlık sadece yapılacak şey sanırsam orjinal ve editlenmemiş halini kullanmak yani plugin_cfg ve research_map aktif olanı kullanmak eğer çökme sorunu yaşatırsa tekrardan buraya yazarsın yanı ha @redarmygaming ha ben elimizden geleni yaptk ama diğer arkadaşlarda gorup cevap verecektir illa...
Link: | |
Linklerini gizle |
-
Konu Sahibi - Mesajlar: 1531
- Kayıt: Sal May 10, 2016 12:21 pm
- Konum: İstanbul
- Server Ip/DNS: 213.238.173.117
- Clan İsmi: Holigan | Clan
Hatalı Eklenti - Error Logları
Zombie hero modun supply box eklentisi var uyarlamaya çalıştım farklı sıkıntılar çıktı.
İNC;
Kutu eklentisi ve Modun .sma dosyası da burada.
Kutudaki zombie hero moduna ait bölümler;
zbheroex_round_new
zbheroex_game_start
zbheroex_get_user_zombie
Sadece bu 3 kod var ve zbheroex_get_user_zombie zaten zp_get_user_zombie olarak değiştirildiğinde geriye sadece ;
zbheroex_round_new
zbheroex_game_start
Bu iki kod kalıyor onlarada siz bir bakın.
İNC;
Kod: Tümünü seç
enum
{
SYNCHUD_NOTICE = 2,
SYNCHUD_HUMANZOMBIE_ITEM,
SYNCHUD_ZBHM_SKILL1,
SYNCHUD_ZBHM_SKILL2,
SYNCHUD_ZBHM_SKILL3,
SYCHUDD_EFFECTKILLER
}
enum
{
SEX_MALE = 0,
SEX_FEMALE
}
enum // Win Team
{
WIN_ALL = 0,
WIN_ZOMBIE,
WIN_HUMAN
}
enum // This is Shop
{
TEAM_ALL = 0,
TEAM_ZOMBIE,
TEAM_HUMAN
}
enum
{
HUMAN_NORMAL = 0,
HUMAN_SIDEKICK,
HUMAN_HERO
}
/* ============================
-- Zombie Class Secret Code
- Berserker: 1912
- Light: 1942
- Heal: 1957
- Deimos: 1962
- Banshee: 1975
- Stamper: 1986
- Sting Finger: 1996
==============================*/
// Get Native
native zbheroex_get_round_damage(id);
native zbheroex_get_round_score(id);
native zbheroex_get_synchud_id(hudtype);
native zbheroex_get_user_zombie(id); // Return if User is A Zombie
native zbheroex_get_user_zombie_class(id); // Return id class of zombie
native zbheroex_get_user_hero(id);
native zbheroex_set_user_speed(id, Speed);
native zbheroex_reset_user_speed(id);
native zbheroex_set_user_health(id, Health, Full);
native zbheroex_get_maxhealth(id);
native zbheroex_set_user_rendering(id, fx, r, g, b, render, amount);
native zbheroex_get_user_time(id);
native zbheroex_set_user_time(id, Time);
native zbheroex_set_user_nvg(id, Give, On, Sound, IgnoreHadNVG);
native zbheroex_get_user_nvg(id, Have, On);
native zbheroex_get_user_female(id);
native zbheroex_set_user_female(id);
native zbheroex_get_user_level(id);
native zbheroex_set_user_level(id, Level);
native zbheroex_set_max_level(id, Level);
native zbheroex_get_zombiecode(ClassID);
native zbheroex_set_zombiecode(ClassID, Code);
native zbheroex_set_respawntime(id, Time);
native zbheroex_get_user_nightstalker(id);
native zbheroex_get_user_survivor(id);
// From Other
native zbheroex_show_attachment(id, const Sprite[], Float:Time, Float:Scale, Float:FrameRate, TotalFrame);
native zbheroex_register_specialweapon(const Name[], Type);
// Shop
native zbheroex_set_item_status(id, ItemID, Unlock);
native zbheroex_register_item(const Name[], const Desc[], Cost, Team);
forward zbheroex_shop_item_bought(id, ItemId);
// Register Zombie Class
native zbheroex_register_zombie_class(const Name[], const Desc[], Sex, LockCost, Float:Gravity, Float:Speed, Float:KnockBack);
native zbheroex_set_zombie_class_data1(const ModelHost[], const ModelOrigin[], const ClawsModel_Host[], const ClawsModel_Origin[]);
native zbheroex_set_zombie_class_data2(const DeathSound1[], const DeathSound2[], const HurtSound1[], const HurtSound2[], const HealSound[], const EvolSound[]);
// Shop
native zbheroex_register_weapon(const Name[], Type, BasedOn, Cost);
forward zbheroex_weapon_bought(id, ItemID);
forward zbheroex_weapon_remove(id, ItemID);
// Forward
forward zbheroex_user_infected(id, infector, infection);
forward zbheroex_user_nightstalker(id);
forward zbheroex_user_survivor(id);
forward zbheroex_user_spawned(id, Zombie);
forward zbheroex_user_died(id, attacker, headshot);
forward zbheroex_class_active(id, ClassID);
forward zbheroex_class_unactive(id, ClassID);
forward zbheroex_time_change();
forward zbheroex_skill_show(id, Zombie);
forward zbheroex_zombie_skill(id, ClassID);
forward zbheroex_user_evolved(id, Level);
forward zbheroex_user_hero(id, FemaleHero);
forward zbheroex_round_new();
forward zbheroex_round_start();
forward zbheroex_round_end(WinTeam);
forward zbheroex_game_start();
forward zbheroex_user_nvg(id, on, zombie);
forward zbheroex_round_damage(id, Damage);
forward zbheroex_specialweapon(id, PlayerSubType, ItemID);
forward zbheroex_specialweapon_remove(id, ItemID);
forward zbheroex_specialweapon_refill(id, ItemID);
Kutudaki zombie hero moduna ait bölümler;
zbheroex_round_new
zbheroex_game_start
zbheroex_get_user_zombie
Sadece bu 3 kod var ve zbheroex_get_user_zombie zaten zp_get_user_zombie olarak değiştirildiğinde geriye sadece ;
zbheroex_round_new
zbheroex_game_start
Bu iki kod kalıyor onlarada siz bir bakın.
Bu mesaja eklenen dosyaları görüntülemek için gerekli izinlere sahip değilsiniz.
Link: | |
Linklerini gizle |
Hatalı Eklenti - Error Logları
plugin cfg yi iptal edip initten yönlendirdim. fakat load publicinden sonrası işlem yapıyor olabilir. kutuların yüklendiği publice research publicini yazıp deneyin.
Link: | |
Linklerini gizle |
-
Yasaklı Üye - Mesajlar: 139
- Kayıt: Sal Şub 14, 2017 7:13 pm
- Konum: Istanbul
- Server Ip/DNS: csxx.csduragi.com
- Clan İsmi: xxx - נв
Hatalı Eklenti - Error Logları
Attığın eklerdeki kutu eklentisinde düşen eşyalar smayami yazılacak ? yoksa config veya .txt dosyasımı bulunuyor ?holigan yazdı:Zombie hero modun supply box eklentisi var uyarlamaya çalıştım farklı sıkıntılar çıktı.
İNC;Kutu eklentisi ve Modun .sma dosyası da burada.Kod: Tümünü seç
enum { SYNCHUD_NOTICE = 2, SYNCHUD_HUMANZOMBIE_ITEM, SYNCHUD_ZBHM_SKILL1, SYNCHUD_ZBHM_SKILL2, SYNCHUD_ZBHM_SKILL3, SYCHUDD_EFFECTKILLER } enum { SEX_MALE = 0, SEX_FEMALE } enum // Win Team { WIN_ALL = 0, WIN_ZOMBIE, WIN_HUMAN } enum // This is Shop { TEAM_ALL = 0, TEAM_ZOMBIE, TEAM_HUMAN } enum { HUMAN_NORMAL = 0, HUMAN_SIDEKICK, HUMAN_HERO } /* ============================ -- Zombie Class Secret Code - Berserker: 1912 - Light: 1942 - Heal: 1957 - Deimos: 1962 - Banshee: 1975 - Stamper: 1986 - Sting Finger: 1996 ==============================*/ // Get Native native zbheroex_get_round_damage(id); native zbheroex_get_round_score(id); native zbheroex_get_synchud_id(hudtype); native zbheroex_get_user_zombie(id); // Return if User is A Zombie native zbheroex_get_user_zombie_class(id); // Return id class of zombie native zbheroex_get_user_hero(id); native zbheroex_set_user_speed(id, Speed); native zbheroex_reset_user_speed(id); native zbheroex_set_user_health(id, Health, Full); native zbheroex_get_maxhealth(id); native zbheroex_set_user_rendering(id, fx, r, g, b, render, amount); native zbheroex_get_user_time(id); native zbheroex_set_user_time(id, Time); native zbheroex_set_user_nvg(id, Give, On, Sound, IgnoreHadNVG); native zbheroex_get_user_nvg(id, Have, On); native zbheroex_get_user_female(id); native zbheroex_set_user_female(id); native zbheroex_get_user_level(id); native zbheroex_set_user_level(id, Level); native zbheroex_set_max_level(id, Level); native zbheroex_get_zombiecode(ClassID); native zbheroex_set_zombiecode(ClassID, Code); native zbheroex_set_respawntime(id, Time); native zbheroex_get_user_nightstalker(id); native zbheroex_get_user_survivor(id); // From Other native zbheroex_show_attachment(id, const Sprite[], Float:Time, Float:Scale, Float:FrameRate, TotalFrame); native zbheroex_register_specialweapon(const Name[], Type); // Shop native zbheroex_set_item_status(id, ItemID, Unlock); native zbheroex_register_item(const Name[], const Desc[], Cost, Team); forward zbheroex_shop_item_bought(id, ItemId); // Register Zombie Class native zbheroex_register_zombie_class(const Name[], const Desc[], Sex, LockCost, Float:Gravity, Float:Speed, Float:KnockBack); native zbheroex_set_zombie_class_data1(const ModelHost[], const ModelOrigin[], const ClawsModel_Host[], const ClawsModel_Origin[]); native zbheroex_set_zombie_class_data2(const DeathSound1[], const DeathSound2[], const HurtSound1[], const HurtSound2[], const HealSound[], const EvolSound[]); // Shop native zbheroex_register_weapon(const Name[], Type, BasedOn, Cost); forward zbheroex_weapon_bought(id, ItemID); forward zbheroex_weapon_remove(id, ItemID); // Forward forward zbheroex_user_infected(id, infector, infection); forward zbheroex_user_nightstalker(id); forward zbheroex_user_survivor(id); forward zbheroex_user_spawned(id, Zombie); forward zbheroex_user_died(id, attacker, headshot); forward zbheroex_class_active(id, ClassID); forward zbheroex_class_unactive(id, ClassID); forward zbheroex_time_change(); forward zbheroex_skill_show(id, Zombie); forward zbheroex_zombie_skill(id, ClassID); forward zbheroex_user_evolved(id, Level); forward zbheroex_user_hero(id, FemaleHero); forward zbheroex_round_new(); forward zbheroex_round_start(); forward zbheroex_round_end(WinTeam); forward zbheroex_game_start(); forward zbheroex_user_nvg(id, on, zombie); forward zbheroex_round_damage(id, Damage); forward zbheroex_specialweapon(id, PlayerSubType, ItemID); forward zbheroex_specialweapon_remove(id, ItemID); forward zbheroex_specialweapon_refill(id, ItemID);
Kutudaki zombie hero moduna ait bölümler;
zbheroex_round_new
zbheroex_game_start
zbheroex_get_user_zombie
Sadece bu 3 kod var ve zbheroex_get_user_zombie zaten zp_get_user_zombie olarak değiştirildiğinde geriye sadece ;
zbheroex_round_new
zbheroex_game_start
Bu iki kod kalıyor onlarada siz bir bakın.
Link: | |
Linklerini gizle |
-
Yasaklı Üye - Mesajlar: 139
- Kayıt: Sal Şub 14, 2017 7:13 pm
- Konum: Istanbul
- Server Ip/DNS: csxx.csduragi.com
- Clan İsmi: xxx - נв
Hatalı Eklenti - Error Logları
Bi deneyin bakalım bunu yaptık bişeyler ama hayırlısı 

Bu mesaja eklenen dosyaları görüntülemek için gerekli izinlere sahip değilsiniz.
Link: | |
Linklerini gizle |
-
Konu Sahibi - Mesajlar: 1531
- Kayıt: Sal May 10, 2016 12:21 pm
- Konum: İstanbul
- Server Ip/DNS: 213.238.173.117
- Clan İsmi: Holigan | Clan
Hatalı Eklenti - Error Logları
Moruk kafam baya karıştı ve ne dediğini anlamadım yapıp atarmısın?redarmygaming yazdı:plugin cfg yi iptal edip initten yönlendirdim. fakat load publicinden sonrası işlem yapıyor olabilir. kutuların yüklendiği publice research publicini yazıp deneyin.
Link: | |
Linklerini gizle |