no. nope and naught.
think of ep1 Source as a small child with comprehensive dysfunctions. most of what you're trying to do will bug out online and that's a fact. including your weapon_strip.
anything that moves or has to do with moving will most proly fail online. this is one of ep1 Source's weakest points. leave it. trust me.
try to lower your expectations of what HL2DM can do for you code wise and keep praying for the OB port.
best thing for you to do about the having only some weapons and some not is this:
put a point_server_command in your map and name it (for example: jonny)
put a logic_auto in your map and go to its I/O and do the following outputs:
1)
OnMapSpawn
Jonny
Command
sv_cheats 1
2)
OnMapSpawn
Jonny
Command
ent_remove_all weapon_smg1
1)
OnMapSpawn
Jonny
Command
sv_cheats 0
do the same for other weapons
to give the players weapons:
grab this rar, unpack, open in hammer and modify the game_player_equip as you want. make sure to trigger it OnMapSpawn using your logic_auto -
DOWNLOAD
2 important notes:
1- you'll see in this prefab also a trigger giving players weapons and a weapon_strip - i suggest you ignore those. as those as the ones that bug out online.
2- the game_player_equip is edited in SmartEdit
joy