Forum

> > CS2D > General > Why wont it work?
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch Why wont it work?

3 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt geschlossen Why wont it work?

perfectgamer2
User Off Offline

Zitieren
Hi i made my own equip lua but then it will msg but no equip?

--Night vision

addhook("say","spawn7")
function spawn7(id,txt)
     if(txt=="!nv") then
msg(""..player(id,"name").." He can see in the dark ")
      parse("equip "..id.." 59")
end
     end
it works but can't equip "..id.." nightvision
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht