| Blockland Forums > Modification Help |
| Weapon Shake cancel? |
| << < (2/2) |
| Demian:
--- Quote from: Pompmaker1 on January 20, 2012, 04:13:28 AM ---How do I implement the hug into my script?? --- End quote --- I don't know but I suggest you do some research into the playThread commandthing. |
| Axolotl:
--- Quote from: Pompmaker1 on January 20, 2012, 04:13:28 AM ---How do I implement the hug into my script?? --- End quote --- Use serverCmdHug(-client-); where -client- is the client who is using the weapon. I don't know if weapons provide a client, though. |
| QuantumEagle:
If you want to have zombie/hug posture then it's something like --- Code: ---%obj.playThread(bothArmsUp); --- End code --- I'm not sure, ask someone else. If you want both hands in a custom position (holdin the rifle foregrip or handguard) the hands must be on the model directly. There should be a tutorial somewhere. |
| Slicksilver:
Scroll down a bit on the page.. --- Quote from: Demian on January 21, 2012, 06:20:22 AM ---Belongs in coding help. You didn't search well enough. --- Code: ---%obj.playThread(1, armReadyBoth); --- End code --- --- End quote --- |
| Navigation |
| Message Index |
| Previous page |