run on the client:
serverPlayer = player;
publicVariable "serverPlayer";
Now remove all weapons from your inventory
run on the server:
serverPlayer addWeaponGlobal "hgun_P07_F";
serverPlayer addWeaponGlobal "hgun_P07_F";
serverPlayer addWeaponGlobal "hgun_P07_F";
serverPlayer addWeaponGlobal "hgun_P07_F";
serverPlayer addWeaponGlobal "hgun_P07_F";
run on client:
hint str weapons player; //shows 5 guns
check your inventory it only shows 1 gun. Continue to drag the hand gun on the ground. You have now 5 guns on the ground.