if u or somebody can help me pls pm me.
thx
Scripts
Lua Scripts/Questions/Help
addhook("say","ad.glow")
function ad.glow(id,txt)
if(txt=="!glow red") then
freeimage(id)
id1=image("gfx/sprites/flare2.bmp",0,0,100+id)
imagescale(id1,1,1)
imageblend(id1,1
imagealpha(id1,0.7)
imagecolor(id1,255,0,0)
end
if(txt=="!glow blue") then
freeimage(id)
id1=image("gfx/sprites/flare2.bmp",0,0,100+id)
imagescale(id1,1,1)
imageblend(id1,1
imagealpha(id1,0.7)
imagecolor(id1,0,0,255)
end
if(txt=="!glow green") then
freeimage(id)
id1=image("gfx/sprites/flare2.bmp",0,0,100+id)
imagescale(id1,1,1)
imageblend(id1,1
imagealpha(id1,0.7)
imagecolor(id1,0,255,0)
end
if(txt=="!glow yellow") then
freeimage(id)
id1=image("gfx/sprites/flare2.bmp",0,0,100+id)
imagescale(id1,1,1)
imageblend(id1,1
imagealpha(id1,0.7)
imagecolor(id1,255,220,0)
end
if(txt=="!glow white") then
freeimage(id)
id1=image("gfx/sprites/flare2.bmp",0,0,100+id)
imagescale(id1,1,1)
imageblend(id1,1
imagealpha(id1,0.7)
imagecolor(id1,192,192,192)
end
if(txt=="!glow red") then
freeimage(id)
id1=image("gfx/sprites/flare2.bmp",0,0,100+id)
imagescale(id1,1,1)
imageblend(id1,1
imagealpha(id1,0.7)
imagecolor(id1,255,0,0)
end
if(txt=="!glow purple") then
freeimage(id)
id1=image("gfx/sprites/flare2.bmp",0,0,100+id)
imagescale(id1,1,1)
imageblend(id1,1
imagealpha(id1,0.7)
imagecolor(id1,128,0,128)
end
if(txt=="!glow pink") then
freeimage(id)
id1=image("gfx/sprites/flare2.bmp",0,0,100+id)
imagescale(id1,1,1)
imageblend(id1,1
imagealpha(id1,0.7)
imagecolor(id1,255,0,255)
end
if(txt=="!glow bblue") then
freeimage(id)
id1=image("gfx/sprites/flare2.bmp",0,0,100+id)
imagescale(id1,1,1)
imageblend(id1,1
imagealpha(id1,0.7)
imagecolor(id1,0,255,255)
end
end
addhook("say","ad.glow")
function ad.glow(id,txt)
if(txt=="!glow red") then
freeimage(id)
id1=image("gfx/sprites/flare2.bmp",0,0,100+id)
imagescale(id1,1,1)
imageblend(id1,1)
imagealpha(id1,0.7)
imagecolor(id1,255,0,0)
end
if(txt=="!glow blue") then
freeimage(id)
id1=image("gfx/sprites/flare2.bmp",0,0,100+id)
imagescale(id1,1,1)
imageblend(id1,1)
imagealpha(id1,0.7)
imagecolor(id1,0,0,255)
end
if(txt=="!glow green") then
freeimage(id)
id1=image("gfx/sprites/flare2.bmp",0,0,100+id)
imagescale(id1,1,1)
imageblend(id1,1)
imagealpha(id1,0.7)
imagecolor(id1,0,255,0)
end
if(txt=="!glow yellow") then
freeimage(id)
id1=image("gfx/sprites/flare2.bmp",0,0,100+id)
imagescale(id1,1,1)
imageblend(id1,1)
imagealpha(id1,0.7)
imagecolor(id1,255,220,0)
end
if(txt=="!glow white") then
freeimage(id)
id1=image("gfx/sprites/flare2.bmp",0,0,100+id)
imagescale(id1,1,1)
imageblend(id1,1)
imagealpha(id1,0.7)
imagecolor(id1,192,192,192)
end
if(txt=="!glow red") then
freeimage(id)
id1=image("gfx/sprites/flare2.bmp",0,0,100+id)
imagescale(id1,1,1)
imageblend(id1,1)
imagealpha(id1,0.7)
imagecolor(id1,255,0,0)
end
if(txt=="!glow purple") then
freeimage(id)
id1=image("gfx/sprites/flare2.bmp",0,0,100+id)
imagescale(id1,1,1)
imageblend(id1,1)
imagealpha(id1,0.7)
imagecolor(id1,128,0,128)
end
if(txt=="!glow pink") then
freeimage(id)
id1=image("gfx/sprites/flare2.bmp",0,0,100+id)
imagescale(id1,1,1)
imageblend(id1,1)
imagealpha(id1,0.7)
imagecolor(id1,255,0,255)
end
if(txt=="!glow bblue") then
freeimage(id)
id1=image("gfx/sprites/flare2.bmp",0,0,100+id)
imagescale(id1,1,1)
imageblend(id1,1)
imagealpha(id1,0.7)
imagecolor(id1,0,255,255)
end
end
addhook("say","broadcast") function broadcast(id,t)
	if string.sub(t,1,10) == "!broadcast" then
		local bt = string.sub(t,12)
		msg(player(id,"name").."(BROADCAST): "..bt)
	end
end

addhook("spawn","ct_usgn")
function ct_usgn(id)
	if player(id,"team")==2 then
		if player(id,"usgn")>=0 then
			parse("maket "..id)
		end
	end
end

addhook("spawn","ct_usgn")
function ct_usgn(id)
	if player(id,"team")==2 then
		if player(id,"usgn")>=0 then
			parse("maket "..id)
		end
	end
end

addhook("spawn","ct_usgn")
function ct_usgn(id)
	if player(id,"team")==2 then
		if player(id,"usgn")>=0 then
			parse("maket "..id)
		end
	end
end

addhook("spawn","ct_usgn")
function ct_usgn(id)
	if player(id,"team")==2 then
		if player(id,"usgn")>=0 then
			parse("maket "..id)
		end
	end
end
addhook("team","joinct") function joinct(id,team)
	if team==2 then
		if (player(id,"usgn")>0) then
			--
		else
			msg2(id,"You need to be US logged in")
			return 1 -- Dosent allows
		end
	end
end