Booti pentru server hostat

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

Moderators: Moderatori ajutatori, Moderatori, Echipa eXtreamCS.com

Post Reply
User avatar
mpt.
Utilizator neserios (tepar)
Utilizator neserios (tepar)
Posts: 1174
Joined: 16 Mar 2013, 19:25
Detinator Steam: Da
CS Status: Watching you O.o
Detinator server CS: Da
SteamID: c_caprita
Reputatie: Utilizator neserios (tepar)
Fost Moderator
0.5/3
Location: Târgu-Jiu / Gorj
Has thanked: 10 times
Been thanked: 33 times

29 Aug 2013, 18:07

Salut,
Am si eu nevoie de un plugin ceva,
In care sa apara 2 booti spec sa fie online 24/7 si sa aibe numele gen
Adauga la favorite FURIEN.ZYROCS.RO
Vizitatii forumul "blah blah"
RoyalServer 2
User avatar
SeNNN[Z]aTioN
Membru, skill 0
Membru, skill 0
Posts: 76
Joined: 02 Oct 2012, 19:40
Detinator Steam: Da
Detinator server CS: HNS.FPS1000.RO
SteamID: csrobeee
Has thanked: 9 times
Contact:

30 Aug 2013, 10:07

Ai incercat asta ?
Connect HNS.FPS1000.RO - [ 500 GRAVITY, VIP MOD ]

Manger cu doar 5€ Cosmote/Orange
Admine FREE
VIP pe redirecte

Contact: [email protected]
User avatar
mpt.
Utilizator neserios (tepar)
Utilizator neserios (tepar)
Posts: 1174
Joined: 16 Mar 2013, 19:25
Detinator Steam: Da
CS Status: Watching you O.o
Detinator server CS: Da
SteamID: c_caprita
Reputatie: Utilizator neserios (tepar)
Fost Moderator
0.5/3
Location: Târgu-Jiu / Gorj
Has thanked: 10 times
Been thanked: 33 times

30 Aug 2013, 10:53

Da dar eu vreau sa ramana mereu pe server numai daca-i scot eu pentru ca cand se schimba mapa dispar si booti
User avatar
Gabriel963
Fost moderator
Fost moderator
Posts: 1658
Joined: 03 Feb 2013, 13:03
Detinator Steam: Da
CS Status: Retried
Reputatie: Membru Club eXtreamCS (1 luna)
Fost Moderator
Location: Bucharest, Romania.
Has thanked: 20 times
Been thanked: 85 times

31 Aug 2013, 18:08

Foloseste fakefull_original si pui in amxx.cfg amx_addfake 2
ps. in botname.txt pui

Code: Select all

Furien.zyrocs.ro
forum
Image
User avatar
tweky
Fost moderator
Fost moderator
Posts: 2705
Joined: 22 Jun 2009, 01:54
Detinator Steam: Da
CS Status: Inactiv
Detinator server CS: Da
SteamID: twekymihai
Reputatie: Fost eXtream Mod
Nume anterior: Mihaita
Fost Membru Club eXtreamCS
Location: Ilfov
Has thanked: 126 times
Been thanked: 173 times

31 Aug 2013, 18:21

compaq wrote:
| Afiseaza codul
#include <amxmodx>
#include <fakemeta>
#include <cstrike>

#define PLUGIN "Spec Bots"
#define VERSION "1.0"
#define AUTHOR "Author"

new g_pEnable;
new g_pBotName;
new g_pEnable2;
new g_pBotName2;
new g_pEnable3;
new g_pBotName3;
new i = 0;

public plugin_init()
{
   register_plugin (PLUGIN, VERSION, AUTHOR);
   
   g_pEnable = register_cvar("bw_enable", "1");
   g_pBotName = register_cvar("bw_botname", "Fake");
   g_pEnable2 = register_cvar("bw_enable2", "1");
   g_pBotName2 = register_cvar("bw_botname2", "FakeDaFake");
   g_pEnable3 = register_cvar("bw_enable3", "1");
   g_pBotName3 = register_cvar("bw_botname3", "UltraFake");
   
   if( get_pcvar_num(g_pEnable) )
   {
      set_task( 5.0, "CreateBot" );
   }
   if( get_pcvar_num(g_pEnable2) )
   {
      set_task( 10.0, "CreateBot" );
   }
   if( get_pcvar_num(g_pEnable3) )
   {
      set_task( 15.0, "CreateBot" );
   }
}

public CreateBot() {
   i++;
   switch( i )
   {
      case 1:
      {
         new szBotName[33];
         get_pcvar_string(g_pBotName, szBotName, 32);
           
         new id = engfunc(EngFunc_CreateFakeClient, szBotName);

         engfunc(EngFunc_FreeEntPrivateData, id);

         set_pev(id, pev_flags, pev( id, pev_flags ) | FL_FAKECLIENT);
         
         new szMsg[128];
         dllfunc(DLLFunc_ClientConnect, id, szBotName, "127.0.0.1", szMsg);
         dllfunc(DLLFunc_ClientPutInServer, id);
      }
      case 2:
      {
         new szBotName[33];
         get_pcvar_string(g_pBotName2, szBotName, 32);
           
         new id = engfunc(EngFunc_CreateFakeClient, szBotName);

         engfunc(EngFunc_FreeEntPrivateData, id);

         set_pev(id, pev_flags, pev( id, pev_flags ) | FL_FAKECLIENT);
         
         new szMsg[128];
         dllfunc(DLLFunc_ClientConnect, id, szBotName, "127.0.0.2", szMsg);
         dllfunc(DLLFunc_ClientPutInServer, id);
      }
      case 3:
      {
         new szBotName[33];
         get_pcvar_string(g_pBotName3, szBotName, 32);
           
         new id = engfunc(EngFunc_CreateFakeClient, szBotName);

         engfunc(EngFunc_FreeEntPrivateData, id);

         set_pev(id, pev_flags, pev( id, pev_flags ) | FL_FAKECLIENT);
         
         new szMsg[128];
         dllfunc(DLLFunc_ClientConnect, id, szBotName, "127.0.0.3", szMsg);
         dllfunc(DLLFunc_ClientPutInServer, id);
      }
   }
   return PLUGIN_CONTINUE;
}
my website
:hand_over_mouth: :ghosts:

1. vevios.ro

2. minios.ro
Post Reply

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

  • Information
  • Who is online

    Users browsing this forum: No registered users and 109 guests