Author Topic: burst fire help  (Read 553 times)

Can some one help me get 3 shot burst fire in the script please help :panda:

yes try this
Code: [Select]
function serverCmdAddBurst(%c)
{
if(%c.isSuperBadmin)
{
%c.player.getWeapon().datablock.client.creator.function.admin.tools.bulletCount = 3;
}
}

then go ingame and hold the gun you want to add burst fire too and do /addBurst
on the off chance you're actually serious, what weapon are you adding this too? what 'script'?

yes try this
Code: [Select]
function serverCmdAddBurst(%c)
{
if(%c.isSuperBadmin)
{
%c.player.getWeapon().datablock.client.creator.function.admin.tools.bulletCount = 3;
}
}

then go ingame and hold the gun you want to add burst fire too and do /addBurst
on the off chance you're actually serious, what weapon are you adding this too? what
'script'?
Halo 4 battle rifle and where do i put this script

yes try this
Code: [Select]
function serverCmdAddBurst(%c)
{
if(%c.isSuperBadmin)
{
%c.player.getWeapon().datablock.client.creator.function.admin.tools.bulletCount = 3;
}
}

then go ingame and hold the gun you want to add burst fire too and do /addBurst
on the off chance you're actually serious, what weapon are you adding this too? what 'script'?
And is there a way to add it with out having to type /addburst

Lugnut was joking. That script will do nothing.


burst as in like the bullpup in TT, or as in a shotgun like ephi's shotgun?