Arkadaşlar Benim sorunum time per round mp_roundtime kodu var onu istemiyorum Time per round ney bilmiyenler için ss koyuyorum VE TAMAMEN KALKICAK BU SÜRE
/* AMX Mod X * No Objectives * * (c) Copyright 2007 by VEN * * This file is provided as is (no warranties) * * DESCRIPTION * Plugin allow to remove all map objectives or objectives of certain type. * Round timer will be disbled for maps that doesn't contain any objectives. * * CVARS * no_objectives (flags: acde, default: acde, "": disable the plugin) * a - remove "as" (vip assasination) objectives * c - remove "cs" (hostage rescue) objectives * d - remove "de" (bomb defuse) objectives * e - remove "es" (T escape) objectives * Note: map change on CVar change required. * * VERSIONS * 0.3 * - added support for all objective entities * - fixed: timer wasn't shown on multi objective maps if objectives wasn't completely removed * - improvements in objective modes routine * 0.2 * - disabled round timer * - added no_objectives CVar * 0.1 * - initial version */
// plugin's main information #define PLUGIN_NAME "No Objectives" #define PLUGIN_VERSION "0.3" #define PLUGIN_AUTHOR "VEN"
public forward_spawn(ent) { if (!pev_valid(ent)) return FMRES_IGNORED
static classname[32], i pev(ent, pev_classname, classname, sizeof classname - 1) for (i = 0; i < sizeof g_objective_ents; ++i) { if (equal(classname, g_objective_ents[i])) { if (!(g_no_objectives & g_objective_type)) return FMRES_IGNORED
public message_hide_weapon() { set_msg_arg_int(1, ARG_BYTE, get_msg_arg_int(1) | HIDE_ROUND_TIMER) }
public event_hud_reset(id) { message_begin(MSG_ONE, g_msgid_hideweapon, _, id) write_byte(HIDE_ROUND_TIMER) message_end() }
bool:is_objective_map() { new const classname[] = "classname" for (new i = 0; i < sizeof g_objective_ents; ++i) { if (g_objective_prim && engfunc(EngFunc_FindEntityByString, FM_NULLENT, classname, g_objective_ents)) return true }
return false }
İstediğin süreyi kaldırıp sınırsız round ise bu plugin zaten var.[/i][/i][/i][/i]
CS:GO ve CS 1.6 için ücretli eklenti yapılır.
Plugin yazmak isteyenlere yardımcı olabilirim.
Skype adresimden ulaşabilirsiniz: destek_596 Steam: http://steamcommunity.com/id/ca-nemesis/
akcaliberkk dateline='' Wrote: No Objectives v0.3 (+no roundtime)
PHP Code:
/* AMX Mod X * No Objectives * * (c) Copyright 2007 by VEN * * This file is provided as is (no warranties) * * DESCRIPTION * Plugin allow to remove all map objectives or objectives of certain type. * Round timer will be disbled for maps that doesn't contain any objectives. * * CVARS * no_objectives (flags: acde, default: acde, "": disable the plugin) * a - remove "as" (vip assasination) objectives * c - remove "cs" (hostage rescue) objectives * d - remove "de" (bomb defuse) objectives * e - remove "es" (T escape) objectives * Note: map change on CVar change required. * * VERSIONS * 0.3 * - added support for all objective entities * - fixed: timer wasn't shown on multi objective maps if objectives wasn't completely removed * - improvements in objective modes routine * 0.2 * - disabled round timer * - added no_objectives CVar * 0.1 * - initial version */
// plugin's main information #define PLUGIN_NAME "No Objectives" #define PLUGIN_VERSION "0.3" #define PLUGIN_AUTHOR "VEN"
public forward_spawn(ent) { if (!pev_valid(ent)) return FMRES_IGNORED
static classname[32], i pev(ent, pev_classname, classname, sizeof classname - 1) for (i = 0; i < sizeof g_objective_ents; ++i) { if (equal(classname, g_objective_ents[i])) { if (!(g_no_objectives & g_objective_type)) return FMRES_IGNORED
public message_hide_weapon() { set_msg_arg_int(1, ARG_BYTE, get_msg_arg_int(1) | HIDE_ROUND_TIMER) }
public event_hud_reset(id) { message_begin(MSG_ONE, g_msgid_hideweapon, _, id) write_byte(HIDE_ROUND_TIMER) message_end() }
bool:is_objective_map() { new const classname[] = "classname" for (new i = 0; i < sizeof g_objective_ents; ++i) { if (g_objective_prim && engfunc(EngFunc_FindEntityByString, FM_NULLENT, classname, g_objective_ents)) return true }
return false }
İstediğin süreyi kaldırıp sınırsız round ise bu plugin zaten var.
bu kodları nasıl yapicam
BİRDE DEDİCATED SERVER[/i][/i][/i][/i]
CS:GO ve CS 1.6 için ücretli eklenti yapılır.
Plugin yazmak isteyenlere yardımcı olabilirim.
Skype adresimden ulaşabilirsiniz: destek_596 Steam: http://steamcommunity.com/id/ca-nemesis/
akcaliberkk dateline='' Wrote: AMX Mod X - Half-Life Scripting for Pros!
adresine girip, boş alana bu kodları yapıştır. Compile butonuna bas. Vereceği linkten plugini indir. Kur
Dediklerını aynen yaptım oraya yapıstırdım ındırdım servera plugıne ekledım plugin.ini ekledım ve süre aynen devam ediyor kalkmadı
12-09-12, 01:32 (This post was last modified: 12-09-12, 01:35 by akcaliberkk.)
map değiştirdin mi? Değiştirdiğin halde olmadıysa plugins.ini nin en üstüne yazmayı dene.Yine olmazsa amx_plugins yazıp pluginde running mi yazıyor bad load mı yazıyor kontrol et. Eğer bad load ise log dosyasını kontrol et hatayı paylaş. Her şeyi denediğin halde çalışmıyorsa sorun senden kaynaklı. Bu plugin onaylıdır.
CS:GO ve CS 1.6 için ücretli eklenti yapılır.
Plugin yazmak isteyenlere yardımcı olabilirim.
Skype adresimden ulaşabilirsiniz: destek_596 Steam: http://steamcommunity.com/id/ca-nemesis/
Ayrıca sonradan yazıyı düzenledim ekledıklerımı uygula.
Quote:map değiştirdin mi? Değiştirdiğin halde olmadıysa plugins.ini nin en üstüne yazmayı dene.Yine olmazsa amx_plugins yazıp pluginde running mi yazıyor bad load mı yazıyor kontrol et. Eğer bad load ise log dosyasını kontrol et hatayı paylaş. Her şeyi denediğin halde çalışmıyorsa sorun senden kaynaklı. Bu plugin onaylıdır.
CS:GO ve CS 1.6 için ücretli eklenti yapılır.
Plugin yazmak isteyenlere yardımcı olabilirim.
Skype adresimden ulaşabilirsiniz: destek_596 Steam: http://steamcommunity.com/id/ca-nemesis/