You are not logged in.

[CS:S] SM Parachute

huidigui

Beginner

  • "huidigui" started this thread

Posts: 6

wcf.user.option.userOption53: Nein

  • Send private message

1

Saturday, August 29th 2015, 7:51pm

SM Parachute

Huhu!

Habe auf meinem Server das Plugin "SM Parachute" installiert. Dieses Plugin gibt verschiedene Hinweise (z. B. über die Nutzung) über den Chat aus. Diese Hinweise kann man in der "sm_parachute.sp" deakivieren.

So sieht die Datei derzeit bei mir aus:

Source code

1
2
3
4
Cvars:
	sm_parachute_enabled 	"1"		- 0: disables the plugin - 1: enables the plugin
	sm_parachute_fallspeed "100"	- speed of the fall when you use the parachute		sm_parachute_linear 	"1"		- 0: disables linear fallspeed - 1: enables it		sm_parachute_msgtype 	"0"		- 0: disables Information - 1: Chat - 2: Panel - 3: BottomCenter		sm_parachute_cost 		"0"		- cost of the parachute (CS ONLY) (If cost = 0 then free for everyone)
	sm_parachute_payback 	"75"	- how many percent of the parachute cost you get when you sell your parachute (ie. 75% of 1000 = 750$)		sm_parachute_welcome	"0"		- 0: disables Welcome Message - 1: enables it		sm_parachute_roundmsg	"0"		- 0: disables Round Message - 1: enables it		sm_parachute_model		"1"		- 0: dont use the model - 1: display the Model		sm_parachute_decrease	"50"	- 0: dont use Realistic velocity-decrease - x: sets the velocity-decrease.		sm_parachute_button		"1"		- 1: uses button +USE for parachute usage. - 2: uses button +JUMP.


Trotzdem tauchen die Nachrichten immer wieder auf. Weiß jemand, was ich falsch mache?

PS: Ich nutze übrigens SourceMod. ^^

CRYHACK_

Professional

Posts: 580

Location: Zuhause

wcf.user.option.userOption53: Nein

  • Send private message

2

Saturday, August 29th 2015, 8:52pm

Hast du nach dem bearbeiten der .sp file diese auch neu compiled? Ohne .smx bringt das nämlich nix...

MadMakz

Super Moderator

Posts: 1,878

Location: ~#

wcf.user.option.userOption53: Ja

  • Send private message

3

Saturday, August 29th 2015, 9:02pm

...Oder einfach die Cvars via Serverkonfig auf 0 setzen... :rolleyes:

huidigui

Beginner

  • "huidigui" started this thread

Posts: 6

wcf.user.option.userOption53: Nein

  • Send private message

4

Saturday, August 29th 2015, 9:11pm

Hast du nach dem bearbeiten der .sp file diese auch neu compiled? Ohne .smx bringt das nämlich nix...
Ähm ... wie meinen? ^^
...Oder einfach die Cvars via Serverkonfig auf 0 setzen... :rolleyes:
In der Server-Config stehen keine Cvars dazu:


Source code

1
2
3
4
5
6
7
8
9
10
11
fps_max "1000"host_framerate "0"net_maxfilesize "64"
sv_rcon_minfailures "3"sv_rcon_maxfailures "5"sv_rcon_banpenalty "0"sv_rcon_minfailuretime "15"
sv_pure "0"sv_pure_kick_clients "0"
sv_lan "0"sv_timeout "65"sv_alltalk "1"sv_voiceenable "1"sv_consistency "0"sv_allowdownload "1"sv_allowupload "1"sv_cheats "0"sv_pausable "0"sv_region "255"sv_friction "5"sv_stopspeed "50"sv_gravity "800"sv_accelerate "5"sv_airaccelerate "10"sv_wateraccelerate "10"sv_allow_color_correction "0"sv_allow_wait_command "0"sv_stats "0"sv_disablefreezecam "1"sv_nonemesis "0"sv_nomvp "0"sv_nowinpanel "0"sv_nostats "0"sv_allow_voice_from_file "0"
mp_forceautoteam "0"mp_enableroundwaittime "0"mp_flashlight "1"mp_footsteps "1"mp_falldamage "1"mp_limitteams "1"mp_friendlyfire "1"mp_autokick "0"mp_forcecamera "0"mp_fadetoblack "0"mp_allowspectators "1"mp_chattime "10"mp_timelimit "0"mp_winlimit "0"
sv_minrate "15000"sv_maxrate "100000"sv_minupdaterate "40"sv_maxupdaterate "66"sv_mincmdrate "40"sv_maxcmdrate "66"sv_client_cmdrate_difference "30"sv_client_min_interp_ratio "0"sv_client_max_interp_ratio "1"
mp_fraglimit "0"mp_maxrounds "0"mp_startmoney "16000"mp_roundtime "100"mp_buytime "0.5"mp_c4timer "45"mp_freezetime "0"mp_spawnprotectiontime "0"mp_hostagepenalty "0"mp_autocrosshair "0"mp_tkpunish "0"
phys_pushscale "1"phys_timescale "1"phys_impactforcescale "1"
log onsv_log_onefile "0"sv_logfile "1"sv_logbans "0"sv_logecho "0"mp_logdetail "0"
sv_master_legacy_mode "0"
mapcyclefile "mapcycle.txt"exec banned_user.cfg

Bara

Professional

Posts: 834

wcf.user.option.userOption53: Ja

  • Send private message

5

Saturday, August 29th 2015, 9:17pm

Welche Version wird überhaupt genutzt?
Auf AlliedModders gibt es nicht nur eine davon... https://forums.alliedmods.net/showthread.php?p=580269

huidigui

Beginner

  • "huidigui" started this thread

Posts: 6

wcf.user.option.userOption53: Nein

  • Send private message

6

Saturday, August 29th 2015, 9:21pm

Genau die ist es. Und an die Cvars komme ich nur über die *.sp-Datei. In der server.cfg steht nix drin. :(

MadMakz

Super Moderator

Posts: 1,878

Location: ~#

wcf.user.option.userOption53: Ja

  • Send private message

7

Saturday, August 29th 2015, 9:23pm

Musst du ja auch reinschreiben...

huidigui

Beginner

  • "huidigui" started this thread

Posts: 6

wcf.user.option.userOption53: Nein

  • Send private message

8

Saturday, August 29th 2015, 9:26pm

Also so wie es in der *.sp-Datei steht einfach in die server.cfg kopieren?

Neoxx

Professional

Posts: 508

Location: Schleswig-Holstein

wcf.user.option.userOption53: Ja

  • Send private message

9

Saturday, August 29th 2015, 10:00pm

Jup

Gruß Neoxx

Similar threads