Evie Addon Details

Watch - Add Favorite

Noblock:Source - Version 1.5

posted on 2007-09-08 14:21:56
by Lobe
35
w00ts
w00t!
Requires: Tags: anti-block css dods hl2dm noblock

Description

Noblock:Source Version 1.5
A remake of ion's Noblock:Source 0.02b

What is Noblock:Source
Prevents User Clipping/Blocking/Collisions: Designed for Surfing or Portals.
It has functions inside the script to activate on specified maps, or even map prefix's.
It is very useful for Surf Maps, and works in any HL2 based game!

Requires: Mattie EventScripts 1.5+

New features
-It now supports different maps, which are specified in the config block of the script
-Is faster, and supports DOD:S and HL2DM (Theoreticaly)
-Is smaller, and uses less variables
-Easier to configure
-New! Can run on all maps: Add all_maps to the DB file!

To Install:
Extract the zip file to your cstrike folder.

To Edit
Open es_noblock.txt with notepad, or another .txt viewer, and edit the config block (Do not edit anything else unless you know what you are doing)

For autoload:
Add es_load noblock
to your autoexec.cfg

To run manually:
load rcon type es_load noblock
then restart the round

To shutdown:
load rcon type es_unload noblock.
Noblock will automaticaly restart the round for you.

Default Config Block
block config
{
// Allow Noblock adverts?
es_set noblock_adverts 1
// Delay in seconds to display adverts after the round has started?
es_set noblock_advertdelay 10
// Custom advert text?
es_set noblock_advertcustom 0
// If the previous setting was one, what is the custom text?
// To use colours, put #green or #lightgreen before the text.
// eg: #green This server is running#lightgreen SourceBlock
es_set noblock_advertcustomtext "#green This server is running#lightgreen SourceBlock"
}


To run all maps, put this in your DB file
"noblock"
{
"all_maps"
{
}
}

Version Notes For 1.5 (Announce this update)

Updated on: 2007-09-22 14:34:23 EST
Noblock:Source Version 1.5
Changelog:
-Fixed an issue with all_maps not activating noblock.
( Previous Versions )