Vand Fix Csgo Remake

Anunturi legate de vanzari/cumparari.
*Nu suntem responsabili de tranzactiile efectuate intre membri. Utilizatorii sunt sfatuiti sa-si ia maximul de precautii inainte de finalizarea unei tranzactii pentru a preveni posibilitatea unei inselaciuni.

Moderators: Moderatori ajutatori, Moderatori

Matilda2k17
Membru, skill 0
Membru, skill 0
Posts: 2
Joined: 05 May 2017, 14:12
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Fond eXtream: 0
Contact:

13 Jul 2017, 20:43

Pentru toate serverele cu problema s1:s2 , nu doar pentru cele CS:GO REMAKE.
| Afiseaza codul
#include <amxmodx>

#pragma semicolon 1

new Trie:_hashList;

new const
   _getResult[][][] = { 
      { "#Cstrike_Chat_CT",         "^x01(Counter-Terrorist)^x01"},
      { "#Cstrike_Chat_CT_Dead",    "^x01*DEAD* (Counter-Terrorist)^x01"},
      { "#Cstrike_Chat_All",        "^x03"},
      { "#Cstrike_Chat_Spec",       "^x01(Spectator)^x01"},
      { "#Cstrike_Chat_T",          "^x01(Terrorist)^x01"},
      { "#Cstrike_Chat_T_Dead",     "^x01*DEAD* (Terrorist)^x01"},
      { "#Cstrike_Chat_AllDead",    "^x01*DEAD*^x01"},
      { "#Cstrike_Chat_AllSpec",    "^x01*SPEC*^x01"}
   }
;

public plugin_end( )       TrieDestroy( _hashList );
public plugin_precache()   register_message(get_user_msgid("SayText"),"sayText_LastBuild_Hook");

public plugin_init(){
   
   register_plugin("Some shit", "1.0", "Spawner & SkillartzHD");
   
   _hashList = TrieCreate();
   for(new i; i < sizeof _getResult; i++)
      TrieSetString(  _hashList, _getResult[0], _getResult[1] );
   
}

public sayText_LastBuild_Hook(  ){
   
   // Isn't is user connected (->ingame) already checked?
   new _getMessage[ 192 ];
   read_args(_getMessage, charsmax(_getMessage));
   
   new _getType[ 24 ], _userName[ 32 ], _output[ 34 ];
   
   get_msg_arg_string(2, _getType, charsmax(_getType));
   get_user_name( get_msg_arg_int(1), _userName, charsmax(_userName) );
   TrieGetString( _hashList, _getType, _output, charsmax(_output) );
   
   replace(_getMessage, charsmax(_getMessage), "^"", "");
   format(_getMessage, charsmax(_getMessage), "%s ^x03%s : ^x01%s", _output,  _userName, _getMessage);
   
   !equali(_getType,"#Cstrike_Name_Change") ? set_msg_arg_string( 2, _getMessage ) : 1;  //#'" Somehow there is a unknown bug changing name which displace name :" xx, so this line code will fix it.
   
}


https://forums.alliedmods.net/showthrea ... ost2534926
User avatar
FunnkyHD
Utilizator neserios (tepar)
Utilizator neserios (tepar)
Posts: 373
Joined: 23 Sep 2015, 10:30
Detinator Steam: Da
Reputatie: Utilizator neserios ( tepar )
Fost Membru Club eXtreamCS (doua luni)
Fond eXtream: 0
Location: Romania
Has thanked: 4 times
Been thanked: 3 times
Contact:

13 Jul 2017, 21:08

Serverul din semnatura nu este al meu .
Image
User avatar
JaiLBreaK
Scripter eXtreamCS
Scripter eXtreamCS
Posts: 1517
Joined: 05 Jan 2016, 18:17
Detinator Steam: Nu
Detinator server CS: Da
Reputatie: Membru Club eXtreamCS (2 luni)
Fost Scripter eXtreamCS
Fond eXtream: 0
Has thanked: 5 times
Been thanked: 10 times
Contact:

13 Jul 2017, 21:23

Matilda2k17 wrote:Pentru toate serverele cu problema s1:s2 , nu doar pentru cele CS:GO REMAKE.
| Afiseaza codul
#include <amxmodx>

#pragma semicolon 1

new Trie:_hashList;

new const
   _getResult[][][] = { 
      { "#Cstrike_Chat_CT",         "^x01(Counter-Terrorist)^x01"},
      { "#Cstrike_Chat_CT_Dead",    "^x01*DEAD* (Counter-Terrorist)^x01"},
      { "#Cstrike_Chat_All",        "^x03"},
      { "#Cstrike_Chat_Spec",       "^x01(Spectator)^x01"},
      { "#Cstrike_Chat_T",          "^x01(Terrorist)^x01"},
      { "#Cstrike_Chat_T_Dead",     "^x01*DEAD* (Terrorist)^x01"},
      { "#Cstrike_Chat_AllDead",    "^x01*DEAD*^x01"},
      { "#Cstrike_Chat_AllSpec",    "^x01*SPEC*^x01"}
   }
;

public plugin_end( )       TrieDestroy( _hashList );
public plugin_precache()   register_message(get_user_msgid("SayText"),"sayText_LastBuild_Hook");

public plugin_init(){
   
   register_plugin("Some shit", "1.0", "Spawner & SkillartzHD");
   
   _hashList = TrieCreate();
   for(new i; i < sizeof _getResult; i++)
      TrieSetString(  _hashList, _getResult[0], _getResult[1] );
   
}

public sayText_LastBuild_Hook(  ){
   
   // Isn't is user connected (->ingame) already checked?
   new _getMessage[ 192 ];
   read_args(_getMessage, charsmax(_getMessage));
   
   new _getType[ 24 ], _userName[ 32 ], _output[ 34 ];
   
   get_msg_arg_string(2, _getType, charsmax(_getType));
   get_user_name( get_msg_arg_int(1), _userName, charsmax(_userName) );
   TrieGetString( _hashList, _getType, _output, charsmax(_output) );
   
   replace(_getMessage, charsmax(_getMessage), "^"", "");
   format(_getMessage, charsmax(_getMessage), "%s ^x03%s : ^x01%s", _output,  _userName, _getMessage);
   
   !equali(_getType,"#Cstrike_Name_Change") ? set_msg_arg_string( 2, _getMessage ) : 1;  //#'" Somehow there is a unknown bug changing name which displace name :" xx, so this line code will fix it.
   
}


https://forums.alliedmods.net/showthrea ... ost2534926

ba voi nu intelegeti ca aia e rezolvarea pentru chat normal, asta are tag, cum vrei sa il rezolve?
Image
CSGO Original Module[35%]
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:

14 Jul 2017, 18:22

Code: Select all

ba voi nu intelegeti ca aia e rezolvarea pentru chat normal, asta are tag, cum vrei sa il rezolve?
mananci :poop: pentru bani ?

ce coincidenta a fost ca pe 12 am publicat fix-ul aici diverse/update-hlds-6xxx-7561-2017-t342259-12.html
si mi-a fost lene si pentru celelate mesaje #cstrike_chat_* si a facut spawner asta in locul meu pentru ca eram ocupat

nu exista 'rezolvare pentru chatul normal' , problema este din pluginul de tag-uri si alte tampeni care folosea %s1 %s2
"Cstrike_Chat_All" "%s1 : %s2"

ma rog , codul de mai sus este rezolvarea si pentru taguri


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
User avatar
JaiLBreaK
Scripter eXtreamCS
Scripter eXtreamCS
Posts: 1517
Joined: 05 Jan 2016, 18:17
Detinator Steam: Nu
Detinator server CS: Da
Reputatie: Membru Club eXtreamCS (2 luni)
Fost Scripter eXtreamCS
Fond eXtream: 0
Has thanked: 5 times
Been thanked: 10 times
Contact:

14 Jul 2017, 20:27

se baga maestrul, eu am postat pe 12 Jul 2017 08:02 iar tu 12 Jul 2017 13:31
disperat e ala care face rau la joc, ce coincidenta tu cu amicu tau faceti asta, "vrem sa ajutam" cum ajutati?"facem un proiect pentru a fixa bugurile" si cat timp a trecut?mult...
Image
CSGO Original Module[35%]
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:

14 Jul 2017, 23:15

JaiLBreaK wrote:se baga maestrul, eu am postat pe 12 Jul 2017 08:02 iar tu 12 Jul 2017 13:31
disperat e ala care face rau la joc, ce coincidenta tu cu amicu tau faceti asta, "vrem sa ajutam" cum ajutati?"facem un proiect pentru a fixa bugurile" si cat timp a trecut?mult...
codul sursa l-am terminat in 14 zile (2.6k cod sursa) acum ca nu i-am dat drumul in ciuda ta este din cauza pentru ca inca retusez pierderile de memorie din cauza "adancimea codului" , si asta o fac cand am chef , spre deosebire nu o fac pentru anume cineva sau sa-mi iasa o bucata de paine.
nu , eu si spawner nu am zis ca ajutam comunitatea care da cu limba in fund pentru 50 de lei
se baga maestrul
vezi ca n-am luat-o ironic , ci in serios
disperat e ala care face rau la joc
hobby = disperat (by jailbreak 2017)

disperat = ala care se bate cu pumnu in piept pentru un plugin care garanteaza ca este 100% facut de el , ca el ce a facut e unic in cs 1.6 , cauta metode a scoate bani dintr-un joc futu.t prin toate metodele pe care el le cunoaste

acum ma refer in general , in comunitatea romaneasca de cs 1.6 care aveti impresia ca sunteti "experti in domeniu amxx" de scrieti de ani buni doar pluginuri legate de shop/menu/vip/ aveti impresia ca sunteti si programatori ? :))
ala care face rau la joc
e ca aia "fumez iarba la ocazie / nu dau un leu pe iarba" si daca-ti arunc 10grame imediat fumezi
intelegi 'metafora' ?
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
User avatar
JaiLBreaK
Scripter eXtreamCS
Scripter eXtreamCS
Posts: 1517
Joined: 05 Jan 2016, 18:17
Detinator Steam: Nu
Detinator server CS: Da
Reputatie: Membru Club eXtreamCS (2 luni)
Fost Scripter eXtreamCS
Fond eXtream: 0
Has thanked: 5 times
Been thanked: 10 times
Contact:

15 Jul 2017, 10:37

"disperat = ala care se bate cu pumnu in piept pentru un plugin care garanteaza ca este 100% facut de el , ca el ce a facut e unic in cs 1.6 , cauta metode a scoate bani dintr-un joc futu.t prin toate metodele pe care el le cunoaste"
daca e facut de mine ce vrei sa spun?ca e facut de bunicu?

"acum ma refer in general , in comunitatea romaneasca de cs 1.6 care aveti impresia ca sunteti "experti in domeniu amxx" de scrieti de ani buni doar pluginuri legate de shop/menu/vip/ aveti impresia ca sunteti si programatori ?"
cum ti-ai dat seama............. m-ai dat de gol ce sa mai zic...
daca scriptezi gamemod-ul asta inseamna ca scriu tampenii?doar pe tine te intereseaza in 2017 sa faci rau la cs, pardon, pe tine si spawner, sa zicem ca e asa cum zici tu lucrezi la un fix, pai nu era mai normal sa fi facut fixu inloc sa faci exploit?...........
Image
CSGO Original Module[35%]
User avatar
pol!nom
Utilizator neserios (tepar)
Utilizator neserios (tepar)
Posts: 26
Joined: 19 Jun 2017, 23:19
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Reputatie: Membru Club eXtreamCS (4 luni)
Utilizator neserios (tepar!)
Fond eXtream: 0
Contact:

15 Jul 2017, 18:10

Cos. Tepar
User avatar
Vlad
Fost administrator
Fost administrator
Posts: 8148
Joined: 01 Dec 2011, 13:35
Detinator Steam: Da
CS Status: Inactiv
Reputatie: Fost Administrator
Organizator Cupe eXtreamCS
Administratorul anului 2016; 2017
Location: Bucuresti
Has thanked: 116 times
Been thanked: 161 times

15 Jul 2017, 18:14

Invata sa citesti ce subiecte se dau la cos inainte..
Regulament wrote:Update 6 iunie 2015
- NU SUNT PERMISE subiectele facute de membrii cu reputatie de "Utilizator neserios ( tepar )"
- NU SUNTEM RESPONSABILI PENTRU TRANZACTIILE FACUTE CU UTILIZATORII NOI/DUBIOSI* !
* - inclusiv utilizatorii cu putine posturi sau inactivi pentru o perioada anume de timp
User avatar
JaiLBreaK
Scripter eXtreamCS
Scripter eXtreamCS
Posts: 1517
Joined: 05 Jan 2016, 18:17
Detinator Steam: Nu
Detinator server CS: Da
Reputatie: Membru Club eXtreamCS (2 luni)
Fost Scripter eXtreamCS
Fond eXtream: 0
Has thanked: 5 times
Been thanked: 10 times
Contact:

16 Jul 2017, 09:19

pol!nom wrote:Cos. Tepar
Te uiti in oglinda? :D
Image
CSGO Original Module[35%]
User avatar
aNddd*
Membru, skill 0
Membru, skill 0
Posts: 51
Joined: 28 Oct 2016, 17:32
Detinator Steam: Da
SteamID: Belzy27
Fond eXtream: 0
Location: Timisoara

18 Jul 2017, 15:29

RECOMAND! Am cumparat pluginul de la el aseara. Toata treaba a durat 2 minute.
Dovada: csgo.trifoics.ro
Image
fortzapoli12
Membru, skill 0
Membru, skill 0
Posts: 7
Joined: 04 Dec 2015, 09:44
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Fond eXtream: 0
Contact:

20 Jul 2017, 18:45

Il recomand
DOVADA : GO.PGLSTYLE.RO
Last edited by fortzapoli12 on 20 Jul 2017, 19:02, edited 2 times in total.
Post Reply

Return to “Anunturi”

  • Information