Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • 0
CaptainManiac

Duh,these Huds

Question

script 500 ENTER
{
    SetHudSize(1024,768,0);
    SetFont("dbigfont");
    HudMessage(s:"Huh,what is that?I see a land!I should swim there quickly!";HUDMSG_FADEINOUT|HUDMSG_LOG,PlayerNumber(),CR_GREEN,512,384,3.0);
    HudMessage(s:"Objective: Swim to the surface as fast as you can.Get there quickly!";HUDMSG_FADEINOUT|HUDMSG_LOG,PlayerNumber(),CR_GOLD,500,500,10.0);
    delay(200);
    FadeTo(0,0,0,100,2.0);
    FadeTo(0,0,0,0,2.0);
    FadeTo(0,0,0,100,2.0);
    FadeTo(0,0,0,0,2.0);
}

This is for a new project o' mine and is supposed to fade in and out making a blinkeye effect and to make stor and objective messages,but,duh,it does not work in any of the ways,the messages are in their mother's pussy and the blink fading does not commense.Whadda do?

 

Share this post


Link to post

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×