




Code: Select all
SetUnlimitedAmmoEnabled(bool)
SetUnlimitedMagsEnabled(bool)
Code: Select all
SetUnlimitedAmmoEnabled(true);
RobbingHood wrote:Use the Extension system: viewtopic.php?f=6&t=114
Download the Example Extension (and of course also the new dinput8.dll that belongs into your server folder)
Open the extension (.csproj) with Visual Studio Express 2012 and use those parameters:Code: Select all
SetUnlimitedAmmoEnabled(bool)
SetUnlimitedMagsEnabled(bool)
First one means that you can shoot forever without reloading, 2nd means that you can reload as often as you want.
So, if you want to shoot forever:Code: Select all
SetUnlimitedAmmoEnabled(true);
Then, save the project, build your .dll file and place it into a folder 'extensions' in your server root.
augusto wrote:can make a video of how to do this? please friend
RobbingHood wrote:augusto wrote:can make a video of how to do this? please friend
Nope, why should I? But you can come to the IRC and ask me if you have specific questions.
Return to “General Discussion”
Users browsing this forum: No registered users and 5 guests