- This topic has 149 replies, 32 voices, and was last updated 12 years, 5 months ago by .
Animation for human entity
Very good initiative Director to paste the script under your videos +1
Thanks man.
” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/wink@2x.png 2x” width=”20″ height=”20″>
Same, good work
” 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
” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/wink@2x.png 2x” width=”20″ height=”20″>
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
” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/wink@2x.png 2x” width=”20″ height=”20″>
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
Link corrected – Cole
Hello all,
I have a problem: I downloaded the lua injector, but my AVG founds 2 infections.
” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/sad@2x.png 2x” width=”20″ height=”20″> Where can I download Injector without infections?
” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/smile@2x.png 2x” width=”20″ height=”20″>
Hello all,
I have a problem: I downloaded the lua injector, but my AVG founds 2 infections.
” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/sad@2x.png 2x” width=”20″ height=”20″> Where can I download Injector without infections?
” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/smile@2x.png 2x” width=”20″ height=”20″>
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.

johncena1 wrote 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.
I downloaded, but AVG found viruses.
” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/sad@2x.png 2x” width=”20″ height=”20″>
I downloaded, but AVG found viruses.
” 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
Hey!
” 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 
Can You help me?
” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/smile@2x.png 2x” width=”20″ height=”20″>
eXistenZ34
You have shown the video to play on the piano. Please show script animations for the injector.
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)
Thanks …
I can’t read those animations bin files. When I open them with notepad there are just some hieroglyphs not lua commands.
” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/sad@2x.png 2x” width=”20″ height=”20″>
this is normal, nobody can read and understand “Animationx_x.bin”
what you want exactly.
- You must be logged in to reply to this topic.
