Please read the thread in the Forums, changes are too many to list them here ;P
Installation
Extract the Zip file by choosing german or english to ./cstrike (folder structure is already done by me)
Setup admins
Open the script (beadmin.py) with notepad, you'll see this:
[code]
bea_admins = {'STEAM_0:1:14942199':'Real ID', 'STEAM_ID_LAN':'Lan ID'}[/code]
I think this explains itself. Only change the Steam ID that is before the : ! Instead of Real ID, you can use the admin's name to know which ID belongs to whom.
Choose scripts you want to load/unload:
Open the script with notepad, you'll see this:
[code]
event_scripts = ('script1', 'script2')# etc[/code]
Just change script1 and script2 with the names of the addons you have installed on your server. To add a script just split them from each other with a comma and then a ' then the name and then another '
[code]
('script1', 'script2', 'script3', 'script4') #etc[/code]
Version Notes For 1.2
Updated on: 2008-08-28 20:43:49 EST by BackRaw (View Zip Contents)
Important Changes:
- Commands won't be displayed in chat anymore to make it not spamming every command in chat.
- Setup Admins and installed Scripts, easier than in every previous version of this script (see below)
- Completely re-written code!
- You can setup as many Scripts as you wish, more explanation below
for more changes, click on the link to the Forums