changed repo to lgsm-cs-funmaps
This commit is contained in:
29
serverfiles/cstrike/addons/semiclip/config.ini
Normal file
29
serverfiles/cstrike/addons/semiclip/config.ini
Normal file
@@ -0,0 +1,29 @@
|
||||
# Description
|
||||
#
|
||||
# semiclip 0|1 disable/enable semiclip
|
||||
# team 0|1|2|3
|
||||
# - 0 Semiclip works for all
|
||||
# - 1 Semiclip works only for Terrorists
|
||||
# - 2 Semiclip works only for Counter-Terrorists
|
||||
# - 3 Semiclip works only for teammates.
|
||||
#
|
||||
# time 0|60 How many time in seconds semiclip will work from the beginning of the round. 0 for all time.
|
||||
# patch 0|1 Fix jamming on a mobile platform. (A global problem on DeathrunMod)
|
||||
# crouch 0|1 Allows jump to crouching players when semiclip works.
|
||||
# effects 0|1 Effect of transparency of the player. Depends from distance between players.
|
||||
# flashfix 0|1 Fix flashing throw transparent players
|
||||
# noteamflash 0|1 Teammates blocking flashing
|
||||
# distance 0|200 At what distance player can have transparency and semiclip.
|
||||
# transparency 0|255 transparency of the player.
|
||||
#
|
||||
|
||||
semiclip = 1;
|
||||
team = 3;
|
||||
time = 0;
|
||||
patch = 0;
|
||||
crouch = 1;
|
||||
effects = 0;
|
||||
flashfix = 1;
|
||||
noteamflash = 0;
|
||||
distance = 50;
|
||||
transparency = 120;
|
||||
10
serverfiles/cstrike/addons/semiclip/maps/_de_dust2.ini
Normal file
10
serverfiles/cstrike/addons/semiclip/maps/_de_dust2.ini
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Settings semiclip to map
|
||||
*
|
||||
* Example name configuration: .../semiclip/maps/mapname.ini
|
||||
* Example settings:
|
||||
*
|
||||
*/
|
||||
|
||||
time = 3
|
||||
noteamflash = 0
|
||||
10
serverfiles/cstrike/addons/semiclip/maps/_prefix_de.ini
Normal file
10
serverfiles/cstrike/addons/semiclip/maps/_prefix_de.ini
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Settings semiclip to map
|
||||
*
|
||||
* Example name configuration: .../semiclip/maps/prefix_*.ini
|
||||
* Example settings:
|
||||
*
|
||||
*/
|
||||
|
||||
time = 3
|
||||
noteamflash = 0
|
||||
BIN
serverfiles/cstrike/addons/semiclip/semiclip.dll
Normal file
BIN
serverfiles/cstrike/addons/semiclip/semiclip.dll
Normal file
Binary file not shown.
BIN
serverfiles/cstrike/addons/semiclip/semiclip_mm_i386.so
Normal file
BIN
serverfiles/cstrike/addons/semiclip/semiclip_mm_i386.so
Normal file
Binary file not shown.
Reference in New Issue
Block a user