Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Kërko Redirekt-IP [+SHQIP]
#24
me mir do dukej keshtu

Code:
#include <amxmodx> #define PLUGIN "RD" #define VERSION "1.0" #define AUTHOR "ScrappeR" public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) register_concmd("say /zm","zombie") register_concmd("say_team /zm","zombie") register_concmd("say /cs", "gaming") register_concmd("say_team /cs", "gaming") register_concmd("say /dr", "deathrun") register_concmd("say_team /dr", "deathrun") } public zombie(id) { client_cmd(id, "Connect 123.123.123.123:27015") client_print(0, print_chat,"Un kyqna tek serveri: ZombiePlague.") } public gaming(id) { client_cmd(id, "Connect 123.123.123.123:27016") client_print(0, print_chat,"Un kyqna tek serveri: GaminG.") } public deathrun(id) { client_cmd(id, "Connect 123.123.123.123:27017") client_print(0, print_chat,"Un kyqna tek serveri: DeathRun.") }
[GodFatheR TM] kaLLabuNNga
bLoG : help4cstrike.blogspot.com
Fb : www.facebook.com/help4cstrike
Reply }}}}
Thanks given by:
Thanks given by:
Thanks given by:


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)