Gun reload speed battle script
Moderator: NADEO
Gun reload speed battle script
Can anyone help me where i can change gun reload speed in battle script? thanks!
Re: Gun reload speed battle script
you could do it before line 723
just insert where X can be a value from 0.1 to 10.0
Code: Select all
SM::SpawnPlayer(Player, Player.CurrentClan, G_ClanSpawnAnchors[Player.CurrentClan], Now + S_RespawnTime);
Code: Select all
Player.AmmoGain = 1.0;
Re: Gun reload speed battle script
huge thanks steeffeen! i have tried to find this for ages
do i insert the "Player.AmmoGain = 1.0;" exactly to what part?
does it work this way:
or put it before like this:
do i insert the "Player.AmmoGain = 1.0;" exactly to what part?
does it work this way:
Code: Select all
SM::SpawnPlayer(Player, Player.CurrentClan, G_ClanSpawnAnchors[Player.CurrentClan], Now + S_RespawnTime); Player.AmmoGain = 1.5;
Code: Select all
Player.AmmoGain = 1.5;
SM::SpawnPlayer(Player, Player.CurrentClan, G_ClanSpawnAnchors[Player.CurrentClan], Now + S_RespawnTime);
Re: Gun reload speed battle script
just try it yourself 
i said "before" ^^
even though it doesn't matter because both works =P

i said "before" ^^
even though it doesn't matter because both works =P
Who is online
Users browsing this forum: No registered users and 1 guest