Forum

> > CS2D > General > Why wont it work?
Forums overviewCS2D overviewGeneral overviewLog in to reply

English Why wont it work?

3 replies
To the start Previous 1 Next To the start

old closed Why wont it work?

perfectgamer2
User Off Offline

Quote
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
To the start Previous 1 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview