OTO Res & GL
Gönderilme zamanı: Pzt Mar 13, 2017 2:01 pm
OTO Res & GL bu plugin çalışmıyor ?
Kod: Tümünü seç
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "Blue"
#define TAG "[ Otores GL ]"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
set_task(60.0 ,"otores")
// Add your code here...
}
public otores(id)
{
server_cmd("amx_cvar sv_restart 1")
client_print(id,print_chat ,"%s 1 Dakikalik Restart Atilmistir", TAG)
client_print(0,print_chat ,"%s 1 Dakikalik Restart Atilmistir", TAG)
}
cormany666 yazdı:Bunu nereye yazacazğız ?