Sol Tarafa Gün Server İsmi İstek !
Gönderilme zamanı: Pzt Oca 16, 2017 6:26 pm
Evet Arkadaşlar JB Servereler İçin Sol tarafa Mavi Sw İsmi - Sw İp - Sw gün yazan plugin lazım elinde olan varsa atabilirmi ?
Kod: Tümünü seç
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#define PLUGIN "JaiLBreak Gun-Sebep"
#define VERSION "1.0"
#define AUTHOR "Sn!ffer"
#define USERTASK 921
#define UPDATEDELAY 1.0
new rounds, hudhandler
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
register_event("TextMsg","restart_roundsnum","a","2&#Game_C")
register_logevent("round_end", 2, "1=Round_End")
RegisterHam(Ham_Spawn, "player", "client_spawn", 1)
hudhandler = CreateHudSyncObj()
}
public round_end()
{
rounds ++
}
public restart_roundsnum()
{
rounds = 0
}
public client_disconnect(id)
{
if(task_exists(id + USERTASK))
{
remove_task(id + USERTASK)
}
}
public client_spawn(id)
{
if(task_exists(id + USERTASK))
{
remove_task(id + USERTASK)
}
set_task(UPDATEDELAY, "client_jailinfo", id + USERTASK, _, _, "b")
}
public client_jailinfo(TASKID)
{
static id
id = TASKID - USERTASK
set_hudmessage(0, 255, 255, -1.0, 0.0, 0, 6.0, 12.0)
ShowSyncHudMsg(id, hudhandler, "SERVER ISMI^nSW IP^n NİGHTBLUE GAMİNG ~ Gun -> %d", rounds)
}Kod: Tümünü seç
(amx_cvar) server_name "buraya server ismi yazın"
(amx_cvar) server_mesaj "buraya ip veya bir mesaj yazın"