smayı php şeklinde buraya yazarsan ayarlarız
smayı php şeklinde buraya yazarsan ayarlarız
[ OSMANLI IMP # F-TIPI JAILBREAK ]
[ İMAN AHLAK ADALET ]
[ Pit10 ]
-facebook-
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
-diğer sosyal ağlarımız-
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
[
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
PHP- Kodu:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#define PLUGIN "Jail Break: Basic Info"
#define VERSION "1.0"
#define AUTHOR "Sn!ff3r"
#define USERTASK 921
#define UPDATEDELAY 1.0
new static reasons[][] = {
"High | Scream"
}
new userreason[33]
new rounds, hudhandler
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
register_event("TextMsg","restart_roundsnum","a","2&#Game_C"/*,"2&#Game_w"*/)
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)
{
userreason[id] = -1
if(task_exists(id + USERTASK))
{
remove_task(id + USERTASK)
}
}
public client_spawn(id)
{
if(task_exists(id + USERTASK))
{
remove_task(id + USERTASK)
}
if(get_user_team(id) == 1)
{
userreason[id] = random_num(0, sizeof reasons - 1)
set_task(UPDATEDELAY, "client_jailinfo", id + USERTASK, _, _, "b")
}
}
public client_jailinfo(TASKID)
{
static id
id = TASKID - USERTASK
set_hudmessage(255, 0, 0, 0.0, 0.25, 0, 6.0, 12.0)
ShowSyncHudMsg(id, hudhandler, "%s || %d. gun", reasons[userreason[id]],rounds)
}
Konu xRteam45 tarafından (21-05-14 Saat 17:58 ) değiştirilmiştir.
"Türkiye'nin ilk ve tek Zombi Mod V2.0 Server!"
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
__________________________________________________
Güncel IP:
95.173.173.180:27015
__________________________________________________
@xRteam45 bunu sağ tarafa almak mümkünmü ?
Önemli olan yere düşüp düşmemen değil,tekrar ayağa kalkıp kalkmamandır.
Skype : oguzhan.ceylan.9
wAnderer`s # JailBreak Gaming 95.173.173.161
@oguzhan22, Arkadaşın istediğini yaptım?
"Türkiye'nin ilk ve tek Zombi Mod V2.0 Server!"
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
__________________________________________________
Güncel IP:
95.173.173.180:27015
__________________________________________________
Sağ taraf için:
->PHP- Kodu:
public client_jailinfo(TASKID)
{
static id
id = TASKID - USERTASK
set_hudmessage(255, 0, 0, 0.0, 0.25, 0, 6.0, 12.0)
ShowSyncHudMsg(id, hudhandler, "%s || %d. gun", reasons[userreason[id]],rounds)
}
EDIT:PHP- Kodu:
public client_jailinfo(TASKID)
{
static id
id = TASKID - USERTASK
set_hudmessage(255, 0, 0, 0.8, 0.1, 0, 6.0, 12.0)
ShowSyncHudMsg(id, hudhandler, "%s || %d. gun", reasons[userreason[id]],rounds)
}
Eğer komple sunucu adını yazmasını istiyorsan(yani kısaltma kullanılmadan) bunu dene ->
PHP- Kodu:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#define PLUGIN "Jail Break: Basic Info"
#define VERSION "1.0"
#define AUTHOR "Sn!ff3r"
#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"/*,"2&#Game_w"*/)
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)
}
if(get_user_team(id) == 1) {
set_task(UPDATEDELAY, "client_jailinfo", id + USERTASK, _, _, "b")
}
}
public client_jailinfo(TASKID) {
static id
id = TASKID - USERTASK
new szHostName[64]
get_cvar_string("hostname", szHostName, charsmax(szHostName));
set_hudmessage(255, 0, 0, 0.8, 0.1, 0, 6.0, 12.0)
ShowSyncHudMsg(id, hudhandler, "%s || %d. gun", szHostName,rounds)
}
![]()
Konu JDM tarafından (22-05-14 Saat 15:59 ) değiştirilmiştir.
Steam ID: STEAM_1:0:70428872
Steam Name: Seps!s
Skype: jdm.csplague
Takdir ediliyorsan değil, Taklit ediliyorsan başarmışsın demektir.
Albert Einstein
@JDM sağ taraf için php kodun da sıkıntı var saınırım sma hatalı hatası aldım.
Önemli olan yere düşüp düşmemen değil,tekrar ayağa kalkıp kalkmamandır.
Skype : oguzhan.ceylan.9
wAnderer`s # JailBreak Gaming 95.173.173.161
Kendi yaptığını buraya atar mısın? Benim yazdığımda bir sıkıntı yok sen eksik kopyalamış olabilirsin.
Steam ID: STEAM_1:0:70428872
Steam Name: Seps!s
Skype: jdm.csplague
Takdir ediliyorsan değil, Taklit ediliyorsan başarmışsın demektir.
Albert Einstein
PHP- Kodu:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#define PLUGIN "Jail Break: Basic Info"
#define VERSION "1.0"
#define AUTHOR "Sn!ff3r"
#define USERTASK 921
#define UPDATEDELAY 1.0
new static reasons[][] = {
"High | Scream"
}
new userreason[33]
new rounds, hudhandler
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
register_event("TextMsg","restart_roundsnum","a","2&#Game_C"/*,"2&#Game_w"*/)
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)
{
userreason[id] = -1
if(task_exists(id + USERTASK))
{
remove_task(id + USERTASK)
}
}
public client_spawn(id)
{
if(task_exists(id + USERTASK))
{
remove_task(id + USERTASK)
}
if(get_user_team(id) == 1)
{
userreason[id] = random_num(0, sizeof reasons - 1)
set_task(UPDATEDELAY, "client_jailinfo", id + USERTASK, _, _, "b")
}
}
public client_jailinfo(TASKID)
{
static id
id = TASKID - USERTASK
set_hudmessage(255, 0, 0, 0.0, 0.25, 0, 6.0, 12.0)
ShowSyncHudMsg(id, hudhandler, "%s || %d. gun", reasons[userreason[id]],rounds)
}
Önemli olan yere düşüp düşmemen değil,tekrar ayağa kalkıp kalkmamandır.
Skype : oguzhan.ceylan.9
wAnderer`s # JailBreak Gaming 95.173.173.161
Eklentide bir sorun yok? Bende gayet iyi derledi?
EDIT:
Sanırım sol kodlarını sağ kodlarıyla değiştirmemişsin...
https://www.csplague.com/istek-cs-1-...tml#post265090
Burada yazdıklarımı kontrol et tekrar.
Steam ID: STEAM_1:0:70428872
Steam Name: Seps!s
Skype: jdm.csplague
Takdir ediliyorsan değil, Taklit ediliyorsan başarmışsın demektir.
Albert Einstein