Jump to content
GIGN Forum

Queer

Mirstīgais
  • Posts

    553
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Queer

  1. Sveiki! Man patīk šis plugins (Nometot ieroci viņš gaisā rotē, bet problēma ieroči sāk mirgot, kā to var noņemt?)
  2. Čalīt nomierinies! es arī nezinu kā to var izdarīt warn'ed
  3. Sveiki! Kā var dabūt šos likumus, kas izlec spēles sākumā!
  4. Un pietiks taisīt 100 topicus par botiem un vēl simts par citiem superīgiem pluginiem Plds! Bet es taisu war3ftx servaku un man servers ir parbāsts ar pluginiem
  5. Cik tu daudz ierakstīsi addbot, tik daudz ienāks boti!
  6. Hmm! Iemācies vispirms kārtīgi rakstīt! 1.) Ir jāraksta nevis pieveri muti, bet piever muti! 2.) Pēc komata ir jāatstāj atstarpe piem. uztaisi pamācību dauni, nevis... ! 3.) Viss iet, pats taisīju viss OK !
  7. Kas tu esi analfabēts, ka lasīt nemāki? Viss ir skaidri saprotams!
  8. Maza pamācība! 1) Nolādējam tos šeit. 2) Ekstraktojam podbot mapi iekš addons kur stav amxmodx un metamod. 3) Iejam addons/metamod/plugins.ini un ierakstam win32 addons/podbot/podbot_mm.dll Tad, kad tas ir ierakstīts tam jaizskatās šādi: win32 addons\amxmodx\dlls\amxmodx_mm.dll win32 addons/podbot/podbot_mm.dll Kas jadara, lai serverī pievienotos vairāk boti? 1) Dodamies addons/podbot/podbot.cfg 2) Atrodam šādas rindas: # Remove the comments on the lines below to have Bots # join automatically if you start a new map addbot addbot addbot addbot addbot addbot addbot 3) Cik addbot, tik boti ienāk, ja vēlies, lai serverī pievienojas vairāk boti, piemēram, 10, tad addbot vārdiem jābut 10...
  9. Sveiki! Kā var uzlikt šo (skatīt attēlā) , ka smoke granade izlaižot dumūs apkārt rādās tādi sūdi!
  10. # This is the Pod-Bot Config File (for HL Counter-Strike) # # Any line begining with '#' in the first column is a comment line # # Make sure no Line exceeds 80 Characters !!! # # The following commands are supported in the bot.cfg file: # # All arguments in square Brackets are optional if you don't # specify them a random value will be chosen # # pause <timeout> - pause for the specified number of seconds before # continuing with the commands in the bot.cfg file. # # min_bots <value> - configure the minimum number of bots that will run # on this dedicated server. # # max_bots <value> - configure the maximum number of bots that will run # on this dedicated server. # # minbotskill <value> - Sets the minimum Skill if Bots are created without # specifying the Skill (0-100) # maxbotskill <value> - Sets the maximum Skill if Bots are created without # specifying the Skill. Must be bigger than minbotskill # of course ! # # botchat <on|off> - Turns on/off Botchatting. Bots chat if they killed # someone, if the Bomb was planted or if they are dead # and bored. NOTICE: BotChat.txt must be there even if # Botchat is turned off ! # # addbot [skill] [team] [name] - Adds a Bot using a Skill from 0-100, # team is 1 for Terrorists, 2 for Counter Terrorists and 5 to # use auto-assign, name is of course the name for this Bot # If you don't specify the arguments, a random skill will be # chosen and the Bot will be auto-assigned with a Name he chooses # randomly from "Botnames.txt". You can edit this File to add some # names you like better ! NOTICE: Don't delete BotChat.txt ! It will # be used ! # # # jasonmode <on|off> - Turns on/off Jason Mode ! Meaning Bots don't buy # weapons and only use the knife for combat ! Greets # to Auxois ! (Thanks for hosting btw.) Use this for # much fun with e.a. cs_estate or cs_office # # # wptfolder <folder> - Sets the default Folder for loading/saving Waypoint # Files. This folder HAS to be inside the POD-Bot # Directory ! Don't put it into quotation marks and # don't use spaces or a trailing backslash ! # # detailnames <on|off> - Turns on/off the Skilldisplay behind names and the # [POD] before the name # # inhumanturns <on|off> - If you think that a Skill 100 Bot is too weak for # you, you can turn this on to have that unfair # turning from previous versions again. Note that # this overrides the turn amounts in botskill.cfg # # botsfollowuser <number> - Sets the maximum number of Bots in the team to # follow the same user (when Radio Command # "Follow Me" is used). Default is 3 # # maxweaponpickup <number> - Sets the maximum number of weapons Bots are # allowed to pickup during a round # # collectexperience <on|off> - Turn this on/off to allow the Bots collecting # experience about the map they're playing # (turning this off also prevents saving the # .exp Files) # # shootthruwalls <on|off> - This Variable specifies if Bots are allowed to # shoot through Walls if they saw an enemy or if # they heard someone on the other Side of a Wall # # usespeech <on|off> - Turns on/off usage of HL Engine Speech Synthesis # This sets the Waypoint Folder (in the POD-Bot Directory) # for loading/saving waypoints. Don't use a trailing backslash or spaces. # This doesn't work for the first game you create (default is wptdefault). # But when creating for the second time (or loading with newmap) this # directory will be used. wptfolder wptdefault # Set the below option to off to turn off the Skilldisplay and # the before the name detailnames on # wait for 3 seconds # pause 3 # Set the below value to delay bots re-join after new map start mapstartbotdelay 10 # Shows the welcome message. Switch it to off if You want the people on the # server won't know there are some bots on the server welcome_msgs on # Remove the comments on the 2 lines below to support a minimum and maximum # number of bots running on a dedicated server. Bots will be added to the # server until the total number of players (bots and humans) reaches the # max_bots value. Each time a new player joins the server, a bot will be # kicked from the server unless there are only min_bots number of bots # currently on the server. After players disconnect from the server, bots # will be automatically added back to the server until the total number # of players reaches max_bots again. You should make max_bots be AT LEAST # one less than the maxplayers value (otherwise no one will be able to join # your server). min_bots 0 max_bots 16 # Remove the Comments on the Line below to turn off Botchatting #botchat off # Remove the Comments on the Line below to turn on Jason Mode ! #jasonmode on # Remove the Comments on the Line below to add Bots that have at least # a Skill of 60 minbotskill 60 # Remove the Comments on the Line below to limit Bots to the specified # skill maxbotskill 100 # Set the below option to on if you want the old combat behaviour # of instantly turning around to the enemy inhumanturns off # This value sets the maximum number of Bots to follow a # User botsfollowuser 5 # This value sets the maximum number of weapons Bots are allowed to # pickup during one round maxweaponpickup 10 # This Variable specifies if Bots are allowed to shoot through Walls # if they saw an enemy or if they heard someone on the other Side of # a Wall (additional Settings are specified in "botskill.cfg") shootthruwalls on # These Settings below specify the Rate (in Seconds) of updating # some of the Bot Checks. If you've got a slow computer you could # try changing these to higher values to get some performance back. # NOTE: This seriously affects the Bots Perception. If you have a # fast computer you might try lowering them to get better even # better playing results timer_sound 0.5 timer_pickup 0.3 timer_grenade 0.5 # Use this to turn on/off the Speech Synthesis usespeech off # Set this to off to disallow Bot Logo Spraying botspray on # The setting below specifies the danger factor with which the bots # will weighten any waypoint where they have been killed in the past, # in order to avoid it later. The higher the value, the more the bot # will care about these waypoints and pick other routes instead. # Progression is logarithmic. Warning: higher values require more CPU. danger_factor 800 # Remove the comments on the lines below to have Bots # join automatically if you start a new map addbot addbot addbot addbot addbot addbot addbot addbot addbot addbot addbot addbot addbot addbot # The line below binds the User Menu to the "=" key. Of course you # can bind this to any key you like. bind "=" "podbotmenu" Man ir tikai tā!
  11. Sveiki! Beidzot atradu botus, bet kā viņu vārdiem var noņemt to [POD] vai [P*D]?
  12. Cepures nāk līdzi šim pluginam http://forums.alliedmods.net/showthread.php?p=712717
  13. Hmm! tas gadijumā nav priekš parasta cs man vajag serverim!
  14. Sveiki! Kāds nevar lūdzu iedot PodBotu failu?
  15. http://make-amxserv.ru/plugins/487-loading_game_banner.html Ja saproti poruski viss OK!
  16. A nav tāda lieta, ka atkompilē failu (piem. no .amxx uz .sma) Īstenība man ļoti vajag!
  17. Sveiki! Kāds nevar ieteikt kādu soundu, ka rounds sākas noskan maza dziesmiņa (4 sek.)!
  18. Tad lūdzu iesaki norm pluginu war3ftx serverim!
  19. Viss ekrāns iemirdzas zaļā krāsa!
×
×
  • Create New...