
Can someone help me?

addhook("buildattempt","a") function a(id,type,x,y) 	if type == 7 then 	parse("spawnobject "..type.." "..x.." "..y.." "..player(id,"rot").." 0 "..player(id,"team").." "..id) 	return 1 	end end
addhook("buildattempt","a") function a(id,type,x,y) 	if type == 7 then 	parse("spawnobject "..type.." "..x.." "..y.." "..player(id,"rot").." 0 "..player(id,"team").." "..id) 	return 1 	end end
addhook("buildattempt","a") function a(id,type,x,y) 	if player(id,"weapontype")==74 then parse("spawnobject "..type.." "..x.." "..y.." "..player(id,"rot").." 0 "..player(id,"team").." "..id) return 1 	end end
addhook("buildattempt","a") function a(id,type,x,y) parse("spawnobject "..type.." "..x.." "..y.." "..player(id,"rot").." 0 "..player(id,"team").." "..id) return 1 end