ItsMods

Full Version: Code, when you get points.Like BO Zombies
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Here! my code! Looks cool
---Edited!----
PHP Code:
ScoreHUDpoints )
{
    
self endon("disconnect");
    
hud_score NewClientHudElem(self);
    
hud_score.alpha 0;
    
hud_score.font "objective";
    
hud_score.fontscale 1.5;
    
hud_score.600;
    
hud_score.360;
    
hud_score.archived true;
    
hud_score.color = (1,1,0);
    
hud_score.alignX "right";
    
hud_score.alignY "middle";
    
hud_score.horzAlign "fullscreen";
    
hud_score.vertAlign "fullscreen";
    
hud_score settext("+"+points);
    
direction randomint(340);
    
hud_score FadeOverTime(.5);
    
hud_score.alpha 1;
    
hud_score MoveOverTime(10);
    
hud_score.cos(direction) * randomint(250);
    
hud_score.sin(direction) * randomint(250);
    
wait 1.3;
    
hud_score FadeOverTime(.3);
    
hud_score.alpha 0;
    
wait .3;
    
hud_score destroy();


I might try later, sounds intesresting. Does it make points add up when you get kill etc?
nice shit keep m coming!
copy paste from zombies gsc nj... not really lol Big Grin
no, its my code
Dont work on my mod >.<
Wink Thanks
Btw should this be in mod tutorial?
Added php tags to main post.