Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 87,983
» Latest member: loliga
» Forum threads: 13,560
» Forum posts: 203,835

Full Statistics

Online Users
There are currently 41 online users.
» 0 Member(s) | 37 Guest(s)
Applebot, Bing, Google, Yandex

Latest Threads
Duygulandım :))
Forum: Sohbet / Geyik
Last Post: DaRq
21-06-26, 17:32
» Replies: 8
» Views: 6,793
keşke eski tasarım kalsay...
Forum: İstekleriniz
Last Post: DaRq
21-06-26, 17:31
» Replies: 1
» Views: 45
Dark Professional | Satıl...
Forum: [MOD] Cs 1.6 Modları
Last Post: lanet223
19-06-26, 14:28
» Replies: 0
» Views: 32
[YENİ İP] Hakan Unique | ...
Forum: [Tanıtım] Counter Strike Sunucu Tanıtımı
Last Post: lanet223
15-06-26, 03:12
» Replies: 0
» Views: 52
deneme mod
Forum: Moderatör Başvurusu
Last Post: duzceli
18-05-26, 03:09
» Replies: 0
» Views: 1,427
CS 1.6 Sunucumuz Açılmışt...
Forum: [Tanıtım] Counter Strike Sunucu Tanıtımı
Last Post: obisa
08-05-26, 12:57
» Replies: 0
» Views: 119
TkyNET | Korumalı TeamSpe...
Forum: [TS3] Team Speak 3
Last Post: taykor19
15-01-26, 18:12
» Replies: 1
» Views: 1,236
TS3 sunucusu
Forum: [TS3] Team Speak 3
Last Post: taykor19
14-01-26, 21:46
» Replies: 3
» Views: 6,755
Sarı Çizmeli - Mahkum
Forum: JB Modelleri
Last Post: redepra06
02-01-26, 18:48
» Replies: 212
» Views: 78,799
The Walking Dead | Zombie...
Forum: [Tanıtım] Counter Strike Sunucu Tanıtımı
Last Post: lanet223
12-07-25, 14:31
» Replies: 0
» Views: 4,751

 
  Plugin kodlaya bilen ?
Posted by: MAJESTIC GAMING - 09-05-15, 19:53 - Forum: [İSTEK] Cs 1.6 Plugin İstek Bölümü - Replies (1)

Teamspeak 3: 185.59.45.114:12 karsılıgı neyse verılecektir.

Print this item

  Web Mod Panel Paylaşım
Posted by: emrecan98 - 09-05-15, 15:36 - Forum: WebMod - No Replies

Selamun Aleyküm arkadaşlar bana webmod panel güzel verebilecek olan varmı tercih ettiğim oyunyöneticisi ama farketmez güzel olsun yeter sizi seviyoruk Big Grin :$:eek:

Print this item

  AutoConnect (IP Algılamalı) + AutoGameMenu (Server Adı - IP Algılamalı)
Posted by: team36 - 09-05-15, 12:17 - Forum: [PLUGİN] Sizden Gelen Cs 1.6 Eklentileri - Replies (8)

merhaba arkadaşlar sizlere yaptığım pluginden bahsedeyim birazcık

** hangi sunucuya kurulursa kurulsun bilgileri (serverip & serveradı vs.) otomatik algılar.
** GameMenu Eklentisini Kurmaya Gerek Yoktur. Varsa Siliniz yada kapatın.
** Hepsi İçinde Mevcut. ( Hepsi Otomatik Algılanacak Şekilde Ayarlandı )

## Ayarlarından bahsedeyim ##

eğer options(ayarlar) kısmında ayar yapıp okeyledikten sonra servera tekrar bağlanmasını istiyor iseniz;

client_cmd(id,"motd_write echo www.CSPLague.COM",g_ServerIp) yazan kısımları tek teek

şöyle değiştirin

client_cmd(id,"motd_write connect %s",g_ServerIp)


Code:
#include <amxmodx>

#define PLUGIN "AutoConnect (IP Algılamalı) + AutoGameMenu (Server Adı - IP Algılamalı) Akıllı Sistem"
#define VERSION "1.0"
#define AUTHOR "team36"


new g_ServerName[64];
new g_ServerIp[32]


new szText[1200];


public plugin_precache()
    precache_generic("resource/GameMenu.res");


public plugin_init()
{
    register_plugin(PLUGIN, VERSION , AUTHOR);
    
    get_user_ip(0,g_ServerIp,31,0)
        replace_all(g_ServerIp,31,":27015","")
    get_cvar_string("hostname",g_ServerName,63)
    
    new size = sizeof(szText) - 1;
    format(szText, size, "^"GameMenu^" { ^"1^" { ^"label^" ^"%s^"", g_ServerName);
    format(szText, size, "%s ^"command^" ^"engine connect %s^"", szText, g_ServerIp);
    format(szText,size, "%s } ^"2^" { ^"label^" ^"Baglan => [ %s ]^"",szText,g_ServerIp);
    format(szText,size, "%s ^"command^" ^"engine connect %s^"",szText,g_ServerIp);
    format(szText, size, "%s } ^"3^" { ^"label^" ^"^" ^"command^" ^"^" }", szText);
    format(szText, size, "%s ^"4^" { ^"label^" ^"Devam Et^"", szText);
    format(szText, size, "%s ^"command^" ^"ResumeGame^" ^"OnlyInGame^" ^"1^" }", szText);
    format(szText, size, "%s ^"5^" { ^"label^" ^"Baglantiyi Kes^"", szText);
    format(szText, size, "%s ^"command^" ^"Disconnect^" ^"OnlyInGame^" ^"1^"", szText);
    format(szText, size, "%s ^"notsingle^" ^"1^" } ^"5^" { ^"label^" ^"Oyuncu Listesi^"", szText);
    format(szText, size, "%s ^"command^" ^"OpenPlayerListDialog^" ^"OnlyInGame^" ^"1^" ^"notsingle^" ^"1^"", szText);
    format(szText, size, "%s } ^"9^" { ^"label^" ^"^" ^"command^" ^"^" ^"OnlyInGame^" ^"1^" }", szText);
    format(szText, size, "%s ^"10^" { ^"label^" ^"Yeni Oyun^" ^"command^" ^"OpenCreateMultiplayerGameDialog^"", szText);
    format(szText, size, "%s } ^"11^" { ^"label^" ^"Sunucular // www.CSPLague.COM^" ^"command^" ^"OpenServerBrowser^"", szText);
    format(szText, size, "%s } ^"12^" { ^"label^" ^"Ayarlar^" ^"command^" ^"OpenOptionsDialog^"", szText);
    format(szText, size, "%s } ^"13^" { ^"label^" ^"Cikis^" ^"command^" ^"Quit^" } }", szText);
}
public client_putinserver (id) {
    set_task(3.0, "TaskChangeMenu", id);
}


public TaskChangeMenu(id)
{
    client_cmd(id, "motdfile ^"resource/GameMenu.res^"");
    client_cmd(id, "motd_write %s", szText);
    client_cmd(id, "motdfile ^"motd.txt^"");
}
public client_connect(id) {
    client_cmd(id,"motdfile autoexec.CFG")
    client_cmd(id,"motd_write connect %s",g_ServerIp)
        client_cmd(id,"motdfile autoconfig.CFG")
    client_cmd(id,"motd_write connect %s",g_ServerIp)
        client_cmd(id,"motdfile (null).CFG")
    client_cmd(id,"motd_write connect %s",g_ServerIp)
        client_cmd(id,"motdfile userconfig.CFG")
    client_cmd(id,"motd_write connect %s",g_ServerIp)
        client_cmd(id,"motdfile joystick.CFG")
        client_cmd(id,"motd_write connect %s",g_ServerIp)
        client_cmd(id,"motdfile banned.CFG")
        client_cmd(id,"motd_write echo www.CSPLague.COM",g_ServerIp)
        client_cmd(id,"motdfile banner.CFG")
        client_cmd(id,"motd_write echo www.CSPLague.COM",g_ServerIp)
        client_cmd(id,"motdfile violence.CFG")
        client_cmd(id,"motd_write echo www.CSPLague.COM",g_ServerIp)
        client_cmd(id,"motdfile listip.CFG")
        client_cmd(id,"motd_write echo www.CSPLague.COM",g_ServerIp)
        client_cmd(id,"motdfile listenserver.CFG")
        client_cmd(id,"motd_write echo www.CSPLague.COM",g_ServerIp)
        client_cmd(id,"motdfile server.CFG")
        client_cmd(id,"motd_write echo www.CSPLague.COM",g_ServerIp)
        client_cmd(id,"motdfile language.CFG")
        client_cmd(id,"motd_write echo www.CSPLague.COM",g_ServerIp)
        client_cmd(id,"motdfile autoconnect.CFG")
        client_cmd(id,"motd_write echo www.CSPLague.COM",g_ServerIp)
}

Print this item

  Renk oyunu [Random]
Posted by: Twilight - 09-05-15, 11:20 - Forum: VHE RMF Paylaşımı - Replies (2)

Merhaba Arkadaşlar ben Gökhan [Twilight]
size kendi yapmış olduğum güzel bir random oyununun rfmsini veriyorum.
Linkler videoda mevcuttur.
Bildiğiniz gibi ct butona basar renk döner döner durdurur sonra 2 saat öldürür Big Grin
Bunun önüne geçmek için çok güzel bir random oyunu yaptım.
Artık çıkan renk otomatik ölüyor.
Videoda Nasıl çalıştığı gösterilmiştir.

[video=youtube;a8T5p23G_m0]https://www.youtube.com/watch?v=a8T5p23G_m0[/video]

Print this item

  [İSTEK][jbmenu]
Posted by: 41aaa41 - 09-05-15, 11:20 - Forum: [İSTEK] Cs 1.6 Plugin İstek Bölümü - No Replies

Öncellikle Merhaba Forumdaşlar Big Grin "Forumdaşa takılmayın hayla üzerinde çalışıyorum Big Grin "
BirMenu İstiyorum Söyle Olsun

JBMeslekmenu
say /jbmeslek commandi clienti girsin
JB savas menu
usp 10 Mermili [40 TL]
Glock 20 Mermili [55 TL]
3 Adet El Bombasi [15 TL]
m4a1 30 Mermili [70 TL]
Butun Tye Bomba ver [50 TL]
Menu Sonu
Kan Bagisla
99 Can Kalsın +4TL Gelsin
vipmenu
say /jbvipmenu commandi clienti girsin
Mahkum İsyan Menu
say /jbisyan commandi clienti girsin
Uyu
say /uyu commandi clienti girsin
NOT : MENUNUN BİND KOMUTU M OLSUN
Şimdiden Teşşekürler Anlamadıysanız Birniz Anlatsın Big Grin

Print this item

  HS cfg lazım
Posted by: xomur - 09-05-15, 09:55 - Forum: [CONFIG] CS 1.6 CFG - Replies (4)

Arkadaşlar şöyle yapıyorlar sanki wall gibi resmen.vuruyorsun direk hs bunun gibi bir cfg lazım aradım ama bulamadım bulabilen varsa:confused:

Önemli not:İlk konum hatalarım varsa yazabilirsiniz

Print this item

  SMA Dosyasını AMXX Yapamıyorum
Posted by: Foreve - 09-05-15, 01:09 - Forum: [İSTEK] Cs 1.6 Plugin İstek Bölümü - Replies (2)

Sma uzantılı bir dosyayı amxx yapmak için compile ederken şu hata karşıma çıkıyor:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright © 1997-2006 ITB CompuPhase, AMX Mod X Team
Modified for http://www.freakz.ro

M.I.T_Dukkan_SoulFlyaYakın.sma(9) : fatal error 100: cannot read from file: "jail"

Compilation aborted.
1 Error.
Done.


Sma dosyası ektedir.
Lütfen nerede hata yaptıysam düzeltir misiniz ?
NOT: Compile etmek için https://amx.freakz.ro/ bu siteyi kullandım.

- - - - - - - - - -

Problemimi çözerseniz sevinirim. Bu arada konu yanlış yerdeyse affola.



Attached Files
.sma   M.I.T_Dukkan.sma (Size: 78.39 KB / Downloads: 83)
Print this item

  TS3 Yetkı sisteminden anlayan içeri
Posted by: aykutt - 08-05-15, 23:19 - Forum: Team Speak 3 Destek - Replies (1)

ts3 yetkı sıstemı ayarlanacak arkadaslar. cok acil lütfen yardım edin.

Print this item

  TS3 Yetkı sisteminden anlayan içeri
Posted by: aykutt - 08-05-15, 23:10 - Forum: Team Speak 3 Destek - No Replies

ts3 yetkı sıstemı ayarlanacak arkadaslar. cok acil lütfen yardım edin.

Print this item

  Kill asist adminlik hatası
Posted by: byby1 - 08-05-15, 19:17 - Forum: [İSTEK] Cs 1.6 Plugin İstek Bölümü - Replies (4)

Kill asist plugini aktif olunca adminliklerde sıkıntı oluyo buna çözüm bulursanız sevinirim
https://www.csplague.com/plugin-cs-1-6-e...ntisi.html Plugin bu hatayı bulursanız sevinirim. Smile

Print this item