blob: 97b70f63adea88bad96e8a0ae40720e7e0f271eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
@unexec if cmp -s %D/etc/sampsvr.cfg %D/etc/sampsvr.cfg.dist; then rm -f %D/etc/sampsvr.cfg; fi
etc/sampsvr.cfg.dist
@exec [ -f %B/sampsvr.cfg ] || cp %B/%f %B/sampsvr.cfg
%%SAMPDIR%%/samp022svr
%%SAMPDIR%%/announce
%%SAMPDIR%%/server.cfg
%%SAMPDIR%%/filterscripts
%%SAMPDIR%%/gamemodes
%%DATADIR%%/filterscripts/DEBUG_05.amx
%%DATADIR%%/filterscripts/actions.amx
%%DATADIR%%/filterscripts/actions.pwn
%%DATADIR%%/filterscripts/adminspec.amx
%%DATADIR%%/filterscripts/adminspec.pwn
%%DATADIR%%/filterscripts/olddance.pwn
%%DATADIR%%/filterscripts/vactions.pwn
%%DATADIR%%/filterscripts/vactions.amx
%%DATADIR%%/gamemodes/area51.amx
%%DATADIR%%/gamemodes/area51.pwn
%%DATADIR%%/gamemodes/barron.amx
%%DATADIR%%/gamemodes/barron.pwn
%%DATADIR%%/gamemodes/cng.amx
%%DATADIR%%/gamemodes/cng.pwn
%%DATADIR%%/gamemodes/freighter.amx
%%DATADIR%%/gamemodes/freighter.pwn
%%DATADIR%%/gamemodes/ls-parachute.amx
%%DATADIR%%/gamemodes/ls-parachute.pwn
%%DATADIR%%/gamemodes/lvdm.amx
%%DATADIR%%/gamemodes/lvdm.pwn
%%DATADIR%%/gamemodes/lyse.amx
%%DATADIR%%/gamemodes/lyse.pwn
%%DATADIR%%/gamemodes/manhunt-lv.amx
%%DATADIR%%/gamemodes/manhunt-lv.pwn
%%DATADIR%%/gamemodes/minigunmadness.amx
%%DATADIR%%/gamemodes/minigunmadness.pwn
%%DATADIR%%/gamemodes/monster.amx
%%DATADIR%%/gamemodes/monster.pwn
%%DATADIR%%/gamemodes/rivershell.amx
%%DATADIR%%/gamemodes/rivershell.pwn
%%DATADIR%%/gamemodes/rivershell2.amx
%%DATADIR%%/gamemodes/sftdm.amx
%%DATADIR%%/gamemodes/sftdm.pwn
%%DATADIR%%/gamemodes/sniper.amx
%%DATADIR%%/gamemodes/sniper.pwn
%%DATADIR%%/gamemodes/timertest.pwn
%%DATADIR%%/gamemodes/timertest.amx
@dirrmtry %%DATADIR%%/gamemodes
@dirrmtry %%DATADIR%%/filterscripts
@dirrmtry %%DATADIR%%
@dirrmtry %%SAMPDIR%%
|