Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
İki sorum var kodlarla ilgili.
#6
PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <fakemeta_util>

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

public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_logevent("eRoundStart",2,"1=Round_Start")
    
}
public 
eRoundStart() {
    
// Tüm Oyuncuların Silahlarını Sil
    
new players[32],inum;
    
get_players(players,inum)
    for(new 
i;i<inum;i++) {
        
fm_strip_user_weapons(players[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


Messages In This Thread
Cevap: İki sorum var kodlarla ilgili. - by akcaliberkk - 29-01-13, 00:21

Possibly Related Threads…
Thread Author Replies Views Last Post
  beyler bi sorum olcak ? anolog001234 2 3,301 25-07-14, 03:59
Last Post: bloody123
  amx_ ile ilgili bir kod onurcan321 11 10,172 28-12-13, 20:13
Last Post: CapsLocK67
  LR İle ilgili bir istek PhantomRui 7 3,069 31-07-13, 23:51
Last Post: akcaliberkk
  Baya bi sorum var hurracuran 7 2,814 25-03-13, 14:24
Last Post: JDM
  İki tane sorum var hurracuran 8 3,970 28-01-13, 01:23
Last Post: akcaliberkk
  Arkadaşlar 3 Küçük Sorum Olacak Sizlere momo12345 4 3,127 03-07-12, 18:06
Last Post: DeaTReX
  Plugin hakkında sorum olacaktı ? fener067 3 2,377 05-06-12, 12:21
Last Post: TAVUK31
  Acill Bakarmısınızz Jail Break İle İlgili styletolga 6 2,817 29-02-12, 19:44
Last Post: NiCoMeDiA
  Plugin hakkında sorum olacaktı ? fener067 2 2,036 03-02-12, 23:46
Last Post: ahmetberkay

Foruma Atla:


Users browsing this thread: