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 ?
Radical Batz Offline
Posting Freak

Posts: 953
Threads: 145
Joined: Dec 2013
Reputation: 25
#9
RE: Is it possible ?

(09-21-2014, 02:27 PM)Straxedix Wrote:
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...)
{
ChangePlayerStateToNormal();



Why is that a thing?
PHP Code: (Select All)
void ToNormality(string &in...) 

It should be
PHP Code: (Select All)
void ToNormality(string &in asParentstring &in asChildint alState

lol I guess chaser was too lazy to continue it Tongue

(This post was last modified: 09-21-2014, 02:32 PM by Radical Batz.)
09-21-2014, 02:31 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: 3 Guest(s)