i didn't tested it but it might work
it heals victim both hp and armor so it would just damage the buildings
addhook("hit","hitt") 	return 1 end
addhook("serveraction","pokemenu") function pokemenu(id,action) 		menu(id,"Select your action,Pokemons,Pokecenter,Pokemart,Inventory") 	end end
addhook("menu","seconmenu") function seconmenu(id,xmenu,select) 	if (xmenu=="Select your action") then 		if (select == 1) then 			menu(id,"Pokemons,Pikachu|Electric,Charmander|Fire,Squartle|Agua") else 		if (select == 2) then 			menu(id,"Select item,The Cure|Cost : 500") else 		end 		end 	end end
function kills(vic,id,wpn,hp,ap) 	local s 	for s = 1, 10 do 		local p 		for p= 1, 7 do 			if (player(vic,class) == [s]) then 				if (player(p,class) == [p]) then 				--rest of the script-- 				end 			end 		end 	end end
function kills(vic,id,wpn,hp,ap) local s for s = 1, 10 do local p for p= 1, 7 do if (player(vic,class) == [s]) then if (player(p,class) == [p]) then --rest of the script-- end end end end end
local s for s = 1, 10 do local p for p= 1, 7 do
s = 1, 10 do p = 1, 7 do
value = {5,4,3,2,1} value[1] = 5 value[2] = 4 value[3] = 3 value[4] = 2 value[5] = 1
function kills(vic,id,wpn,hp,ap) super = 1, 10 do pipo = 1, 7 do if (player(vic,class)==super) then if (player(p,class) ==pipo) then --rest of the script-- end end end end end