[REZOLVAT]Reparare plugin :o3

Discutii legate de instalarea, configurarea si modificarea unui server de Counter-Strike.

Moderators: Moderatori ajutatori, Moderatori, Echipa eXtreamCS.com

Post Reply
Deea Andreea!
Membru, skill 0
Membru, skill 0
Posts: 8
Joined: 20 Feb 2015, 22:04
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Fond eXtream: 0
Contact:

25 Feb 2015, 19:45

Bună din nou, am şi eu nevoie de ajutorul vostru, am un mod pentru top15, dar nu apare direct top15 când scrii în chat /top15 ci apare aşa:
| Afiseaza codul
Image


Şi a doua oară când dai /top15, apare normal aşa :

| Afiseaza codul
Image


Se poate să apară aşa din prima dată când scrii /top15 ? Nu cum e prima de sus? Ci a 2-a ? :o3 Vă rog ! HELP!!
Last edited by Deea Andreea! on 25 Feb 2015, 21:18, edited 1 time in total.
Kekshost
User avatar
DianaD @ Lunetistii
Membru, skill +1
Membru, skill +1
Posts: 289
Joined: 01 Sep 2014, 18:31
Detinator Steam: Da
Detinator server CS: -Da-
SteamID: DianaD
Fond eXtream: 0
Location: -Iași-
Contact:

25 Feb 2015, 19:48

Ai și un plugin de points peste cel de rank scoate-l pe ăla de points și verifică după
Mă cauți și nu mă găsești ?
Id: [email protected].
Deea Andreea!
Membru, skill 0
Membru, skill 0
Posts: 8
Joined: 20 Feb 2015, 22:04
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Fond eXtream: 0
Contact:

25 Feb 2015, 19:53

Şi cum fac asta? :-s , unde se află acest "Point's"?
User avatar
DianaD @ Lunetistii
Membru, skill +1
Membru, skill +1
Posts: 289
Joined: 01 Sep 2014, 18:31
Detinator Steam: Da
Detinator server CS: -Da-
SteamID: DianaD
Fond eXtream: 0
Location: -Iași-
Contact:

25 Feb 2015, 19:59

Deea Andreea! wrote:Şi cum fac asta? :-s , unde se află acest "Point's"?
Probabil e plugin ,caută în lista pluginelor
Mă cauți și nu mă găsești ?
Id: [email protected].
Deea Andreea!
Membru, skill 0
Membru, skill 0
Posts: 8
Joined: 20 Feb 2015, 22:04
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Fond eXtream: 0
Contact:

25 Feb 2015, 20:17

Nu este măi, poate greşeşti tu, aştept pe altcineva.
User avatar
SkillartzHD
Membru, skill +3
Membru, skill +3
Posts: 1096
Joined: 08 Feb 2013, 19:43
Detinator Steam: Da
CS Status: HLDS Vulnerability
Detinator server CS: GoldSrc
SteamID: SkillartzHD_hlds
Reputatie: Fost Moderator ajutator
Location: Bucuresti
Has thanked: 14 times
Been thanked: 28 times
Contact:

25 Feb 2015, 20:40

Pune sma
Project by HLDS-Project 2017
Static Emulator : Native | Random Emulator : SettiEmu/AVSMP1/AVSMP0/SteamEmu/oldRevEmu/RevEmu is done
KickASS-HLDS v2 (hlds)
KickASS-HLDS v1 (fakedetector)
HL-ClientSteam exploit (pure hlds)
PLCore exploit (dproto&hlds)
FakeConnect 2.0(reunion&rehlds)
KickASS-HLDS v3 in amxx(hlds&rehlds)
...... time passes and evidence are many
Special thanks to Spanwer and Magister
Skype : spyware.spyware1
Steam : Click

SV_CheckForDuplicateNames V2 download
Deea Andreea!
Membru, skill 0
Membru, skill 0
Posts: 8
Joined: 20 Feb 2015, 22:04
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Fond eXtream: 0
Contact:

25 Feb 2015, 20:42

SkillartzHD wrote:Pune sma
http://www.girlshare.ro/34495217.9
User avatar
VegaS
Fost moderator
Fost moderator
Posts: 5963
Joined: 28 Sep 2014, 16:12
Detinator Steam: Da
Reputatie: Fost eXtream Mod
Fost intermediar
Fost membru Club eXtreamCS
Fond eXtream: 0
Location: Zalău, Sălaj

25 Feb 2015, 20:45

Nu download-ăm nimic.
Deschide .sma-ul, selectează tot, quote - sursa - code - paste - submit
Pozitia mea preferata este CEO.
Deea Andreea!
Membru, skill 0
Membru, skill 0
Posts: 8
Joined: 20 Feb 2015, 22:04
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Fond eXtream: 0
Contact:

25 Feb 2015, 20:47

Ce credeai că fac dacă downloadai acel sma? :| În fine poftim:
| Afiseaza codul
[code]#include <amxmodx>
#include <csx>

new stats[8], body[8], pos, name[32], g_Buffer[2048], g_teamScore[2]
new g_Killers[33][4]

public plugin_init()
{
   register_plugin("ranktop","1.0","playi")
   register_event("ResetHUD","eResetHud","b")
   register_event("TeamScore", "eTeamScore", "a")
   register_clcmd("say /rank","cmdrank", 0);
   register_clcmd("say_team /rank","cmdrank", 0);
   register_clcmd("say /top10","cmdTop10", 0)
   register_clcmd("say_team /top10", "cmdTop10", 0)
   register_clcmd("say /top15","cmdTop10", 0)
   register_clcmd("say_team /top15", "cmdTop10", 0)
}

public eTeamScore()
{
   new team[2]
   read_data( 1, team, 1 )
   g_teamScore[ (team[0]=='C') ? 1 : 0 ] = read_data(2)
}

public eResetHud( id )
   g_Killers[ id ][0] = 0
   
public cmdrank(id)
{
    new data[8], rankpos[8], pos 

    pos = get_user_stats(id, data, data) 
    num_to_str(pos, rankpos, 7)
    
    new max_rank = get_statsnum()

    client_print(id, print_chat, "* Your rank is %d / %d (Points: %d) ", rankpos, max_rank, stats[7])

    return 1;
}

public cmdTop10(id)
{
   pos = copy(g_Buffer,2047,"<html><head><body><style type= ^"text/css^">")
   pos += copy(g_Buffer[pos],2047-pos,"body{font-family:Verdana;font-size:12px;font-weight:bold;color:#ff0000;background-color:#000000;}.style1 {color:#ff0000;font-weight:bold;font-size:12px;}.style2{font-family:Verdana;font-size:11px;font-weight:bold;color:#FFFFFF;}</style><center><font size=4><font color=^"red^"><B> Colentina.Cs1.Ro</B></color></front><hr size=0 color=black></head>")

   pos += copy(g_Buffer[pos],2047-pos,"<body><center><table><tr class=^"style1^"><td>Rank</td><td>Name</td><td>Points</td></tr>")

   new imax = get_statsnum()

   if (imax > 10)
      imax = 10

   for(new a = 0; a < imax; ++a)
   {
      get_stats(a,stats,body,name,31)
      while( contain ( name, "<" ) != -1 )
         replace( name, 32, "<", "<" )

      pos += format(g_Buffer[pos],2047-pos, "<tr class=^"style2^"><td>[ %d ]</td><td>%s</td><td>%d</td>", a+1,name,stats[7])
   }
   copy(g_Buffer[pos],2047-pos,"</table><hr size=8 color=black></font>Plugin by Cristian")

   show_motd(id,g_Buffer,"Top")

   return PLUGIN_CONTINUE
}[/code]
Last edited by VegaS on 25 Feb 2015, 20:49, edited 1 time in total.
Reason: editat
User avatar
Nubo
Fost moderator
Fost moderator
Posts: 2734
Joined: 11 Jul 2012, 18:45
Detinator Steam: Da
CS Status: [əˈnɒn.ɪ.məs]
Reputatie: Fost scripter eXtreamCS
Fost eXtream Mod
Has thanked: 8 times
Been thanked: 27 times

26 Feb 2015, 02:11

'Mutat la Probleme Server'

Nu e cerere plugin...

Salut Vegas.
Salut Skillartz.
Cand nu merge acest forum sunt online aici:
  • * Skype: nubo_cs
    * Y!M ID: nubo_cs
Post Reply

Return to “Probleme la servere dedicate de Counter-Strike”

  • Information
  • Who is online

    Users browsing this forum: Google [Bot] and 10 guests