who can help me ?
i create new script
but i have problem
ex :
when play i get portal and m4a1
when die i'm lost it
and i use hook spawn
i want that, when spawn lua give all item i got(portal,m4a1)!
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
addhook("spawn","sp") function sp(id) i_tem[id] = playerweapons(id) if level[id] >= 1 then parse("equip "..id.." "..i_tem[id]) return 1 end end
help pls