[Cerere] Plugin

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 .
Post Reply
User avatar
Sadic
Membru, skill +2
Membru, skill +2
Posts: 502
Joined: 17 Nov 2012, 21:56
Detinator Steam: Da
CS Status: hardestly!
Detinator server CS: Da
SteamID: sadic_pgl
Location: in the middle
Has thanked: 64 times
Been thanked: 105 times

15 Oct 2013, 20:36

Salut, a-si dori 2 pluginuri:

a) HS = HE Grenade, pentru modul Respawn.
b) Server-ul este 24 sloturi (respawn), full aproape toata ziua, a-si dori daca se poate cand sunt 22 jucatori pe server sa adauge automat 2 BOTI pe server, 23 jucatori-1 BOT, pentru a mentine server-ul 24/24, iar cand un jucator la server 24/24 se conecteaza sa se poata conecta si sa elimine un SPECTATOR BOT. Si tot asa, sa fie o miscare contanta intre boti si jucatori.

Multumesc, ofer multumesc.
Citeşte-te pe tine însuţi!

YM!: [email protected] / Steam: sadic_pgl
RoyalServer 2
munir
Membru eXtream
Membru eXtream
Posts: 3193
Joined: 30 Aug 2012, 22:16
Detinator Steam: Da
CS Status: Fost scripter
Detinator server CS: Nu
SteamID: -
Reputatie: Fost super moderator
Restrictie schimbare nume
Nume anterior: falseq, cruyff
Location: Bucuresti
Has thanked: 342 times
Been thanked: 571 times
Contact:

15 Oct 2013, 20:49

a)

Code: Select all

#include < amxmodx >
#include < fun >



#define PLUGIN "HS = HE"
#define VERSION "0.1"


public plugin_init( )
{
	register_plugin( PLUGIN, VERSION, "falseq" );
	
	
	register_event( "DeathMsg", "ev_DeathMsg", "a" );
}

public ev_DeathMsg( )
{
	new iKiller = read_data( 1 );
	new iVictim = read_data( 2 );
	
	if( iKiller != iVictim )
	{
		if( read_data( 3 ) )
		{
			give_item( iKiller, "weapon_hegrenade" );
		}
	}
}
Retras
User avatar
Sadic
Membru, skill +2
Membru, skill +2
Posts: 502
Joined: 17 Nov 2012, 21:56
Detinator Steam: Da
CS Status: hardestly!
Detinator server CS: Da
SteamID: sadic_pgl
Location: in the middle
Has thanked: 64 times
Been thanked: 105 times

15 Oct 2013, 21:04

Multumesc, poti adauga si urmatorul mesaj pentru plugin:

[Respawn] Felicitari ! Deoarece ai dat HeadShot primesti o grenada automat !

Acest mesaj sa fie vazut doar de catre jucatorul respectiv.
Citeşte-te pe tine însuţi!

YM!: [email protected] / Steam: sadic_pgl
OneShot.
Membru, skill +2
Membru, skill +2
Posts: 719
Joined: 12 Sep 2011, 19:17
Detinator Steam: Da
Detinator server CS: drx.indungi.ro
SteamID: oneshot_01
Reputatie: Fost moderator ajutator
Nume anterior: OnlyHD
Location: Bucuresti
Has thanked: 196 times
Been thanked: 66 times
Contact:

15 Oct 2013, 21:21

.SMA | Afiseaza codul
#include < amxmodx >
#include < fun >



#define PLUGIN "HS = HE"
#define VERSION "0.1"


public plugin_init( )
{
   register_plugin( PLUGIN, VERSION, "falseq" );
   
   
   register_event( "DeathMsg", "ev_DeathMsg", "a" );
}

public ev_DeathMsg( )
{
   new iKiller = read_data( 1 );
   new iVictim = read_data( 2 );
   
   if( iKiller != iVictim )
   {
      if( read_data( 3 ) )
      {
         give_item( iKiller, "weapon_hegrenade" );
		    client_print(iKiller, print_chat, "[Respawn] Felicitari ! Deoarece ai dat HeadShot primesti o grenada automat !" );
      }
   }
}
User avatar
Sadic
Membru, skill +2
Membru, skill +2
Posts: 502
Joined: 17 Nov 2012, 21:56
Detinator Steam: Da
CS Status: hardestly!
Detinator server CS: Da
SteamID: sadic_pgl
Location: in the middle
Has thanked: 64 times
Been thanked: 105 times

16 Oct 2013, 17:11

Multumesc.
Dar pentru b) ?
Citeşte-te pe tine însuţi!

YM!: [email protected] / Steam: sadic_pgl
User avatar
HamletEagle
Fost moderator
Fost moderator
Posts: 750
Joined: 21 Sep 2013, 15:05
Detinator Steam: Da
CS Status: Inactiv cateva zile.
SteamID: privat
Reputatie: Fost Scripter eXtreamCS.com
Fost Moderator ajutator
Has thanked: 19 times
Been thanked: 85 times

16 Oct 2013, 20:21

In masterserver botii nu mai sunt cititi,deci e ca si cum nu l-ai pune.Daca tu ai 23 player+1 bot=24 in master si pe site-uri va fii tot 23.
Daca vreti ajutorul meu, nu dati bump la topic, fara intrebari de genu "cat mai dureaza/mai astept mult?".
User avatar
Sadic
Membru, skill +2
Membru, skill +2
Posts: 502
Joined: 17 Nov 2012, 21:56
Detinator Steam: Da
CS Status: hardestly!
Detinator server CS: Da
SteamID: sadic_pgl
Location: in the middle
Has thanked: 64 times
Been thanked: 105 times

17 Oct 2013, 09:27

Pe GT sunt cititi, poti realiza acest plugin?
Citeşte-te pe tine însuţi!

YM!: [email protected] / Steam: sadic_pgl
Post Reply

Return to “Cereri”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 38 guests