PDA

View Full Version : Add Command to B3



zwortbanjo
6th March 2013, 17:39
HELLO.
i just started a server.
i want to know how to change things in my b3, how to put things in. such as bash mode.(no ammo)
and uhm, the b3 says things, and i want to change that.

thanks(=

Earliboy
6th March 2013, 18:30
Hello,
that B3 saying stuff is an Addon u get on at my services.
Logon to B3 ftp, go to the folder b3 > conf and open the plugin_adv.xml
Everything you need to know is explained in this file. Just add a message like:


<ad>Text</ad>
<ad>Test2</ad>
and more.

Bash Mode you can find by google, download it and upload it to your Server (main or fsGames folder), restart the map or the server itself.
Enable bashmode: /rcon bash_mode 1 1 = on 0 = off
B3: !paset bash_mode 1

kung foo man
21st March 2013, 16:07
Earliboy explained how to change advertises, for custom commands you can just look at the poweradmin.py-Extension

You might also want to write your own parser: http://killtube.org/showthread.php?1259-Tutorial-B3-Simple-and-Easy-Command-Adding!&p=4835#post4835