• Problem with PlayerLoadout.
    7 replies, posted
When I change jobs, I get weapons and armor. How can I disable it? I need the players to come to the box and take the weapon and armor
Player/SetArmor GM/PlayerLoadout
in job.lua you might have the job set to have armour and health also weapons. also you can disable defaults if you mean about the default weapons.
This does not work. I enter: ply:Give( "keys" ) I change job, keys are distributed, everything is fine BUT When I use weapon dispenser he gives only the keys. I need to give the weapon and armor from job.
Dont do GM:Playerloadout. Do hook.Add
I need do this? hook.Add( "PlayerLoadout", "gravAndShot", Loadout)
if you call the function loadout, yes
Maybe I'm do something wrong, but it does not work =\
Sorry, you need to Log In to post a reply to this thread.