CSPLague
her elbaşı hava kararsın - Printable Version

+- CSPLague (https://www.csplague.com)
+-- Forum: CS 1.6 Plugin (Eklenti) Bölümü (https://www.csplague.com/forumdisplay.php?fid=6)
+--- Forum: [İSTEK] Cs 1.6 Plugin İstek Bölümü (https://www.csplague.com/forumdisplay.php?fid=80)
+---- Forum: Çözülmüş İstekler (https://www.csplague.com/forumdisplay.php?fid=87)
+---- Thread: her elbaşı hava kararsın (/showthread.php?tid=7351)



her elbaşı hava kararsın - 41aaa41 - 25-04-13

Merhaba


Her El Başı CT ye m4a1 GitsinVede
PHP Code:
set_lights a 

Olsun Ama T Takıımı Gece Görüşü Olsun
Teşekurler


Cevap: her elbaşı hava kararsın - akcaliberkk - 25-04-13

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")    




Cevap: her elbaşı hava kararsın - 41aaa41 - 26-04-13

Konu Çözüldü Eyvallah Berkabi


Cevap: her elbaşı hava kararsın - akcaliberkk - 26-04-13

Çözülmüş İsteklere taşındı.