Viewing 15 posts - 121 through 135 (of 150 total)

Animation for human entity

149 replies
13 years, 8 months ago
#12588

Very good initiative Director to paste the script under your videos +1

13 years, 8 months ago
#12601

Thanks man. <img decoding=” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/wink@2x.png 2x” width=”20″ height=”20″>

13 years, 8 months ago
#12607

Same, good work <img decoding=” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/wink@2x.png 2x” width=”20″ height=”20″> Hope you will have mood for makin’ next ones <img decoding=” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/wink@2x.png 2x” width=”20″ height=”20″>

13 years, 6 months ago
#14352

How can I drink Swift cola at bar? I usually use sc_chair_drink_bottle but there is no skin… Do you know how to do this? Thank you eXistenZ <img decoding=” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/wink@2x.png 2x” width=”20″ height=”20″>

13 years, 6 months ago
#14494

what skin? bottle it’s an object as umbrella, shovel that you need to put in hand.

you must find his Id in table in “tables.sds”

 

[img]//i46.tinypic.com/ejy1l.jpg&key=6761070ec350f1e8f9125881cda981a3ae949041de02fc20790642a217b27cb8[/img]

 

view also for command LUA ModelToHands

http]

 

Link corrected – Cole

13 years, 5 months ago
#15287

Hello all,

I have a problem: I downloaded the lua injector, but my AVG founds 2 infections. <img decoding=” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/sad@2x.png 2x” width=”20″ height=”20″> Where can I download Injector without infections? <img decoding=” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/smile@2x.png 2x” width=”20″ height=”20″>

13 years, 5 months ago
#15288

Hello all,

I have a problem: I downloaded the lua injector, but my AVG founds 2 infections. <img decoding=” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/sad@2x.png 2x” width=”20″ height=”20″> Where can I download Injector without infections? <img decoding=” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/smile@2x.png 2x” width=”20″ height=”20″>

http]

This is the one i use and i scanned it and no infections.

Sometimes AV’s will pick things up as viruses when they are not, just because they are mods.

bigeyes.gif

13 years, 5 months ago
#15291

 

I downloaded, but AVG found viruses. <img decoding=” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/sad@2x.png 2x” width=”20″ height=”20″>

It didn’t for me… it could be a false alarm

13 years, 5 months ago
#15301

Hey! <img decoding=” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/wink@2x.png 2x” width=”20″ height=”20″>

I’m learning lua language and my question, how Can I add an npc like in Cathouse? Animations are quite simple but i don’t know how to add an bot or npc or whatever it’s called bigwink.gif

Can You help me? <img decoding=” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/smile@2x.png 2x” width=”20″ height=”20″>

13 years, 1 month ago
#16367

eXistenZ34

 

You have shown the video to play on the piano. Please show script animations for the injector.

13 years, 1 month ago
#16368

Animation in Empire Arms Hotel (arpatro.sds in city folder)

ply=game.game:GetActivePlayer()

DelayBuffer:Insert(function(l_1_0)

CommandBuffer:Insert(l_6_0,{

function(l_1_0)return ply:SetControlStyle(enums.ControlStyle.LOCKED)end,

function(l_1_0)return ply:SetPhysState(enums.PhysicsState.DYNAMIC)end,

function(l_1_0)ply:SetDir(Math:newVector(x,y,0)) return ply:SetPos(Math:newVector(x,y,z))end,

function(l_2_0)return ply:AnimPlay(“sc_pianist_a”, false)end,

function(l_3_0)return ply:AnimPlay(“sc_pianist_b”, false)end,

function(l_1_0)return ply:SetPhysState(enums.PhysicsState.ENABLE)end,

function(l_8_0)return ply:SetControlStyle(enums.ControlStyle.FREE)end})

end,{l_1_0},500,1,false)

 

Animation in Falcon Bar (falcone_satna.sds in shops folder)

ply=game.game:GetActivePlayer()

DelayBuffer:Insert(function(l_1_0)

CommandBuffer:Insert(l_6_0,{

function(l_1_0)return ply:SetControlStyle(enums.ControlStyle.LOCKED)end,

function(l_1_0)return ply:SetPhysState(enums.PhysicsState.DYNAMIC)end,

function(l_1_0)ply:SetDir(Math:newVector(x,y,0)) return ply:SetPos(Math:newVector(x,y,z))end,

function(l_2_0)return ply:AnimPlay(“sc_piano_loop_a”, false)end,

function(l_3_0)return ply:AnimPlay(“sc_piano_loop_b”, false)end,

function(l_4_0)return ply:AnimPlay(“sc_piano_loop_c”, false)end,

function(l_1_0)return ply:SetPhysState(enums.PhysicsState.ENABLE)end,

function(l_8_0)return ply:SetControlStyle(enums.ControlStyle.FREE)end})

end,{l_1_0},500,1,false)

13 years, 1 month ago
#16373

Thanks …

12 years, 11 months ago
#16555

I can’t read those animations bin files. When I open them with notepad there are just some hieroglyphs not lua commands. <img decoding=” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/sad@2x.png 2x” width=”20″ height=”20″>

12 years, 11 months ago
#16556

this is normal, nobody can read and understand “Animationx_x.bin”

 

what you want exactly.

Viewing 15 posts - 121 through 135 (of 150 total)
  • You must be logged in to reply to this topic.