Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[JB]Yetkilerim
#3
Nobb dateline='' Wrote: Arkadaşlar Bende Bu Pluginden İstiyorum Lütfen Yardım Edin...

Zaten konusu açılmış bir isteğe tekrar mesaj atıp "ben de istiyorum" demenizin hiçbir anlamı yok. Eklenti yapıldığında konuda zaten paylaşılıcak.

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "GetFlags"
#define VERSION "1.0"
#define AUTHOR "akcaliberkk"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_clcmd("say /yetkilerim","ShowUserFlags")
}
public 
ShowUserFlags(id) {
    
    new 
message[248],flags[32];
    
get_flags(get_user_flags(id),flags,31)
    
formatex(message,247,"^4[CsPlague] ^3Mevcut Yetkileriniz: ^4%s",flags)
    
message_begin(MSG_ONE_UNRELIABLEget_user_msgid("SayText"),_id);
    
write_byte(id);
    
write_string(message);
    
message_end();



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
[JB]Yetkilerim - by mertcanen - 31-03-13, 23:15
Cevap: [JB]Yetkilerim - by Nobb - 01-04-13, 14:46
Cevap: [JB]Yetkilerim - by akcaliberkk - 01-04-13, 17:40
Cevap: [JB]Yetkilerim - by wolf5094 - 01-04-13, 21:31
Cevap: [JB]Yetkilerim - by mertcanen - 01-04-13, 23:35
Cevap: [JB]Yetkilerim - by wolf5094 - 02-04-13, 00:26
Cevap: [JB]Yetkilerim - by akcaliberkk - 02-04-13, 18:09
Cevap: [JB]Yetkilerim - by joedeniz08 - 11-01-14, 00:46
Cevap: [JB]Yetkilerim - by JDM - 11-01-14, 02:52
Cevap: [JB]Yetkilerim - by burhan9806 - 20-01-14, 20:34
Cevap: [JB]Yetkilerim - by JDM - 20-01-14, 20:38
Cevap: [JB]Yetkilerim - by burhan9806 - 20-01-14, 20:46
Cevap: [JB]Yetkilerim - by JDM - 20-01-14, 20:48
Cevap: [JB]Yetkilerim - by cropss - 31-07-14, 02:14
Cevap: [JB]Yetkilerim - by recep2 - 21-08-14, 00:44
Cevap: [JB]Yetkilerim - by Berkayi - 10-09-14, 23:39
Cevap: [JB]Yetkilerim - by ase57 - 28-09-14, 12:55

Foruma Atla:


Users browsing this thread: 1 Guest(s)