It also happens with Outrider when I try put Mortar on, it says its INVALIDwhen i add a weapon like the shotgun to the weapons available bit it says invalid. this also happened with a rifle i made. how do i fix this?
y cant i put shotgun on my players. is there a script limiting that stuffI wonder why you can't put a mortar on an OR >.>
maxInventory[Shotgun]=1;//allows you to have a shotgun on a given loadout
maxInventory[ShotgunAmmo]=20//allows you to set how many rounds you have
Correct.loadouts.cs is probably the file that you'll want to take a look at.
$LOArmor[0] = "OutriderPlayer";
$LOArmor[1] = "RaiderPlayer";
$LOArmor[2] = "SentinelPlayer";
$LOGrenade[0] = "BoostGrenade";
$LOGrenade[1] = "FragGrenade";
$LOWeapon[0] = "Rifle";
$LOWeapon[1] = "Chaingun";
$LOWeapon[2] = "RocketLauncher";
$LOWeapon[3] = "MortarLauncher";
$LOWeapon[4] = "GrenadeLauncher";
$LOWeapon[5] = "Plasma";
$LOWeapon[6] = "Blaster";
$LOWeapon[7] = "SkyboltLauncher";
$LOCore[0] = "OverdriveCore";
$LOCore[1] = "RegenerationCore";
$LOCore[2] = "WarpCore";
And then this.go into defaultPlayer and add in something along the lines of...
Code:maxInventory[Shotgun]=1;//allows you to have a shotgun on a given loadout maxInventory[ShotgunAmmo]=20//allows you to set how many rounds you have
Why is the sniper blocked on Raider as well? That doesn't seem OP to me.You can't put weapons on a class that isn't supposed to have them. Ex/ no sniper on Sent, no mortar on OR.
it worked with shotgun how about the old sniper rifle?..........
How about make it yourself -.-it worked with shotgun how about the old sniper rifle?
The old LR was OP and removed for a very good reason.it worked with shotgun how about the old sniper rifle?
Meh. It was OP damage wise, but I 100% agree it was a great fun to use. I'll see if I can dig up the files for the old rifle if someone wishes to use it for their mods.The old LR was OP and removed for a very good reason.
Come on Volt Cruelerz, keep quiet. Let people modify their servers if and how they like to.The old LR was OP and removed for a very good reason.
It's already in Defender's Meltdown mod, as Laser Rifle HDMeh. It was OP damage wise, but I 100% agree it was a great fun to use. I'll see if I can dig up the files for the old rifle if someone wishes to use it for their mods.
I will agree there. After the old LR was removed, I more or less stopped using it because it just wasn't fun to use for me anymore.Meh. It was OP damage wise, but I 100% agree it was a great fun to use. I'll see if I can dig up the files for the old rifle if someone wishes to use it for their mods.
thanks much manMeh. It was OP damage wise, but I 100% agree it was a great fun to use. I'll see if I can dig up the files for the old rifle if someone wishes to use it for their mods.