killbot5555678 Posted March 16, 2015 Share Posted March 16, 2015 something to do with this this is line 33 ------> function Script:CycleWeapon(direction) local n,weapon local foundindex=false local prevweapon if direction==1 then for n,weapon in pairs(self.weapons) do if foundindex then self:SelectWeapon(n) return end if self.currentweaponindex==n then foundindex=true end end if foundindex then for n,weapon in pairs(self.weapons) do self:SelectWeapon(n) return end end else for n,weapon in pairs(self.weapons) do if prevweapon then if self.currentweaponindex==n then self:SelectWeapon(prevweapon) return end end prevweapon=n end if prevweapon then self:SelectWeapon(prevweapon) end end end Line 33 mainly Quote Link to comment Share on other sites More sharing options...
killbot5555678 Posted March 16, 2015 Author Share Posted March 16, 2015 it says problem is in script Quote Link to comment Share on other sites More sharing options...
Josh Posted March 16, 2015 Share Posted March 16, 2015 I sent you another map to try... Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.