The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help I would very much like some help please!
Straxedix Offline
Senior Member

Posts: 426
Threads: 52
Joined: Mar 2014
Reputation: 5
#1
Shocked  I would very much like some help please!

Ok guys i worked on some WakeUp like you are in bed and i wanna wake up followed some tut on yt but let's see what is problem

When maps load it's come black screen and it stay like that :O
Angry
So like player is blind :O see my .hps

Spoiler below!
PHP Code: (Select All)
void OnStart()
{
     
FadeOut(0);
    
FadePlayerRollTo(652020);
    
MovePlayerHeadPos(-1, -0.45, -1.1201);
    
AddTimer("ActivatePlayer"3"FadeIn");
    
SetLightVisible("BoxLight_1"false);
    
FadeImageTrailTo(31);
    
FadeRadialBlurTo(11);
}



----------------------------------------------------------------------

and

void WakeUp(string &in timer_name)
{
     if(
timer_name == "Start")
    {
         
SetLightVisible("BoxLight_1"true);
         
AddTimer("MoveHead"1"WakeUp");
    }
    
    else if (
timer_name == "MoveHead")
    {
         
FadeImageTrailTo(01);
         
FadeRadialBlurTo(11);
         
MovePlayerHeadPos(-0.5, -0.2, -1.122);
         
FadePlayerRollTo(01.7500);
         
AddTimer("ActivatePlayer"2"WakeUp");
    }

    else if (
timer_name == "ActivatePlayer")
    {
        
MovePlayerHeadPos(00022);
        
SetPlayerActive(true);
    }



(This post was last modified: 10-28-2014, 11:49 AM by Straxedix.)
03-23-2014, 08:09 PM
Find


Messages In This Thread
I would very much like some help please! - by Straxedix - 03-23-2014, 08:09 PM



Users browsing this thread: 1 Guest(s)