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


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help WakeUp Script help needed!
RaideX Offline
Member

Posts: 212
Threads: 33
Joined: May 2013
Reputation: 7
#4
RE: WakeUp Script help needed!

try using (i'm not 100% sure with this fix)

PHP Code: (Select All)
string &in asTimer 

instead of

PHP Code: (Select All)
string &in timer_name 

and change the code accordingly. (if you know how to do so!)

EDIT: It seems that you use "MovePlayerHeadPos". I think what you want to do here is either make it back to normal or let the player get up. For that you will most likely have to use "FadePlayerRollTo". I'm not entirely sure with the numbers for that function but i guess you'll figure it out!

EDIT2:

I think i've figured it out:

PHP Code: (Select All)
else if (timer_name == "MoveHead")
        {
                
MovePlayerHeadPos(13.750, -2.522);  //Try deleting this Line!
                
FadePlayerRollTo(02500);
                
AddTimer("ActivatePlayer"2"WakeUp");
        } 

If you don't draw first, you don't get to draw at all... -The False Shepherd
(This post was last modified: 12-05-2013, 11:25 PM by RaideX.)
12-05-2013, 11:19 PM
Find


Messages In This Thread
WakeUp Script help needed! - by Ardie - 12-05-2013, 09:56 PM
RE: WakeUp Script help needed! - by RaideX - 12-05-2013, 10:18 PM
RE: WakeUp Script help needed! - by Ardie - 12-05-2013, 10:50 PM
RE: WakeUp Script help needed! - by RaideX - 12-05-2013, 11:19 PM
RE: WakeUp Script help needed! - by Ardie - 12-05-2013, 11:53 PM



Users browsing this thread: 1 Guest(s)