4en3rgY Romania
He Giver 2z8bv910
Welcome To 4EN3RGY Romania
Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. If you already have an account, login here - otherwise create an account for free today!

4en3rgY Romania


Nu sunteti conectat. Conectați-vă sau înregistrați-vă

He Giver

Vezi subiectul anterior Vezi subiectul urmator In jos  Mesaj [Pagina 1 din 1]

1He Giver Empty He Giver Sam 09 Apr 2011, 22:09

Viorel

ViorelFondator

Descriere: Acest plugin este facut pentru a-ti da din 5 in 5 secunde un HE.
Il foloesc pe modul Respawn

Descarcare:
Link 1: nsdap_he.amxx - 2.5 Kb
Link 2: [Trebuie sa fiti inscris si conectat pentru a vedea acest link]

* la girlshare trebuie sa stergi numele dinaintea nsdap_he.amxx

Nume: nsdap_he
Versiune: 0.1


Instalare:
1. Fisierul Fisierul nsdap_he.amxx il puneti in addons/amxmodx/plugins
2. Intrati in fisierul addons/amxmodx/configs/plugins.ini si adaugati la urma:


Cod:
nsdap_he

Moduri:

hamsandwich
csx
fun

Sma:
Cod:
#include <amxmodx>
#include <hamsandwich>
#include <csx>
#include <fun>

#define PLUGIN "nsdap_he"
#define VERSION "0.1"
#define AUTHOR "black metal"

#define TIME  5.0

public plugin_init() {
      register_plugin(PLUGIN, VERSION, AUTHOR)
 
      RegisterHam ( Ham_Spawn, "player", "fwHamPlayerSpawnPost", 1 );
}

public fwHamPlayerSpawnPost(id)
{
      if(get_user_team(id) == 1)
      {
              give_item(id, "weapon_hegrenade");
      }
}

public grenade_throw ( index, greindex, wId )
{
  if ( wId == CSW_HEGRENADE && get_user_team ( index ) ==  1 )
      set_task ( TIME, "give", index );
}

public give ( id )
{
  if  ( is_user_alive ( id ) )
      give_item ( id, "weapon_hegrenade" );
}

Vezi subiectul anterior Vezi subiectul urmator Sus  Mesaj [Pagina 1 din 1]

Subiecte similare

-

» Smoke Grenade Giver

Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum

 

Copyright @ 2010-2024 by 4en3rgY ~> All rights reserved.