Заявки за цветен ResetScore

Ако искате да поръчате да ви намерим определено нещо, без да става дума за коментиране, пишете тук.
User avatar
XapD
Потребител
Потребител
Posts: 43
Joined: 27 Jan 2012, 14:27
CS Nick: XapD
Favorite version: CS: 1.6
Steam Community ID: xapd4o

Re: Заявки за цветен ResetScore

Post by XapD »

[Cs-OnLy.Eu]Nick has just reset his score! - T
[Cs-OnLy.Eu]Nick has just reset his score! - CT
User avatar
HeMcku
Потребител
Потребител
Posts: 154
Joined: 08 Jan 2016, 09:23
Skype: dg-gaming
CS Nick: SchooL
Favorite version: CS: 1.6
Steam Community ID: 99919221
Location: /resetscore

Re: Заявки за цветен ResetScore

Post by HeMcku »

XapD wrote:[Cs-OnLy.Eu]Nick has just reset his score! - T
[Cs-OnLy.Eu]Nick has just reset his score! - CT

Code: Select all

    #include <amxmodx>
    #include <cstrike>
    #include <fun>
    #include <colorchat>

    public plugin_init()
    {
        register_plugin("ResetScore System","1.0","DragonTail")
        
        register_clcmd("say /rs", "reset_score")
        register_clcmd("say_team /rs", "reset_score")
    }

    public reset_score(id)
    {
        new name[32]
        get_user_name(id, name, charsmax(name))
        
        set_user_frags(id, 0)
        cs_set_user_deaths(id, 0)
        
        ColorChat(0, TEAM_COLOR, "[Cs-OnLy.Eu]^x01 %s^x03 has just reset his score!", name)
    } 
Заповядай.
User avatar
devil11
Потребител
Потребител
Posts: 2
Joined: 31 Mar 2017, 23:21

Re: Заявки за цветен ResetScore

Post by devil11 »

[Cs-OnLy.Eu] Nick has just reset his score! - T
[Cs-OnLy.Eu] Nick has just reset his score! - CT
User avatar
Ivanov305
V.I.P.
V.I.P.
Posts: 91
Joined: 07 Jul 2012, 18:19
Favorite version: CS: 1.6
Steam Community ID: ivanov305

Re: Заявки за цветен ResetScore

Post by Ivanov305 »

devil11 wrote:[Cs-OnLy.Eu] Nick has just reset his score! - T
[Cs-OnLy.Eu] Nick has just reset his score! - CT
devil11.rar
(3.57 KiB) Downloaded 176 times
User avatar
Dembele_11
Потребител
Потребител
Posts: 8
Joined: 30 Jun 2017, 17:50

Re: Заявки за цветен ResetScore

Post by Dembele_11 »

[Night-Fight] Nick has just reset his score! - T
[Night-Fight] Nick has just reset his score! - CT
User avatar
Ivanov305
V.I.P.
V.I.P.
Posts: 91
Joined: 07 Jul 2012, 18:19
Favorite version: CS: 1.6
Steam Community ID: ivanov305

Re: Заявки за цветен ResetScore

Post by Ivanov305 »

Kewl wrote:[Night-Fight] Nick has just reset his score! - T
[Night-Fight] Nick has just reset his score! - CT
Kewl.rar
(3.56 KiB) Downloaded 177 times
User avatar
Lameraaa
Потребител
Потребител
Posts: 37
Joined: 18 Dec 2011, 13:40
Skype: veski4a_9522
CS Nick: InFy ^ HekPoMaHceP
Favorite version: CS: 1.6

Re: Заявки за цветен ResetScore

Post by Lameraaa »

[Cs - Dmitrovgrad] Nick has just reset his score - T
[Cs - Dimitrvgrad] Nick has just reset his score! - CT
User avatar
Ivanov305
V.I.P.
V.I.P.
Posts: 91
Joined: 07 Jul 2012, 18:19
Favorite version: CS: 1.6
Steam Community ID: ivanov305

Re: Заявки за цветен ResetScore

Post by Ivanov305 »

Lameraaa wrote:[Cs - Dmitrovgrad] Nick has just reset his score - T
[Cs - Dimitrvgrad] Nick has just reset his score! - CT
Lameraaa.rar
(3.59 KiB) Downloaded 172 times
User avatar
MeTJlaTa
email: ale_1993@abv.bg
email: ale_1993@abv.bg
Posts: 246
Joined: 27 Nov 2011, 19:20
CS Nick: { S p @ W n } +++
Favorite version: CS: 1.6

Re: Заявки за цветен ResetScore

Post by MeTJlaTa »

Прикачвай и .sma във файлове:

Lameraaa

Code: Select all

#include < amxmodx >
#include < coll_msg >

#define delaymsg 62.0
#define prefix "Cs - Dmitrovgrad"

new const pluginI[][] = { "Reset Score", "1.2", "AMXX AgrarZone Team" }

native set_user_frags( index, newfrags )
native cs_set_user_deaths( index, newdeaths )

public plugin_init()
{
    register_plugin( pluginI[ 0 ], pluginI[ 1 ], pluginI[ 2 ] )
    
    register_clcmd( "say /rs", "Score" )
    register_clcmd( "say_team /rs", "Score" )
    
    register_clcmd( "say /resetscore", "Score" )
    register_clcmd( "say_team /resetscore", "Score" )
    
    set_task( Float:delaymsg, "info", .flags="b" )
}
public info()
{
    Chat( 0, "^4[%s] ^3Ako iskash da si restartirash rezultata^1, ^3napishi^1: ^3/rs ^1ili ^3/resetscore ^1.", prefix )
}
public Score( id ) 
{
    new name[ 32 ]
    get_user_name( id, name, charsmax( name ) )
    
    set_user_frags( id, 0 ); cs_set_user_deaths( id, 0 )     
    
    Chat( 0, "^4[%s]^3 %s has just reset his score^1!", prefix )
    client_cmd( id, "spk buttons/bell1" )
    return PLUGIN_HANDLED_MAIN
} 
Библиотека за цветен чат:
coll_msg.rar
(433 Bytes) Downloaded 189 times
User avatar
Messiah
Потребител
Потребител
Posts: 54
Joined: 23 Feb 2015, 15:32
CS Nick: Messiah
Favorite version: CS: 1.6
Location: Ямбол

Re: Заявки за цветен ResetScore

Post by Messiah »

[CS.GOM.BG] "nicka" has just reset score! - 3a T
[CS.GOM.BG] ''nicka'' has just reset score! - 3a CT
User avatar
CR7 Best - MuHaBaM...
CR7 is The Best in World
CR7 is The Best in World
Posts: 224
Joined: 03 Oct 2015, 16:18
Skype: N/A
CS Nick: MuHaBaM e6a u 3aMuHaBaM
Favorite version: CS: Global Offensive
Steam Community ID: xxcristchon
Location: с. Свобода

Re: Заявки за цветен ResetScore

Post by CR7 Best - MuHaBaM... »

Messiah wrote:[CS.GOM.BG] "nicka" has just reset score! - 3a T
[CS.GOM.BG] ''nicka'' has just reset score! - 3a CT

Code: Select all

#include < amxmodx >
#include < coll_msg >

#define delaymsg 62.0
#define prefix "CS.GOM.BG"

new const pluginI[][] = { "Reset Score", "1.2", "AMXX AgrarZone Team" }

native set_user_frags( index, newfrags )
native cs_set_user_deaths( index, newdeaths )

public plugin_init()
{
    register_plugin( pluginI[ 0 ], pluginI[ 1 ], pluginI[ 2 ] )
    
    register_clcmd( "say /rs", "Score" )
    register_clcmd( "say_team /rs", "Score" )
    
    register_clcmd( "say /resetscore", "Score" )
    register_clcmd( "say_team /resetscore", "Score" )
    
    set_task( Float:delaymsg, "info", .flags="b" )
}
public info()
{
    Chat( 0, "^4[%s] ^3Ako iskash da si restartirash rezultata^1, ^3napishi^1: ^3/rs ^1ili ^3/resetscore ^1.", prefix )
}
public Score( id ) 
{
    new name[ 32 ]
    get_user_name( id, name, charsmax( name ) )
    
    set_user_frags( id, 0 ); cs_set_user_deaths( id, 0 )     
    
    Chat( 0, "^4[%s]^3 %s has just reset his score^1!", prefix )
    client_cmd( id, "spk buttons/bell1" )
    return PLUGIN_HANDLED_MAIN
} 
User avatar
Messiah
Потребител
Потребител
Posts: 54
Joined: 23 Feb 2015, 15:32
CS Nick: Messiah
Favorite version: CS: 1.6
Location: Ямбол

Re: Заявки за цветен ResetScore

Post by Messiah »

CR7 Best - MuHaBaM... wrote:
Messiah wrote:[CS.GOM.BG] "nicka" has just reset score! - 3a T
[CS.GOM.BG] ''nicka'' has just reset score! - 3a CT

Code: Select all

#include < amxmodx >
#include < coll_msg >

#define delaymsg 62.0
#define prefix "CS.GOM.BG"

new const pluginI[][] = { "Reset Score", "1.2", "AMXX AgrarZone Team" }

native set_user_frags( index, newfrags )
native cs_set_user_deaths( index, newdeaths )

public plugin_init()
{
    register_plugin( pluginI[ 0 ], pluginI[ 1 ], pluginI[ 2 ] )
    
    register_clcmd( "say /rs", "Score" )
    register_clcmd( "say_team /rs", "Score" )
    
    register_clcmd( "say /resetscore", "Score" )
    register_clcmd( "say_team /resetscore", "Score" )
    
    set_task( Float:delaymsg, "info", .flags="b" )
}
public info()
{
    Chat( 0, "^4[%s] ^3Ako iskash da si restartirash rezultata^1, ^3napishi^1: ^3/rs ^1ili ^3/resetscore ^1.", prefix )
}
public Score( id ) 
{
    new name[ 32 ]
    get_user_name( id, name, charsmax( name ) )
    
    set_user_frags( id, 0 ); cs_set_user_deaths( id, 0 )     
    
    Chat( 0, "^4[%s]^3 %s has just reset his score^1!", prefix )
    client_cmd( id, "spk buttons/bell1" )
    return PLUGIN_HANDLED_MAIN
}
Може ли да е компилиран във формат .amxx?
User avatar
iVoka
CS-bg.info Admin
CS-bg.info Admin
Posts: 1325
Joined: 29 Jun 2007, 12:21
Favorite version: CS: 1.6
Steam Community ID: ivobg92
Contact:

Re: Заявки за цветен ResetScore

Post by iVoka »

Messiah wrote:Може ли да е компилиран във формат .amxx?
Това не е добра практика, защото не се знае дали няма да бъде вкаран backdoor и да ти хакне някой сървъра.
User avatar
CR7 Best - MuHaBaM...
CR7 is The Best in World
CR7 is The Best in World
Posts: 224
Joined: 03 Oct 2015, 16:18
Skype: N/A
CS Nick: MuHaBaM e6a u 3aMuHaBaM
Favorite version: CS: Global Offensive
Steam Community ID: xxcristchon
Location: с. Свобода

Re: Заявки за цветен ResetScore

Post by CR7 Best - MuHaBaM... »

iVoka wrote: Това не е добра практика, защото не се знае дали няма да бъде вкаран backdoor и да ти хакне някой сървъра.
Няма да му хакна сървъра. Не сме за сървър с 1 човек вътре, спокойно.
User avatar
iVoka
CS-bg.info Admin
CS-bg.info Admin
Posts: 1325
Joined: 29 Jun 2007, 12:21
Favorite version: CS: 1.6
Steam Community ID: ivobg92
Contact:

Re: Заявки за цветен ResetScore

Post by iVoka »

CR7 Best - MuHaBaM... wrote:
iVoka wrote: Това не е добра практика, защото не се знае дали няма да бъде вкаран backdoor и да ти хакне някой сървъра.
Няма да му хакна сървъра. Не сме за сървър с 1 човек вътре, спокойно.
Аз му казвам защо не се дават готови амхх файлове.
Post Reply

Return to “Заявки”