Counter-Strike 1.6
VIP
Cs-PlovdiV.com - Aim Attack
93.123.16.4:27022
aim_aztec
Играчи: 0/16
aim_aztec
Counter-Strike 1.6
VIP
93.123.16.4:27022 Cs-PlovdiV.com - Aim Attack aim_aztec 0/16

C4 Stoped - More 2 C4 in Game

В този раздел можете да подавате всякакви заявки за намиране, изработка или преработка на плъгини/модове.
Аватар
lantimilan
Извън линия
Foreigner
Foreigner
Мнения: 424
Регистриран на: 29 Ное 2017, 22:49
Се отблагодари: 31 пъти
Получена благодарност: 3 пъти

C4 Stoped - More 2 C4 in Game

Мнение от lantimilan » 01 Май 2020, 18:50

Hello its possible with any plugin to stop or to make just one c4 to have in game its not possible http://prntscr.com/s99ndo
I see some plugin for fake c4 but i dont have any this plugin

Аватар
OciXCrom
Извън линия
Owner
Owner
Мнения: 7206
Регистриран на: 06 Окт 2016, 19:20
Местоположение: /resetscore
Се отблагодари: 117 пъти
Получена благодарност: 1301 пъти
Обратна връзка:

C4 Stoped - More 2 C4 in Game

Мнение от OciXCrom » 01 Май 2020, 20:37

Disable all plugins to see if the issue continues. If it stops, it's caused by some plugin you have.

Аватар
SmirnoffBG
Извън линия
Потребител
Потребител
Мнения: 269
Регистриран на: 27 Ное 2016, 19:43
Местоположение: nz
Се отблагодари: 77 пъти
Получена благодарност: 39 пъти
Обратна връзка:

C4 Stoped - More 2 C4 in Game

Мнение от SmirnoffBG » 01 Май 2020, 21:32

I have the same issue and it is an ingame bug (at least in my server). When someone drops the C4 and another terrorist joins the server, he gets a new C4.
El-Super Respawn = 87.121.54.85:27016
BG Trewa Respawn = 91.92.137.205:27015

Аватар
lantimilan
Извън линия
Foreigner
Foreigner
Мнения: 424
Регистриран на: 29 Ное 2017, 22:49
Се отблагодари: 31 пъти
Получена благодарност: 3 пъти

C4 Stoped - More 2 C4 in Game

Мнение от lantimilan » 01 Май 2020, 22:12

i find i see date when show this probblem i disable this plugin and dont show more full c4, one my friend sent this plugin :

Код за потвърждение: Избери целия код

#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include < hamsandwich >
#include <fun>

#define Keysrod (1<<0)|(1<<1)| (1<<2) |(1<<9)

public plugin_init()
{
	register_plugin("VIP Eng Version", "3.0", "Dunno")
	RegisterHam( Ham_Spawn, "player", "LogEvent_RoundStart", 1 ) ;
	register_menucmd(register_menuid("rod"), Keysrod, "GetGuns")
	
}


public LogEvent_RoundStart(id)
{
	
	if( ! is_user_alive( id ) )
	return HAM_IGNORED;

	if( ~ get_user_flags( id ) & ADMIN_LEVEL_C) 
	return HAM_IGNORED ;
	

	//give_item(player, "weapon_hegrenade")
	//give_item(player, "weapon_flashbang")
	give_item(id, "item_assaultsuit")
	give_item(id, "item_thighpack")
	
	cs_set_user_defuse( id, 1 );
	
	OpenVipMenu(id);
	return HAM_IGNORED ;

}
			
public OpenVipMenu(id) {
	show_menu(id, Keysrod, "\y[ ® \rKP Public \y] \wFREE VIP GUN^n^n \r[\y1\r] \wGet \rM4A1 \d+ \rDEAGLE ^n\r[\y2\r] \wGet \rAK47 \d+ \rDEAGLE^n \r[\y3\r] \wGet \rFAMAS \d+ \rDEAGLE ^n^n\y[\d0\y] \wExit^n", -1, "rod")
}
public GetGuns(id, keybord) {

	switch (keybord) {
		case 0: { 
            
			strip_user_weapons (id)
			give_item(id,"weapon_m4a1")
			give_item(id,"ammo_556nato")
			give_item(id,"ammo_556nato")
			give_item(id,"ammo_556nato")
			give_item(id,"weapon_deagle")
			give_item(id,"ammo_50ae")
			give_item(id,"ammo_50ae")
			give_item(id,"ammo_50ae")
			give_item(id,"ammo_50ae")
			give_item(id,"ammo_50ae")
			give_item(id,"ammo_50ae")
			give_item(id,"ammo_50ae")
			give_item(id,"weapon_knife")
			give_item(id, "item_assaultsuit");
			give_item(id, "item_thighpack");
			
                            }
		case 1: { 
            
			strip_user_weapons (id)
			give_item(id,"weapon_ak47")
			give_item(id,"ammo_762nato")
			give_item(id,"ammo_762nato")
			give_item(id,"ammo_762nato")
			give_item(id,"weapon_deagle")
			give_item(id,"ammo_50ae")
			give_item(id,"ammo_50ae")
			give_item(id,"ammo_50ae")
			give_item(id,"ammo_50ae")
			give_item(id,"ammo_50ae")
			give_item(id,"ammo_50ae")
			give_item(id,"ammo_50ae")
			give_item(id,"weapon_knife")
			give_item(id, "item_assaultsuit");
			give_item(id, "item_thighpack");
			

			}
		case 2: { 
            
			strip_user_weapons (id)
			give_item(id,"weapon_famas")
			cs_set_user_bpammo(id, CSW_FAMAS, 90);
			give_item(id,"weapon_deagle")
			cs_set_user_bpammo(id, CSW_DEAGLE, 35);
			give_item(id,"weapon_knife")
			give_item(id, "item_assaultsuit");
			give_item(id, "item_thighpack");

			}
		case 9: { 			
		}
	}
	return PLUGIN_CONTINUE
}

Аватар
OciXCrom
Извън линия
Owner
Owner
Мнения: 7206
Регистриран на: 06 Окт 2016, 19:20
Местоположение: /resetscore
Се отблагодари: 117 пъти
Получена благодарност: 1301 пъти
Обратна връзка:

C4 Stoped - More 2 C4 in Game

Мнение от OciXCrom » 01 Май 2020, 22:44

Try removing this line from the code:

Код за потвърждение: Избери целия код

cs_set_user_defuse( id, 1 );

Аватар
lantimilan
Извън линия
Foreigner
Foreigner
Мнения: 424
Регистриран на: 29 Ное 2017, 22:49
Се отблагодари: 31 пъти
Получена благодарност: 3 пъти

C4 Stoped - More 2 C4 in Game

Мнение от lantimilan » 02 Май 2020, 09:22

Thanks OciXCrom you can close this topic :D

Заключено
  • Подобни теми
    Отговори
    Преглеждания
     Последно мнение

Обратно към “Заявки за плъгини”

Кой е на линия

Потребители разглеждащи този форум: 0 регистрирани и 13 госта