Can someone help me?
Scripts
script request
script request
1

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
EP has writtenaddhook("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
1
