CSPLague
Host - 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: Host (/showthread.php?tid=6605)



Host - dracula266 - 03-02-13

Slm Arkadaslar veya adminler ;


Bazı Serverlerde


Bu Server "MGA" Tarafından host edilmektedir..
kufur,hile vb seyler yasaktır yazıyor bu pluginse yapıcak varmı


Cevap: Host - akcaliberkk - 04-02-13

PHP Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Host Bilgi"
#define VERSION "1.0"
#define AUTHOR "akcaliberkk"


public plugin_init() {
    
register_plugin(PLUGIN,VERSION,AUTHOR)
    
    
set_task(120.0"Bilgi"___"b")
}

public 
Bilgi() {
    
client_print(0,print_chat,"Bu Server ^"MGA^" Tarafından host edilmektedir..")
    
client_print(0,print_chat,"Kufur, Hile vb Seyler Yasaktir.")




Cevap: Host - akcaliberkk - 17-02-13

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