Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Her El Farklı Silah
#1
Arkadaşlar 1hp Serveri için her el otomatik kendinden silah veren bir plugin istiyorum . Örneğin ;
1. EL : M4A1
2. EL : BOMBA
3. EL : ...
....

Gibi sürekli tekrarlancak . Yapacak Arkadaşlara şimdiden teşekkürler.
teknojoy.blogspot.com

GÜNCEL OYUN HİLELERİ

TEKNOLOJİK HABERLER

ÖZGÜN PAYLAŞIMLAR

Reply
#2
PHP Code:
/* Plugin generated by AMXX-Studio */

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

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "akcaliberkk"

new const g_weapons[] =
{
    
CSW_P228,
    
CSW_SCOUT,
    
CSW_XM1014,
    
CSW_MAC10,
    
CSW_AUG,
    
CSW_ELITE,
    
CSW_FIVESEVEN,
    
CSW_UMP45,
    
CSW_SG550,
    
CSW_GALIL,
    
CSW_FAMAS,
    
CSW_USP,
    
CSW_GLOCK18,
    
CSW_AWP,
    
CSW_MP5NAVY,
    
CSW_M249,
    
CSW_M3,
    
CSW_M4A1,
    
CSW_TMP,
    
CSW_G3SG1,
    
CSW_DEAGLE,
    
CSW_SG552,
    
CSW_AK47,
    
CSW_P90
}

new const 
g_max_bp[] =
{
    
52,
    
90,
    
32,
    
100,
    
90,
    
120,
    
100,
    
100,
    
90,
    
90,
    
90,
    
100,
    
120,
    
30,
    
120,
    
200,
    
32,
    
90,
    
120,
    
90,
    
35,
    
90,
    
90,
    
100
}

new 
gWeapName[24];

public 
plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
RegisterHam(Ham_Spawn"player","HamPlayerSpawnPost",1)
    
register_event("HLTV","eNewRound","a","1=0","2=0")
    
}
public 
eNewRound() {
    
gWeapName[0] = 0;
    new 
weapID;
    do {
        
weapID random_num(1,30);
    } while( 
weapID == || weapID == || weapID == || weapID == 25 || weapID == 29 )
    
    
get_weaponname(weapID,gWeapName,23)
}
public 
HamPlayerSpawnPost(id) {
    
give_item(id,gWeapName)
    
refill_weapons(id)
}


stock refill_weapons(id) {
    new 
weapons[32],inum;
    
get_user_weapons(id,weapons,inum)
    for(new 
i;i<inum;i++) {
        for(new 
a;sizeof(g_weapons); a++) {
            if(
weapons[i] == g_weapons[a]) {
                
cs_set_user_bpammo(id,weapons,g_max_bp[a])
            }
        }
    }

[/i][/i]


CS:GO ve CS 1.6 için ücretli eklenti yapılır.
Plugin yazmak isteyenlere yardımcı olabilirim.
Skype adresimden ulaşabilirsiniz:
destek_596
Steam: http://steamcommunity.com/id/ca-nemesis/

Reply
#3
Teşekkürler sağol.
teknojoy.blogspot.com

GÜNCEL OYUN HİLELERİ

TEKNOLOJİK HABERLER

ÖZGÜN PAYLAŞIMLAR

Reply
#4
Çözülmüş İsteklere Taşındı.
Steam ID: STEAM_1:0:70428872
Steam Name: Seps!s
Skype: jdm.csplague

Takdir ediliyorsan değil, Taklit ediliyorsan başarmışsın demektir.
Albert Einstein
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  El başı silah HijyeniK 2 4,683 10-02-18, 17:18
Last Post: Grafter
  [JB] 250 HP Plugini [ Farklı ] emre113 12 6,007 18-08-16, 13:50
Last Post: sarman06
  Sağlam Bi Ct Silah Menüsü MintonS 3 4,804 12-05-15, 15:00
Last Post: messert
  Say'den Silah Alma (Ha Gayret) Pikachu 21 6,807 21-02-15, 00:00
Last Post: eneskaraca55
  Silah menüsü HijyeniK 8 5,232 20-02-15, 23:55
Last Post: eneskaraca55
  Farklı Bir Hook Plugini reset44 6 6,271 21-08-14, 00:28
Last Post: recep2
  SIlah Menu yardım ugurdogan 5 7,746 27-07-14, 21:09
Last Post: ugurdogan
  Cs 1.6 Jail Server Açtım Ama T Doğduğunda ELine silah Geliyor Yardım starkovboy1 5 7,432 19-07-14, 20:47
Last Post: DeJaWuKiNq32
  [ISTEK] Yerden Silah Alma Serbest/Kapalı enharukalo 3 4,804 19-07-14, 06:19
Last Post: JellyB0N
  /silah sPeeXx 2 2,013 18-06-14, 13:42
Last Post: sPeeXx

Foruma Atla:


Users browsing this thread: 1 Guest(s)