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 Dont understand this
SilentStriker Offline
Posting Freak

Posts: 950
Threads: 26
Joined: Jul 2011
Reputation: 43
#18
RE: Dont understand this

(01-06-2012, 09:33 PM)jessehmusic Wrote: Got the script to make it work but not to make it broken :S
I've got a perfect script for you Smile I can help you if you don't understand what you need to add etc Smile

PHP Code: (Select All)
void OnStart()
{
    
AddUseItemCallback("""Hammer""Wood_21""BrakeWood2"false);
}

void BrakeWood2(string &in asItemstring &in asEntity)
{
    
SetEntityActive("Wood_21"false);
    
SetEntityActive("BrokeWood_2"true);
    
AddPropForce("BrokeWood_2"0300100"world");
    
//BreakJoint ("BrokeWood_2");
    
PlaySoundAtEntity("","break_wood.ogg","BrakeWoodArea_2"0false);
    
CreateParticleSystemAtEntity("""ps_dust_impact_vert.ps""BrakeWoodArea_2",false);
    
RemoveItem("Hammer");



01-06-2012, 09:38 PM
Find


Messages In This Thread
Dont understand this - by jessehmusic - 01-06-2012, 08:23 PM
RE: Dont understand this - by SilentStriker - 01-06-2012, 08:24 PM
RE: Dont understand this - by jessehmusic - 01-06-2012, 08:28 PM
RE: Dont understand this - by SilentStriker - 01-06-2012, 08:30 PM
RE: Dont understand this - by jessehmusic - 01-06-2012, 08:31 PM
RE: Dont understand this - by SilentStriker - 01-06-2012, 08:34 PM
RE: Dont understand this - by jessehmusic - 01-06-2012, 08:40 PM
RE: Dont understand this - by SilentStriker - 01-06-2012, 08:43 PM
RE: Dont understand this - by jessehmusic - 01-06-2012, 08:54 PM
RE: Dont understand this - by SilentStriker - 01-06-2012, 08:55 PM
RE: Dont understand this - by jessehmusic - 01-06-2012, 08:57 PM
RE: Dont understand this - by SilentStriker - 01-06-2012, 09:02 PM
RE: Dont understand this - by jessehmusic - 01-06-2012, 09:03 PM
RE: Dont understand this - by SilentStriker - 01-06-2012, 09:04 PM
RE: Dont understand this - by jessehmusic - 01-06-2012, 09:11 PM
RE: Dont understand this - by SilentStriker - 01-06-2012, 09:14 PM
RE: Dont understand this - by jessehmusic - 01-06-2012, 09:33 PM
RE: Dont understand this - by SilentStriker - 01-06-2012, 09:38 PM
RE: Dont understand this - by jessehmusic - 01-06-2012, 10:06 PM
RE: Dont understand this - by SilentStriker - 01-06-2012, 10:08 PM
RE: Dont understand this - by jessehmusic - 01-06-2012, 10:17 PM
RE: Dont understand this - by SilentStriker - 01-06-2012, 10:17 PM



Users browsing this thread: 1 Guest(s)