Forum

> > CS2D > Scripts > How To Make The These Items Infinite
Forums overviewCS2D overview Scripts overviewLog in to reply

English How To Make The These Items Infinite

4 replies
To the start Previous 1 Next To the start

old How To Make The These Items Infinite

MysticXyo
User Off Offline

Quote
• • • • HI Guys • • • •

I Was Thinking To Start Up A 24/7 Server But i Wanted To Make My HE And Othe Grenading Materials Like HE, Satchel, Smoke Grenade, ETC....... I Wanted To Know How To Make It Infinite By Just Puting Some Simple Codes in The Lua Script Coze Im Just new in cs2d

Thanks For Helping
*if you helped

old Re: How To Make The These Items Infinite

omg
User Off Offline

Quote
addhook("second","equipgrenades")
function equipgrenades()
     for i in ipairs(player(0,"tableliving")) do
          parse("equip "..player(0,"tableliving")[i].." 51")
          parse("equip "..player(0,"tableliving")[i].." 52")
          parse("equip "..player(0,"tableliving")[i].." 53")
          parse("equip "..player(0,"tableliving")[i].." 54")
          parse("equip "..player(0,"tableliving")[i].." 72")
          parse("equip "..player(0,"tableliving")[i].." 73")
          parse("equip "..player(0,"tableliving")[i].." 75")
          parse("equip "..player(0,"tableliving")[i].." 76")
          parse("equip "..player(0,"tableliving")[i].." 86")
          parse("equip "..player(0,"tableliving")[i].." 89")
     end
end
edited 1×, last 26.05.12 02:55:14 am
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview