Original erstellt von phos4
Oder einfach das ich mit der 3.maustaste die waffe drope die ich grad in der hand habe...
.../quake3/osp/docs/osp-q3-ClientReadme.txt
Code:
[small]
Item dropping:
==============
If configured (or voted in), players can drop weapons/ammo in TDM
or CTF games. The command to drop items is:
\drop <item_name>
<item_name> can be any of the following:
sg (Shotgun)
gl (Grenade Launcher)
rl (Rocket Launcher)
lg (Lightning Gun)
rg (Railgun)
pg (Plasma Gun)
bullets (qty: 50)
shells (qty: 10)
grenades (qty: 5)
rockets (qty: 5)
lightning (qty: 80)
slugs (qty: 10)
cells (qty: 30)
Players may optionally drop flags in CTF by the command:
\drop flag
[/small]
ob das funct weiss ich nicht aber probier mal das:
bind key "weapon1; set dropping drop [red]*[/red]"
bind key "weapon2; set dropping drop [red]*[/red]"
bind key "weapon3; set dropping drop sg"
bind key "weapon4; set dropping drop gl"
bind key "weapon5; set dropping drop rl"
bind key "weapon6; set dropping drop lg"
bind key "weapon7; set dropping drop rg"
bind key "weapon8; set dropping drop pg"
bind mouse3 "vstr dropping"
[red]*[/red] hier kannst ja irgendwas aus der liste oben einsetzen.
wenn das so nicht geht mussu das mal probieren:
bind key "weapon1; set dropping exec [red]*[/red]"
bind key "weapon2; set dropping exec [red]*[/red]"
bind key "weapon3; set dropping exec sg"
bind key "weapon4; set dropping exec gl"
bind key "weapon5; set dropping exec rl"
bind key "weapon6; set dropping exec lg"
bind key "weapon7; set dropping exec rg"
bind key "weapon8; set dropping exec pg"
bind mouse3 "vstr dropping"
und dann erstellst halt eine sg.cfg, gl.cfg usw
mit inhalt:
drop [cfgname zB sg, gl usw.]
mussu gucken