Cerere Pluginuri RESPAWN

Categoria cu cereri de pluginuri si nu numai.

Moderators: Moderatori ajutatori, Moderatori, Echipa eXtreamCS.com

Forum rules
Accesează link-ul pentru a putea vedea regulile forumului

Daca doriti sa vi se modifice un plugin, va rugam postati aici .
User avatar
release
Membru, skill +1
Membru, skill +1
Posts: 427
Joined: 16 Feb 2012, 23:42
Detinator Steam: Nu
CS Status: Ma joc pe Zombie.Bestia.Ro
Detinator server CS: Zombie.Bestia.Ro
Reputatie: Membru Club eXtreamCS (2 luni)
Location: Nurnberg
Has thanked: 19 times
Been thanked: 2 times
Contact:

10 Nov 2012, 11:39

As avea si eu nevoie de urmatoarele pluginuri / configuratii.

1.Rezolvat
2. Rezolvat
3.dupa ce arunc o grenada sa astept nu stiu pana in 8-9 secunde si sa primesc alta automat , am activat faza cu 1 grenada dar sa fac cu 8- 9 secunde si sa primesc alta nu stiu.
4. Cand omori pe cineva sa iti dea 10 hp si la headshot 15 hp ....vreau pluginu ala
Last edited by release on 10 Nov 2012, 13:23, edited 2 times in total.
[url=http://www.gametracker.com/server_info/ ... 100:27015/]Image[/url
Y!M: release_cs1
Skype: stefan.knight1
RoyalServer
User avatar
Andrei.B
Fost administrator
Fost administrator
Posts: 6479
Joined: 17 Aug 2009, 09:15
Detinator Steam: Da
CS Status: Plecat pe mari si tari
Detinator server CS: Nu detin !
SteamID: andreybci94
Reputatie: Fost Membru Club eXtreamCS (o luna)
Fost Administrator
Nume anterior : bLack, Andrei,krusc
Contribuitor
Location: ConstanTa
Has thanked: 275 times
Been thanked: 557 times

10 Nov 2012, 12:27


Mereu in suflet culorile ( Roş -Albastru )
Image
ImageImage
User avatar
release
Membru, skill +1
Membru, skill +1
Posts: 427
Joined: 16 Feb 2012, 23:42
Detinator Steam: Nu
CS Status: Ma joc pe Zombie.Bestia.Ro
Detinator server CS: Zombie.Bestia.Ro
Reputatie: Membru Club eXtreamCS (2 luni)
Location: Nurnberg
Has thanked: 19 times
Been thanked: 2 times
Contact:

10 Nov 2012, 12:44

1. Rezolvat 3. Am rezolvat
Last edited by release on 11 Nov 2012, 22:46, edited 1 time in total.
[url=http://www.gametracker.com/server_info/ ... 100:27015/]Image[/url
Y!M: release_cs1
Skype: stefan.knight1
User avatar
release
Membru, skill +1
Membru, skill +1
Posts: 427
Joined: 16 Feb 2012, 23:42
Detinator Steam: Nu
CS Status: Ma joc pe Zombie.Bestia.Ro
Detinator server CS: Zombie.Bestia.Ro
Reputatie: Membru Club eXtreamCS (2 luni)
Location: Nurnberg
Has thanked: 19 times
Been thanked: 2 times
Contact:

11 Nov 2012, 22:46

Up!
careva cv?
Cand omori pe cineva sa iti dea 10 hp si la headshot 15 hp ....vreau pluginu ala
[url=http://www.gametracker.com/server_info/ ... 100:27015/]Image[/url
Y!M: release_cs1
Skype: stefan.knight1
User avatar
S3ekEr^
Utilizator neserios (tepar)
Utilizator neserios (tepar)
Posts: 3475
Joined: 06 Dec 2009, 12:47
Detinator Steam: Nu
Reputatie: Nume anterior: The Seeker , Reptyle
Fost Scripter
Fost super moderator
Utilizator neserios ( tepar )
Has thanked: 117 times
Been thanked: 329 times

12 Nov 2012, 11:55

-->
| Afiseaza codul
#include <amxmodx>
#include <fakemeta>

#define PLUGIN "Kill Bonus"
#define VERSION "1.0"
#define AUTHOR "anakin_cstrike"

new g_msghealth, g_CountKill = 0;

new toggle_plugin, toggle_max;

public plugin_init() 
{
	register_plugin( PLUGIN, VERSION, AUTHOR );
	register_event( "DeathMsg", "hook_death", "a" );
	register_logevent( "roundstart", 2, "1=Round_Start" );
	
	toggle_plugin = register_cvar( "killbonus_plugins", "1" );
	toggle_max = register_cvar( "killbonus_max", "245" );
	
	g_msghealth = get_user_msgid( "Health" );
}
public roundstart() g_CountKill = 0;

public hook_death()
{
	if( !get_pcvar_num( toggle_plugin ) )
		return 0;
		
	new k = read_data( 1 );
	new v = read_data( 2 );
	
	if( !k || !v )
		return 0;
	if( get_user_team( k ) == get_user_team( v ) )
		return 0;
		
	g_CountKill++;
	
	new Float: fHealth, Float: fTotal, Float:fMax;
	
	pev( k, pev_health, fHealth );
	fMax = float( get_pcvar_num( toggle_max ) );
	
	
	fTotal = fHealth + 10.0;
			
	( fTotal >= fMax )
	?
		Health( k, fMax )
	:
		Health( k, fTotal );
		
	
	return 0;
}

Health( index, Float: hp )
{
	message_begin( MSG_ONE, g_msghealth, {0,0,0}, index );
	write_byte( floatround( hp ) );
	message_end();
	
	set_pev( index, pev_health, hp );
}
User avatar
release
Membru, skill +1
Membru, skill +1
Posts: 427
Joined: 16 Feb 2012, 23:42
Detinator Steam: Nu
CS Status: Ma joc pe Zombie.Bestia.Ro
Detinator server CS: Zombie.Bestia.Ro
Reputatie: Membru Club eXtreamCS (2 luni)
Location: Nurnberg
Has thanked: 19 times
Been thanked: 2 times
Contact:

12 Nov 2012, 18:54

Am icnercat sal compilez si nu a mers, mi-a bagat eroarE:|
Pls poti sa mil compilezi tu? :)
[url=http://www.gametracker.com/server_info/ ... 100:27015/]Image[/url
Y!M: release_cs1
Skype: stefan.knight1
User avatar
xXxAdyxXx;x
Membru, skill +1
Membru, skill +1
Posts: 448
Joined: 23 Aug 2012, 15:44
Detinator Steam: Da
CS Status: Ma joc !
Detinator server CS: hNs.lunetisitii.ro
SteamID: it_allen90
Location: Suceava/Radauti
Has thanked: 18 times
Been thanked: 32 times
Contact:

12 Nov 2012, 19:29

Image
User avatar
release
Membru, skill +1
Membru, skill +1
Posts: 427
Joined: 16 Feb 2012, 23:42
Detinator Steam: Nu
CS Status: Ma joc pe Zombie.Bestia.Ro
Detinator server CS: Zombie.Bestia.Ro
Reputatie: Membru Club eXtreamCS (2 luni)
Location: Nurnberg
Has thanked: 19 times
Been thanked: 2 times
Contact:

12 Nov 2012, 22:11

ersi frumos a mers!
Am inca o problema, cum fac sa respawneze lumea la intamplare pe mapa? nu mereu in baza, vreau peste tot pe mapa random sa ii respawneze :|
[url=http://www.gametracker.com/server_info/ ... 100:27015/]Image[/url
Y!M: release_cs1
Skype: stefan.knight1
User avatar
DuhuLeTzu ;x
Membru, skill +2
Membru, skill +2
Posts: 649
Joined: 20 Oct 2012, 02:32
Detinator Steam: Da
Detinator server CS: DR.PLAYCS.RO
Has thanked: 5 times
Been thanked: 100 times

13 Nov 2012, 04:14

posteaza csdm.cfg ! Ti-l configurez eu.
Image
Image
User avatar
CsN^ ;x
Membru eXtream
Membru eXtream
Posts: 3560
Joined: 02 Apr 2012, 16:58
Detinator Steam: Nu
CS Status: Retras din domeniul Counter-Strike
Reputatie: Fost moderator
Location: Bucuresti
Has thanked: 797 times
Been thanked: 607 times

13 Nov 2012, 08:52

csdm.cfg | Afiseaza codul
;CSDM Configuration File
; Default settings by BAILOPAN

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the Main plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[settings]

;Sets whether CSDM is enabled or not.
enabled = 1

;Sets whether or not players should be stripped of weapons on round start
; (excludes knife)
strip_weapons = 1

;Sets how long weapons should stay on the ground for after being dropped
;in seconds.  note that enabling this can create lots of lag for clients 
; AND server.  0 is immediate, -1 is infinite.
weapons_stay = 0

;Sets the spawn mode.
; "none" - users spawn at normal map spawn points
; "preset" - csdm_spawn_preset.amxx required, uses predefined spawns in config files
; -- others may be supplied by 3rd party plugins
spawnmode = preset

;Sets whether the bomb is removed
remove_bomb = 1

;Sets the spawn waiting time
spawn_wait_time = 0.75

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the FFA plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[ffa]
;Set whether free for all mode is enabled by default
enabled = 0

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the Misc plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[misc]
;Map objectives are removed by their flags.
; a - as_ maps
; b - buyzones are removed
; c - cs_ maps
; d - de_ maps
remove_objectives = abcd

;Blocks people from using all buy commands
block_buy = 1

;Auto-refills ammo when it gets depleted
ammo_refill = 1

;Says a radio command to a player when they respawn
spawn_radio_msg = 0


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the ticketing plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[ticketing]

;Is round ticketing enabled?
enabled = 0

;Number of times a team can have players respawn before they stop
; being able to respawn
tickets = 150


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the protection plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[protection]

;Is spawn protection enabled?
enabled = 1

;Colors of glow shell, leave this in quotes
;The digits are R, G, B, A where A is the alpha transparency
; (as A gets higher, the glow shell is thicker)
colors = "0 255 0 200"

;Number of seconds someone is respawned for.
time = 2


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the equip plugin for these sections
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[equip]

;Equip Menu flags: 
; p - primary
; s - secondary
; a - armor
; g - grenade
; b - buy
menus = psa

;Autoitem flags:
; a - armor
; h - helmet
; g - grenades
; d - defusekit (CTs only!)
; n - nightvision
autoitems = ahg

;Grenade flags:
; f - flashbang
; h - he grenade
; s - smoke grenade
grenades = h

;Sets number of flashbangs given if
; grenades are enabled
fnadesnum = 1


;;;;;;;;;;;;;;;;
;;WEAPON MENUS;;
;;;;;;;;;;;;;;;;

;Format for weapon menus is:
;shortname "Display Name" menupage
;Change the '1' to a '0' to block the weapon
;Removing or moving things 
;  from the list will change the order of the menus!

[secondary]
usp USP 1
glock18 Glock 1
deagle Deagle 1
p228 P228 1
elite Elite 1
fiveseven "Five Seven" 1

[primary]
m4a1 M4A1 1
ak47 AK47 1
aug AUG 1
sg552 SG552 1
galil Galil 1
famas Famas 1
scout Scout 1
awp AWP 1
sg550 SG550 1
m249 M249 1
g3sg1 G3SG1 1
ump45 "UMP 45" 1
mp5navy "MP5 Navy" 1
m3 M3 1
xm1014 XM1014 1
tmp TMP 1
mac10 "Mac 10" 1
p90 P90 1

;List weapons here the bots can randomly have
;The short name must match one in the list above
[botsecondary]
deagle
usp

[botprimary]
ak47
m4a1
awp
galil
aug

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the item mode plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[items]

;Is item mode enabled?
enabled = 0

;If set to 1, players will drop a pack of goodies when they die.
drop_packs = 1

;Sets the number of armor given by a battery. Default is 15.
battery = 15

;Sets the number of health given by a medkit. Default is 15.
medkit = 15

;Sets the time to wait for an item to reappear on its place. Default is 20 (0 = permanent)
item_time = 20

;Sets how long packs stay on the ground. (Max is 30 seconds)
drop_time = 20

;Remove semicolons to restrict any of the following items
; or add the short weapon names of the weapons you want to restrict (m4a1, ak47, awp ...)
[item_restrictions]
;longjump
;medkit
;battery
;pistolammo
;rifleammo
;shotammo
;smgammo
;awpammo
;paraammo
;fullammo
;armor
Acesta e csdm-ul meu de la server vreau si eu ce a cerut release cand omor pe unu sati dea 10 HP si cand dai cap 15 :) .Multumesc !
Addons HNS level,gravity,xp DOWNLOAD ( e țeapă)
https://5filme.com/ - un simplu site de filme pentru timpul liber
User avatar
release
Membru, skill +1
Membru, skill +1
Posts: 427
Joined: 16 Feb 2012, 23:42
Detinator Steam: Nu
CS Status: Ma joc pe Zombie.Bestia.Ro
Detinator server CS: Zombie.Bestia.Ro
Reputatie: Membru Club eXtreamCS (2 luni)
Location: Nurnberg
Has thanked: 19 times
Been thanked: 2 times
Contact:

13 Nov 2012, 18:11

Csn fati un topic caci nu se vor potrivi si ma incurci!


http://www.girlshare.ro/31899153

Poftim a meu , fa pentru mine! :)
[url=http://www.gametracker.com/server_info/ ... 100:27015/]Image[/url
Y!M: release_cs1
Skype: stefan.knight1
User avatar
CsN^ ;x
Membru eXtream
Membru eXtream
Posts: 3560
Joined: 02 Apr 2012, 16:58
Detinator Steam: Nu
CS Status: Retras din domeniul Counter-Strike
Reputatie: Fost moderator
Location: Bucuresti
Has thanked: 797 times
Been thanked: 607 times

13 Nov 2012, 18:34

release wrote:Csn fati un topic caci nu se vor potrivi si ma incurci!


http://www.girlshare.ro/31899153

Poftim a meu , fa pentru mine! :)
dar de ce sa mai deschid eu inca un topic pentru aceias problema,nu mai fi asa rau ,asta e daca ai deschis tu unu si vreau aceias chestia ca a ta te rog frumos lasama daca spune cineva ca mie numi face voi face si eu alt topic cu aceias chestie ;)
PS: Cu ce te incurc ?
Addons HNS level,gravity,xp DOWNLOAD ( e țeapă)
https://5filme.com/ - un simplu site de filme pentru timpul liber
Post Reply

Return to “Cereri”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 39 guests