cerere plugin restrict bomb

Cereri de pluginuri noi, skinuri in CS, etc.

Moderators: Moderatori ajutatori, Moderatori, Echipa eXtreamCS.com

Post Reply
Shuya
Membru, skill 0
Membru, skill 0
Posts: 76
Joined: 22 Feb 2019, 18:40
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Fond eXtream: 0
Location: Harlau
Contact:

15 Apr 2023, 17:47

Salut, ma poate ajuta cineva cu un plugin care sa restrictioneze bomba cand un jucator se face predator adica sa nu mai poata da plant la bmb la ambele echipe sa fie restrict cand (server mod predator) multumesc
RoyalServer
User avatar
CyBer[N]eTicK
Membru, skill +1
Membru, skill +1
Posts: 190
Joined: 29 May 2020, 05:35
Detinator Steam: Da
CS Status: Strong & Original
Detinator server CS: BB.BLACKGAMES.RO
SteamID: /id/cybernetick_cbk/
Fond eXtream: 0
Location: Albania, tirana
Discord: cybernetick_cbk
Has thanked: 21 times
Been thanked: 18 times
Contact:

15 Apr 2023, 22:29

Poftim

Code: Select all

					/*
					*
					*
					* * * ***** ***** * ***** * * ***** * * * *
					* * * * * * * * * * ** * * ** * * * *
					* ****** ****** ****** * * ****** * * * * * * * * * * *
					* * * * * ******* * * * * * * * * * * * *
					* * * ***** ***** * * ***** * * ***** * * * *
					*
					*
					* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
					* AMX MOD X Script. *
					* Plugin made by CyBer[N]eTicK *
					* Important! You can modify the code, but DO NOT modify the author! *
					* Contacts with me: *
					* DISCORD: CyBer[N]eTicK#5615 *
					* STEAM: https://steamcommunity.com/id/CyBerNrcs/ *
					* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
					*
					* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
					* Special thanks to: *
					* 
					* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
					*
					*
					*/

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


					static const 
							PLUGIN_NAME[]			=		" PREDATOR DEZACTIVARE C4 ",
							PLUGIN_VERSION[]		=		" Finala ",
							PLUGIN_CREATOR[]		=		" CyBer[N]eTicK ";
	
												

					public plugin_init()
					{
						register_plugin(PLUGIN_NAME, PLUGIN_VERSION, PLUGIN_CREATOR);
						register_cvar("cyber_plugins", "1", FCVAR_SERVER | FCVAR_SPONLY); 

						register_event("CurWeapon","_predator_disabled_","be","1=1");
					}

					public _predator_disabled_(client){
						if(get_user_weapon(client) == CSW_C4){
							cs_set_user_plant(client, 0, 0);
							client_print(client, print_center, "C4 este dezactivat."); 
						}
					}
				


Post Reply

Return to “Cereri”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 2 guests