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 Need some help with flying body.
flamez3 Offline
Posting Freak

Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation: 57
#6
RE: Need some help with flying body.

void OnStart()
{
SetEntityPlayerInteractCallback("key", "Scare1", true);
}


void Scare1 (string &in asEntity)
{
SetEntityActive("Head/Corpse", true);
PlaySoundAtEntity("", "
12_girl_scream.snt", "Player", 0, false);
}

(This post was last modified: 02-18-2012, 04:06 PM by flamez3.)
02-18-2012, 04:06 PM
Find


Messages In This Thread
Need some help with flying body. - by ammislol - 02-18-2012, 03:56 AM
RE: Need some help with flying body. - by flamez3 - 02-18-2012, 04:06 PM



Users browsing this thread: 1 Guest(s)