of     1   

Computergeek277
#553876Monday, March 03, 2008 11:55 PM GMT

Hokay, I got this idea when i played The Last Stand on addictinggames. Anyway, I need to edit it where when you reach 0 ammo, the hint bar says "Re-Loading" for like 5 seconds (depending on what weapon i put it on...). Can you give me the script please? I am offering ADMINSHIP in my new place (not the current one Live in ROBLOX City) If u got q's, post them here. thank you
Computergeek277
#553884Monday, March 03, 2008 11:56 PM GMT

oh, i forgot, when i reaches 0, it has to go back to the original ammo. Say, 250 for example.
slicergolden
#553970Tuesday, March 04, 2008 12:11 AM GMT

hmm lets see what i can do.
slicergolden
#553995Tuesday, March 04, 2008 12:15 AM GMT

umm thats tricky you should put while true do at the beginging and then it says value is under 1 then you end it so it becomes 250 again or whatever
lavamaster
#554151Tuesday, March 04, 2008 12:43 AM GMT

put this in the gun and put like a IntValue in it also and name the IntValue Ammo while true do wait() if script.Parent.Ammo.Value == 0 then script.Parent.Ammo.Value = 250 end
Computergeek277
#554392Tuesday, March 04, 2008 1:27 AM GMT

ok, i will try that.

    of     1