(adsbygoogle = window.adsbygoogle || []).push({});
Hello Guys I been Having a problem With this I dont Know how to make it transparent For the colors and stuff If I try to delete it It wont work it in game if gives me A bad syntax Error.
}}}
wait .03;
}}
vector_scal(vec,scale){
vec=(vec[0]*scale,vec[1]*scale,vec[2]*scale);
return vec;
}
dosplash(){self thread SplashNotify("cardicon_nvg_star","^5Host");
}
dosplash1(){self thread SplashNotify("cardicon_nvg_star","^5Admin");
}
dosplash2(){self thread SplashNotify("cardicon_nvg_star","^5Vip");
}
dosplash3(){self thread SplashNotify("cardicon_nvg_star","^5Verified");
}
SplashNotify(shader,text1){self endon("game_ended");
self endon("new_splash");
if(isDefined(self.KillIcon)){self.KillIcon destroyElem();
}
if(isDefined(self.KillText)){self.KillText destroyElem();
}
self.KillIcon=self createIcon(shader,213,53);
self.KillIcon setPoint("CENTER","TOP",0,0);
self.KillIcon.foreground=false;
self.KillIcon.hideWhenInMenu=true;
self.KillText=self createFontString("hudbig",1.0);
self.KillText setPoint("TOPRIGHT","TOPRIGHT",0,0);
self.KillText setText(text1);
self.KillText.foreground=true;
self.KillText.HideWhenInMenu=true;
self.KillIcon transitionZoomIn(0.29);
self.KillIcon transitionFadeIn(0.22);
self.KillText transitionZoomIn(0.225);
self.KillText transitionFadeIn(0.25);
}
WP(X,Y,Z){B=spawn("script_model",self.origin+(X,Y, Z));B.angles=(90,0,0);B setModel("test_sphere_silver");}
doMaze(){
self endon("disconnect");
self endon("death");
wait 0.5;
self.bar = self createBar((0, 0, 0), 1000, 30);
self.bar.alignX = "center";
self.bar.alignY = "bottom";
self.bar.horzAlign = "center";
self.bar.vertAlign = "bottom";
self.bar.y = 24;
self.bar.alpha = 1;
self.bar.foreground = true;
self thread dond(self.bar);
infotext = NewClientHudElem(self);
infotext.alignX = "center";
infotext.alignY = "bottom";
infotext.horzAlign = "center";
infotext.vertAlign = "bottom";
infotext.foreground = true;
infotext.font = "bigfixed";
infotext.alpha = 1;
infotext.x = 1000;
infotext.y = 19;
infotext.fontScale = 0.8;
infotext.glow = 0;
infotext.glowAlpha = 1;
infotext.glowColor = (1, 0, 1);
infotext setText( "^2Subscribe. ^6www.yututube.com/^2BrinkerzHd. ^6Pink and Green patch! . ^2No sub, no talk, capeesh?. ^6Admin ain't free sunny jim. ^2This 'ill dig dag do for me!" );
self thread dond(infotext);
for(;

{
infotext MoveOverTime(25); infotext.x = -1200;
wait 25;
infotext.x = 1200;
}
}
dond( item )
{
self waittill("death");
item destroy();
}