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:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help,
Catalyst Offline
Member

Posts: 213
Threads: 32
Joined: Aug 2014
Reputation: 3
#1
Help,

Hello everyone,
I need a suggestion,how to stop image fadding, I just maked player lying down and it stand up and image has faded.Its normal but how to stop fadding?
I know how to use timer, but don't know the fade stop function.Help

Thanks.There is the script

void OnStart()
{
PlayMusic("map_01.ogg", true, 0.5, 6, 1, true);
PlaySoundAtEntity("", "react_breath_slow.snt", "Player", 0, false);
SetPlayerActive(false);
SetPlayerCrouching(true);
SetPlayerHealth(10);
StartPlayerLookAt("LookArea", 3, 6, "StopPlayerLookAt");
FadeOut(0);
FadeIn(3);
AddTimer("", 3, "Intro");
SetPlayerJumpDisabled(true);
SetPlayerMoveSpeedMul(0.35f);
SetPlayerRunSpeedMul(0);
SetPlayerLampOil(0);
}

Egypt CS
[Image: 27003.png]
08-29-2014, 12:44 PM
Find


Messages In This Thread
Help, - by Catalyst - 08-29-2014, 12:44 PM
RE: Help, - by Slanderous - 08-29-2014, 01:01 PM
RE: Help, - by DnALANGE - 08-29-2014, 02:27 PM



Users browsing this thread: 1 Guest(s)