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 [SOLVED] Is it possible ?
Straxedix Offline
Senior Member

Posts: 426
Threads: 52
Joined: Mar 2014
Reputation: 5
#10
RE: Is it possible ?

I noticed it

Spoiler below!
PHP Code: (Select All)
AddEntityCollideCallback("Player""TunelMagic""FuckItUp"true1);
AddEntityCollideCallback("Player""TunelMagicEnd""ToNormality"true, -1);



void FuckItUp(string &in asParentstring &in asChildint alState)
{
SetPlayerSanity(1);
SetPlayerHealth(20);
PlaySoundAtEntity("insanity_whisper03""insanity_whisper.snt","Player"0false);

FadeImageTrailTo(0.2f1f);
FadeRadialBlurTo(0.4f1f);
FadePlayerFOVMulTo(2.3f0.5f);
FadePlayerAspectMulTo(2f0.2f);
}

void ToNormality(string &in asParentstring &in asChildint alState)
{
ChangePlayerStateToNormal();



Now it comes more errors say that these:

Spoiler below!
PHP Code: (Select All)
FadeImageTrailTo(0.2f1f);
FadeRadialBlurTo(0.4f1f);FadePlayerAspectMulTo(2f0.2f); 


It says they need ")" or ","

09-21-2014, 02:33 PM
Find


Messages In This Thread
[SOLVED] Is it possible ? - by Straxedix - 09-21-2014, 01:33 PM
RE: Is it possible ? - by The chaser - 09-21-2014, 01:56 PM
RE: Is it possible ? - by Straxedix - 09-21-2014, 02:10 PM
RE: Is it possible ? - by Radical Batz - 09-21-2014, 02:16 PM
RE: Is it possible ? - by Neelke - 09-21-2014, 02:15 PM
RE: Is it possible ? - by Straxedix - 09-21-2014, 02:21 PM
RE: Is it possible ? - by Radical Batz - 09-21-2014, 02:25 PM
RE: Is it possible ? - by Straxedix - 09-21-2014, 02:27 PM
RE: Is it possible ? - by Radical Batz - 09-21-2014, 02:31 PM
RE: Is it possible ? - by Straxedix - 09-21-2014, 02:33 PM
RE: Is it possible ? - by Neelke - 09-21-2014, 02:40 PM
RE: Is it possible ? - by Straxedix - 09-21-2014, 06:26 PM
RE: Is it possible ? - by FlawlessHappiness - 09-21-2014, 06:53 PM
RE: Is it possible ? - by Straxedix - 09-21-2014, 07:03 PM
RE: [SOLVED] Is it possible ? - by The chaser - 09-21-2014, 08:39 PM



Users browsing this thread: 1 Guest(s)