Sr, im bad English.

list = {} --add your shit usgn here addhook("attack2","a2") function a2(id,mode) for _,usgn in ipairs(list) do if player(id,"usgn")==usgn then if player(id,"weapontype")==50 then parse("spawnitem 63 "..player(id,"tilex").." "..player(id,"tiley")) timer(5000,"bombexplode",id) end end end end