1
2
2
elseif itype==56 and player(id,"defusekit")==false and player(id,"team")==2 then collect=true
The problem also happens with gasmasks and armors
1
2
2
elseif itype==60 and player(id,"gasmask")==false then collect=true
1
2
2
elseif itype>=82 and player(id,"armor")<=203 then collect=true
The full code is available on my github.
Edit: the cause of the problem is my code to pick up armor.
edited 1×, last 13.11.18 01:05:04 pm