Forum

> > CS2D > Scripts > How To Make The These Items Infinite
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch How To Make The These Items Infinite

4 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt How To Make The These Items Infinite

MysticXyo
User Off Offline

Zitieren
• • • • 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

alt Re: How To Make The These Items Infinite

omg
User Off Offline

Zitieren
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
1× editiert, zuletzt 26.05.12 02:55:14
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht