3. Modifying your gun - McTurtles5/PLC GitHub Wiki

To modify your guns, you need a base gun.

To get a gun you can use the getgun command

Now lets go through this together by doing getgun rem to get a remingtion base gun:

image

To modify the gun there are 4 main commands: modgun, spread, range, and noreloadtime

According to the description of the modgun command it is [fire speed] [bullets per shot] [automatic (y/n)]

*Note that y/n means the same as yes/no, but it accepts y/n only

The spread command also says that the higher the number the less spread, like spread 100 spreads less than spread 1

Now for this tutorial I will use these commands to modify the gun as examples:

modgun 0.1 10 n making the gun shoot 10 bullets with a cooldown of 0.1 seconds, and not automatic.

I'd say we could move on to the next page

Previous | Next