Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
her elbaşı hava kararsın
#2
PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <cstrike>
#include <engine>

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


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_logevent("eRS",2,"1=Round_Start")
}
public 
eRS() {
    new 
players[32],inum;
    
get_players(players,inum)
    static 
id;
    for(new 
i;i<inum;i++) {
        
id players[i];
        if(
get_user_team(id) == 2) {
            
give_item(id,"weapon_m4a1")
            
cs_set_user_bpammo(id,CSW_M4A1,90)
        }
        if(
get_user_team(id) == 1) {
            
give_item(id,"item_nvgs")
        }
    }
    
set_lights("a")    



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


Messages In This Thread
her elbaşı hava kararsın - by 41aaa41 - 25-04-13, 20:19
Cevap: her elbaşı hava kararsın - by akcaliberkk - 25-04-13, 20:39

Possibly Related Threads…
Thread Author Replies Views Last Post
  Elbaşı hegrande bombası, mermi fulleme, can yeleği, 3N3S 19 7,638 24-04-15, 19:33
Last Post: Leapar
  deathrun Elbaşı Vip 41aaa41 3 3,250 20-10-13, 14:18
Last Post: JDM
  El Başı Karanlık Hava Eklentisi ve CT Silah Eklentisi 41aaa41 6 4,763 14-08-13, 18:46
Last Post: akcaliberkk
  Elbası mermi yelek verme msltr4848 5 7,970 19-03-13, 22:37
Last Post: akcaliberkk

Foruma Atla:


Users browsing this thread: 1 Guest(s)