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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 70,850
» Latest member: blablahldc
» Forum threads: 38,148
» Forum posts: 351,856

Full Statistics

Online Users
There are currently 435 online users.
» 0 Member(s) | 433 Guest(s)
Applebot, Google

Latest Threads
Ilir 'washere' Amati - AI...
Forum: CS - Config. (CFG)
Last Post: alking1
06-08-2026, 09:35 AM
» Replies: 1
» Views: 129
[Zombie Outstanding] +.Sm...
Forum: AMX - Addon's
Last Post: Learti Zm
06-07-2026, 01:46 PM
» Replies: 7
» Views: 323
Knife Addons @ 2016 New
Forum: AMX - Addon's
Last Post: Mr.Patr1k
06-07-2026, 09:49 AM
» Replies: 8
» Views: 287
Rreth pyetjes "A krijoi Z...
Forum: Feja Islame
Last Post: SHTRIGA
06-06-2026, 08:40 PM
» Replies: 3
» Views: 254
Lule MOD |FUNNY|
Forum: AMX - Addon's
Last Post: Learti Zm
06-06-2026, 07:56 PM
» Replies: 10
» Views: 1,069
Kërko Addons [+SHQIP]
Forum: AMX - Addon's
Last Post: Learti Zm
06-06-2026, 05:09 PM
» Replies: 1,138
» Views: 89,595
[Tutorial] Clean, Optimiz...
Forum: CS - Tutorial's - Tip & Tricks
Last Post: washere
06-06-2026, 11:56 AM
» Replies: 0
» Views: 85
Addons Zombie Plague v6.2...
Forum: AMX - Addon's
Last Post: Learti Zm
06-05-2026, 09:39 PM
» Replies: 35
» Views: 6,198
Ndihmë - Zombie Mod
Forum: Amx Mod X
Last Post: T.bo
06-05-2026, 08:09 PM
» Replies: 14
» Views: 678
Counter-Strike EG0-UCP (2...
Forum: Applications
Last Post: ValmirRamadani1
06-02-2026, 09:27 AM
» Replies: 4
» Views: 645

 
  snappi vs mix [CSGO]
Posted by: stronk - 11-10-2024, 07:09 PM - Forum: Zbavitje - Replies (3)

[youtube]http://www.youtube.com/watch?v=hXfKFHJViuU[/youtube]

Print this item

  Real Madrid | Wallpaper
Posted by: Meli - 11-10-2024, 06:17 PM - Forum: Punimet - Replies (6)

1. Titulli i dizajnit : Real Madrid | Wallapaper
2. Lloji i Dizajnit : Wallpaper
3. Punuar me : Adobe Photoshop CC 2014
4. Pershkrimin i dizajnit : Real Madrid
5. Autori : Meli

Code:
http://i.imgur.com/jVjlnOB.jpg

Print this item

  Wayne Rooney | wallpaper
Posted by: roxxanne. - 11-10-2024, 01:28 PM - Forum: Punimet - Replies (5)

1. Titulli i dizajnit: Wayne Rooney | wallpaper
2. Lloji i Dizajnit: Wallpaper
3. Punuar me: Adobe Photoshop CS6
4. Pershkrimin i dizajnit: Wayne Rooney | wallpaper
5. Autori: roxxanne.


[Image: fbdc2354d57d706a70ae3a84cb0c044b.jpg]

Full Project on Behance.net

Code:
https://www.behance.net/gallery/22849471/Wayne-Rooney-?

Print this item

  Lioonel Messi | Wallpaper
Posted by: HOAX' - 11-10-2024, 01:15 PM - Forum: Punimet - Replies (1)

1. Titulli i dizajnit: Lioonel Mesi
2. Lloji i Dizajnit: Wallpaper
3. Punuar meTonguehotoshop Cs6
4. Pershkrimin i dizajnit: Meesi eshte po ashtu edhe ne hd
5. Autori: HOAX' - Resul Hd

[Image: pIHGJFb.png]
HD: [Image: qAgazan.png]

[edit]ta editova titullin sepse nuk quhet logo , po Wallpaper flm per kta ..[/edit]

Print this item

  paVions | Clan
Posted by: f0rexAiM - 11-10-2024, 12:34 PM - Forum: Info rreth ekipeve - Replies (1)

paVions | Clan
=====Playerat=====
paVions | MangGupi
paVions | Malicious.
paVions | Tesco
paVions | No|Name
paVions | Dr.NiTi
========FB~Page=============
Link http://www.facebook.com/pavions
[info]Gjendemi Ne Peje // Luajm Online & LAN[/info]

Print this item

  [Plugins] Admin model
Posted by: r0n1xx. - 11-10-2024, 06:25 AM - Forum: AMX - Plugin's - Replies (2)

[Image: OYIFmcv.png]
Ky plugins i ndryshon skinsat e adminit. Jan disa skinsa psh munesh kur je tt mej ba teshat e ct etj etj
[Image: orQLgii.png]
-Emri:Admin Model Menu
-Version:v1.0
-Autori:"Dimision"
-Editori:MR.BEAN (UNE)
[Image: WwyMGHI.png]
Modelet i dergon te ctrike/model
filen amx e dergon te ctrike/addons/amxmod/plugins
Emrin e shenon te ctrike/addons/amxmod/config/plugins.ini
Filen sma e dergoni te ctrike/addons/amxmod/scripting

Komanda publike /Ndryshohu

Code:
#include <amxmodx> #include <amxmisc> #include <cstrike> #include <colorchat> #define PLUGIN "Admin Model Menu" #define VERSION "1.0" #define AUTHOR "Dimision" public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) register_clcmd("say /Ndryshohu", "admin") } public plugin_precache() { precache_model("models/player/terror/terror.mdl") precache_model("models/player/gsg9/gsg9.mdl") precache_model("models/player/vip/vip.mdl") precache_model("models/player/admin1/admin1.mdl") precache_model("models/player/admin2/admin2.mdl") precache_model("models/player/admin3/admin3.mdl") } public admin(id) { if (get_user_flags(id) & ADMIN_KICK) { model_menu(id) } else { ColorChat(id, GREEN, "**Error-Menu Tylko Dla Admina**") } } public model_menu(id) { new menu = menu_create("\rAdmin Model Menu", "menu_wybierz") menu_additem(menu, "\wModel \yTT", "1", 0) menu_additem(menu, "\wModel \yCT", "2", 0) menu_additem(menu, "\wModel \yVipa", "3", 0) menu_additem(menu, "\wModel \yDodatkowy1", "4", 0) menu_additem(menu, "\wModel \yDodatkowy2", "5", 0) menu_additem(menu, "\wModel \yDodatkowy3", "6", 0) menu_setprop(menu, MPROP_EXIT, MEXIT_ALL) menu_display(id, menu, 0) } public menu_wybierz(id, menu, item) { if (item == MENU_EXIT) { menu_destroy(menu) return PLUGIN_HANDLED } new data[6], iName[64] new acces, callback menu_item_getinfo(menu, item, acces, data,5, iName, 63, callback) new key = str_to_num(data) switch(key) { case 1 : cs_set_user_model(id, "terror") case 2 : cs_set_user_model(id, "gsg9") case 3 : cs_set_user_model(id, "vip") case 4 : cs_set_user_model(id, "admin1") case 5 : cs_set_user_model(id, "admin2") case 6 : cs_set_user_model(id, "admin3") } menu_destroy(menu) return PLUGIN_HANDLED }
[Image: YamMKgu.png]
Ja disa Foto
http://imgur.com/swRKB4B
http://imgur.com/VpLNd2V
Ka hale po spata mundsi mej Publiku
[Image: dzysCv0.png]
<!-- m --><a class="postlink" href="http://www.mediafire.com/download/l072e1hjtsglkxy/admin+model.rar" onclick="window.open(this.href);return false;">http://www.mediafire.com/download/l072e ... +model.rar</a><!-- m -->" onclick="window.open(this.href);return false;

Print this item

  [AoD] Team
Posted by: winnemp - 11-10-2024, 02:00 AM - Forum: Info rreth ekipeve - Replies (1)

AoD Team
AoD Team eshte Clan shqiptar i CS 1.6. Ne kete klani lideri eshte winnemp.
Kush don te vije ne AoD Team lajmeroni ne facebook
[info]www.facebook.com/freeshmanny.aod[/info]
Ne kete facebook lajmeroni per te kontaktuar me mua.
AoD- Army of Darkness

Print this item

  Nje Kal i Ndegjushem
Posted by: HOAX' - 11-09-2024, 08:46 PM - Forum: Kuriozitete - Replies (1)

Ky Kalë eshte nje kale i shtepis ai i din ti gjitha vendet psh ku eshte frigoriferi psh i thot pronari me bjer nje birre ai e din dhe ja bjen po ashtu kur ben zilja e telefonit ai qohet te kap telefonin po ashtu dhe flen ne nje kervet si ti gjith njerzit ate e kan ushtruar si nje kale me sa qe e pash ne video

<!-- m --><a class="postlink" href="https://www.youtube.com/watch?v=syty4Ff3Y8s#t=199" onclick="window.open(this.href);return false;">https://www.youtube.com/watch?v=syty4Ff3Y8s#t=199</a><!-- m -->

Print this item

  razor vs mix [CSGO]
Posted by: stronk - 11-09-2024, 08:15 PM - Forum: Zbavitje - Replies (3)

[youtube]http://www.youtube.com/watch?v=k1Bqy65tMcE[/youtube]

Print this item

  TOP 20 players of 2014 : snax (4)
Posted by: RiH - 11-09-2024, 08:14 PM - Forum: Skena ndërkombëtare - Replies (1)

Janusz "Snax" Pogorzelski lojtari i ekipit virtus.pro eshte rradhitur lojtari i 4 ne listen e 20lojtareve me te mire te 2014.Ai llogaritet si "best clutcher".Mvp ne Gfinity 3 , nder lojtaret me te mire ne major leagues dhe tournaments dhe nder me i miri ne ndeshje te medha bene qe ai te rradhitet i 4.
[Image: 5leaoh.jpg]
LAN TOURS 2014
[Image: spcdg0.jpg]
[IMG]http://i57.tinypic.com/118pp4m.jpg[/IMG

Print this item