AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   BombSite Creator (https://forums.alliedmods.net/showthread.php?t=89970)

Scherzo 04-12-2009 15:06

BombSite Creator
 
13 Attachment(s)
BS Creator

Manager of BombSites.

version 1.3
ML supported

Description
Plugin allow you create / modify / delete BS on each map. You have simple menu to use.

Modules
<engine>

Configuration
Main file is: configs/bs_creator/bsconfig
Quote:

;Set to 0 if you want unable menu with configuration (passive mode)
MENU = 1
;What you want to log
;a - saving file
;b - editing BS
;c - adding BS
;d - deleted BS
;e - restoring default BSs
LOGS = "abcde"
MENU = 0|1
Make disabled/enabled menu. Use when set up BSs as you wish and don`t want to menu be used by someone.

LOGS = "abcde"
define which activities it will log

Rest files you can create via menu.

Commands
Quote:

bs_menu
open main menu, plugin add own option to amxmodmenu
Main Menu: http://rex.netsky.pl/download/hl/bs_menu.JPG
Menu of modify BS: http://rex.netsky.pl/download/hl/bs_edit.JPG

Quote:

bs_default
restore default configuration of map (after use need restart or mapchange to make effect)

Quote:

bs_radar
for clients, switch on/off BS radar

Cvars
Quote:

amx_bs_draw 0|1
disable/enable bs radar function

Info
Take care you downloaded all files which are attached - configs dir is very important part of plugin and you need .txt file to understand menu options.

Credits
Miczu and his m_eel.amxx
Pavulon (with function Decal)
jopmako http://forums.alliedmods.net/showthread.php?p=401208
(used his idea of mark BSs)

ML authors:
[de] - Nextra
[ru] - xPaw
[nl] - crazyeffect
[es] - alan_el_more
[ro] - dorin2oo7
[fr] - PsYChOPaTiQuE & ConnorMcLeod
[sv] - zacky
[lt] - mobididikas
[pt] - NGage70

History
1.3
- reload target (explosion of c4 will use some func_breakable if originally scripted)
- bombsites on radar
- format->formatex (thx Nextra)
1.2 - first public release

glorian 04-12-2009 15:07

Re: BS Creator
 
OMFG! I LOVE YOU!!!!

Nextra 04-12-2009 15:16

Re: BS Creator
 
Code:

[de]
WORD_ADD = Hinzufuegen
WORD_WIDTH = Breite
WORD_LENGTH = Laenge
WORD_HEIGHT = Hoehe
WORD_AXIS = Achse
WORD_MORE = Mehr
WORD_LESS = Weniger
WORD_DELETE = Loeschen
WORD_RETURN = Zurueck

BS_SAVE = In Datei speichern
BS_SAVED = Bombspots gespeichert!
BS_NOW_MORE = Kann neuen Spot nicht erstellen.
NEED_RESTART = Bei Problemen Server neustarten / map wechseln.

Will take a look at the code later.

alan_el_more 04-12-2009 15:18

Re: BS Creator
 
wow, awesome
Good Jod :D

Scherzo 04-12-2009 15:19

Re: BS Creator
 
Thanks for comments and translation.

xPaw 04-12-2009 15:21

Re: BS Creator
 
Code:

[ru]
WORD_ADD = Dobavit'
WORD_WIDTH = Shirina
WORD_LENGTH = Dlina
WORD_HEIGHT = Vysota
WORD_AXIS = Os'
WORD_MORE = Bol'she
WORD_LESS = Men'she
WORD_DELETE = Udalit'
WORD_RETURN = Vernut'

BS_SAVE = Sohranit' v fajl
BS_SAVED = bomb-sajdy Sohraneny!
BS_NOW_MORE = Nemogu sozdat' novyj bomb-sajd
NEED_RESTART = Chtoby nebylo problem, perezagruzite kartu!


crazyeffect 04-12-2009 15:36

Re: BS Creator
 
Quote:

[nl]
WORD_ADD = Voeg toe
WORD_WIDTH = Breedte
WORD_LENGTH = Lengte
WORD_HEIGHT = Hoogte
WORD_AXIS = as
WORD_MORE = Meer
WORD_LESS = Minder
WORD_DELETE = Verwijder
WORD_RETURN = Ga terug
BS_SAVE = Sla op in document
BS_SAVED = BombSites opgeslagen!
BS_NOW_MORE = Kan geen nieuwe bomsite creëren
NEED_RESTART = In geval van problemen, herstart de server/verander de map.


alan_el_more 04-12-2009 15:51

Re: BS Creator
 
Spanish
Code:

[es]
WORD_ADD = Agregar
WORD_WIDTH = Anchura
WORD_LENGTH = Longitud
WORD_HEIGHT = Altura
WORD_AXIS = eje
WORD_MORE = Mas
WORD_LESS = Menos
WORD_DELETE = Borrar
WORD_RETURN = Volver

BS_SAVE = Guardar en archivo
BS_SAVED = BombSites Guardados!
BS_NOW_MORE = No se pueden crear nuevas BS
NEED_RESTART = En caso de problemas, reinicie el servidor o cambiar de mapa.


Nextra 04-12-2009 16:15

Re: BS Creator
 
Instead of the copy-back stuff with format you could (or even should?) format the menus as followed:

PHP Code:

new menu[512], iLen 0;

iLen += formatexmenu511"This is a nice heading\n\n" );

iLen += formatexmenu[iLen], 511 iLen"1. I'm a first choice\n" );

iLen += formatexmenu[iLen], 511 iLen"2. I'm a second choice!!!\n" ); 


DruGzOG 04-12-2009 16:24

Re: BS Creator
 
Wow Nice, something I wanted

Off-Topic:
When I first saw what the topic said, I thought it was a bullshit creator when I saw the letters "BS" Creator in the topic title


All times are GMT -4. The time now is 17:53.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.