Forum
CS2D Servers How to add weapons to the buy menu?How to add weapons to the buy menu?
14 replies 1
Chingy has written
The buymenu directly can't be edited.
DC added a new console command which does in fact let you edit the buy menu. I'm pretty sure it explains how to edit it on www.cs2d.com - I'll double check that for you.
Edit: Above me Bolt_Pl posted the link I was searching for, it should explain it all there.
Yates has written
Above me Bolt_Pl posted the link I was searching for, it should explain it all there.
Pistols|Shotguns|Sub-machine guns|Rifles|Machine guns|Equipment, the | separates a menu and goes on to the next one.
mp_buymenu "45||32|30|47|51"
Laser (45) in the Pistols menu, nothing in shotgun menu (Therefore the ||), M4A1 (32) in sub-machine gun menu, AK (30) in rifle menu, RPG (47) in Machine gun menu and HE (51) in equipment menu.
Besides, you still can edit server.cfg.
1
parse('mp_buymenu "45||32|30|47|51"')
1
parse('mp_buymenu "45||32|30|47|51"')
1
mp_buymenu "45||32|30|47|51"
1