Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Kërko Plugins [+SHQIP]
Ej a din kush me em tregu se si me e ndreq serverin se sa futna en to em bohet retry :/
Reply }}}}
Thanks given by:
Thanks given by:
Thanks given by:
Palrrustemi1 Wrote:Ej a din kush me em tregu se si me e ndreq serverin se sa futna en to em bohet retry :/
Kqyre mos e ki ndonje redirect apo diqka tjeter edhe qite qitu listen e plugins ta kqyri
Reply }}}}
Thanks given by:
Thanks given by:
Thanks given by:
mvyn ni plugin qe ta kallzon scoren majtas sa killa i bon per rund
skom foto amo o i gjelbert edhe majtas
Reply }}}}
Thanks given by:
Thanks given by:
Thanks given by:
a munesh 1 vip plugins amo qe kcen permi 2 her ?
Të gjitha të drejtat janë të rezervuara.
E drejta e autorit i përket © Genntcs
Është rreptësisht e ndaluar të kopjohet, rishpërndahet, ri-publikohet ose modifikohet çdo material që ndodhet në
Krijimet e Genntcs ose të përdoret pa miratimin e Genntcs


SK-GAMING Profile
Konakto ne Facebook(kliko)
Reply }}}}
Thanks given by:
Thanks given by:
Thanks given by:
Genntcs Wrote:a munesh 1 vip plugins amo qe kcen permi 2 her ?


<!-- m --><a class="postlink" href="https://forums.alliedmods.net/showthread.php?p=88160?p=88160" onclick="window.open(this.href);return false;">https://forums.alliedmods.net/showthrea ... 60?p=88160</a><!-- m -->

per 2her e bon ne console amx_maxjumps 2
If i helped you on you'r topic, use +REP button.

[Image: wivcpk.gif]
Reply }}}}
Thanks given by:
Thanks given by:
Thanks given by:
Djema kerkoj modela per playerat dhe per armet
Moda: JailBreak
[kujdes]Të gjitha të drejtat janë të rezervuara.
E drejta e autorit i përket © Lem Rehat
Është rreptësisht e ndaluar të kopjohet, rishpërndahet, ri-publikohet ose modifikohet çdo material që ndodhet në
Krijimet e Lem Rehat ose të përdoret pa miratimin e Lem Rehat.[/kujdes]
[Image: 1zfh309.gif]
Reply }}}}
Thanks given by:
Thanks given by:
Thanks given by:
KIQ Wrote:mvyn ni plugin qe ta kallzon scoren majtas sa killa i bon per rund
skom foto amo o i gjelbert edhe majtas

Qe ku e ki SMA bonja compile besoj qe tbon

Code:
/* Blizzards Plugins Comply With GNU General Public License Frag Counter is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Under no circumstances are you allowed to redistribute and/or modify it claming that you are the original author of such plugin/modification. Frag Counter is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include < amxmodx > #include < amxmisc > #include < hamsandwich > #pragma semicolon 1 #define PLUGIN "Frag Counter" #define VERSION "1.0" #define AUTHOR "Blizzard" new g_iFrags[ 33 ]; // This Holds Players Kill Count public plugin_init( ) { register_plugin( PLUGIN, VERSION, AUTHOR ); RegisterHam( Ham_Spawn, "player", "CBase_PlayerPre_Spawn", 0 ); register_event( "DeathMsg", "Event_DeathMsg", "a" ); } public client_putinserver( id ) { set_task( 0.9, "Frag_Hud", id, _, _, "b" ); // Sets The Loop Task For Hud } public CBase_PlayerPre_Spawn( id ) { arrayset( g_iFrags, 0, sizeof( g_iFrags ) ); // This Resets Players Frag Count To 0 Only For HUD Does Not Affect ScoreBoard } public Event_DeathMsg( ) { new iKiller = read_data( 1 ); new iVictim = read_data( 2 ); if( iVictim != iKiller ) { g_iFrags[ iKiller ]++; // This Adds +1 To A Persons Frag Count For HUD } } public Frag_Hud( id ) { set_hudmessage(255, 255, 255, 0.01, 0.18, 0, 0.0, 1.0, 0.0, 0.0, -1 ); show_hudmessage(id, "Round Stats:^nFrags %i", g_iFrags[ id ] ); }
Kontakto ne Facebook (kliko)


------------------------------------------------------------------------------------------------------
[Image: b_560_95_1.png]
[Image: b_560_95_1.png]

Reply }}}}
Thanks given by:
Thanks given by:
Thanks given by:
[edit]ktu kerkohen plugin jo addonsa[/edit]
Reply }}}}
Thanks given by:
Thanks given by:
Thanks given by:
plugins zp_bank.amxx edhe zp_bank.txt edhe mos mi qoni prej alliedmodders se 4 her pe provoj spom bon -_-
[video]https://www.youtube.com/watch?v=BHvamZ2bacs[/video]
Shes Ad-donsa Zombie Plague 6.0
Shes Ad-donsa Zombie Plague 6.2

Kliko Per te Par Fb
Code:
Facebook.com/El.Reu.312

[Image: vwpqut.jpg]
[Image: 1zfh309.gif]


Të gjitha të drejtat janë të rezervuara.
E drejta e autorit i përket © Joni123n
Është rreptësisht e ndaluar të kopjohet, rishpërndahet, ri-publikohet ose modifikohet çdo material që ndodhet në
Krijimet e Joni123n ose të përdoret pa miratimin e Joni123n
Reply }}}}
Thanks given by:
Thanks given by:
Thanks given by:


Forum Jump:


Users browsing this thread: 2 Guest(s)