Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Yardım TS3 PLUGINI
#3
Ben bunu kullanıyorum Bide bunu dene istersen

#include <amxmodx>
#include <amxmisc>


#define PLUGIN "TS3 Gelismis"
#define VERSION "1.0"
#define AUTHOR "akcaliberkk"


#include <amxmodx>
#include <amxmisc>


new cvar_sv,cvar_svpw,cvar_ch,cvar_chpw,cvar_port;
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)

register_clcmd("say /ts3","BuildLink")

cvar_port = register_cvar("ts3_port","118")
cvar_sv = register_cvar("ts3_server","TurkiyeNetwork.gen.tr")
cvar_svpw = register_cvar("ts3_serverpw","")
cvar_ch = register_cvar("ts3_channel","")
cvar_chpw = register_cvar("ts3_channelpw","")

}
public BuildLink(id) {

new szPort[6],szSV[32],szSVPW[32],szCH[32],szCHPW[32];
get_pcvar_string(cvar_port,szPort,5)
get_pcvar_string(cvar_sv,szSV,31)
get_pcvar_string(cvar_svpw,szSVPW,31)
get_pcvar_string(cvar_ch,szCH,31)
get_pcvar_string(cvar_chpw,szCHPW,31)

new channel[32];
formatex(channel,31,"&channel=%s",szCH)
new channelpw[32];
formatex(channelpw,31,"&channelpassword=%s",szCHPW)
new serverpw[32];
formatex(serverpw,31,"&password=%s",szSVPW)

new szLink[128];
formatex(szLink,127,"ts3server://%s?port=%s%s%s%s",szSV,!szPort[0] ? "9987" : szPort , !szCH[0] ? "" : channel, !szCHPW[0] ? "" : channelpw, !szSVPW[0] ? "" : serverpw)

ConnectServer(id,szLink)

}
public ConnectServer(id,szLink[]) {

new motd[256];
formatex(motd, 255,"<html><head><meta http-equiv=^"Refresh^" content=^"0;url=%s^"></head><body><p><center>BAGLANILIYOR...</center></p></body></html>",szLink);

show_motd(id, motd);

}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1055\\ f0\\ fs16 \n\\ par }
*/

- - - - - - - - - -

Gerçi ikisinide ayni kişi yapmış
Reply


Messages In This Thread
Yardım TS3 PLUGINI - by nihat331333 - 13-02-15, 13:39
Cevap: Yardım TS3 PLUGINI - by memoaho123 - 13-02-15, 17:25
Cevap: Yardım TS3 PLUGINI - by 74ertan - 13-02-15, 18:33
Cevap: Yardım TS3 PLUGINI - by Nopain - 13-02-15, 18:38
Cevap: Yardım TS3 PLUGINI - by Nopain - 14-02-15, 20:32

Possibly Related Threads…
Thread Author Replies Views Last Post
  Auto-Connect Plugini adiosamigo 6 6,516 09-12-19, 08:31
Last Post: rezi072
  WebSiteBot plugini edit mahmutt159 21 10,603 09-12-17, 04:30
Last Post: exelds78
  Hook,grab,rope plugini ayar jackdalton06 13 9,506 09-12-17, 04:29
Last Post: exelds78
  [EDİT] Banka Plugini pandora158 9 12,142 09-12-17, 04:28
Last Post: exelds78
  Shop Plugini counter3 12 8,191 09-12-17, 04:26
Last Post: exelds78
  Nick Sifreleme Plugini xLdeJavu 10 6,302 09-12-17, 04:24
Last Post: exelds78
  Jailde jetpack plugini sallyreer 2 7,339 09-12-17, 04:24
Last Post: exelds78
  Çıkıp Giren Rev Alıyor Yardım! Spydevil19 2 4,631 09-12-17, 04:21
Last Post: exelds78
  [JB] FastDownload Plugini -Csduragi Sorunu bunyo67900 5 6,665 09-12-17, 04:18
Last Post: exelds78
  Sabit Değişen Üst Reklam Plugini werr2 2 5,609 09-12-17, 04:17
Last Post: exelds78

Foruma Atla:


Users browsing this thread: 1 Guest(s)