forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
cdc047e91b
commit
377e7fa5fc
1 changed files with 25 additions and 0 deletions
|
@ -65,6 +65,31 @@ Config = {
|
||||||
Invincible = true,
|
Invincible = true,
|
||||||
BlockingOfNonTemporaryEvents = true
|
BlockingOfNonTemporaryEvents = true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
pedHash = `CS_Bankman`,
|
||||||
|
pedCoords = vector4(148.5678, -1042.1091, 29.3680, 336.1227),
|
||||||
|
pedAnimation = {
|
||||||
|
animDict = 'amb@world_human_stand_tablet@male@base', -- Male version
|
||||||
|
animName = 'base',
|
||||||
|
animFlag = 49
|
||||||
|
},
|
||||||
|
pedProp = {
|
||||||
|
propHash = `prop_cs_tablet`,
|
||||||
|
propBone = 28422,
|
||||||
|
propPlacement = {
|
||||||
|
0.17, 0.07, -0.15,
|
||||||
|
10.0, -100.0, 0.0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
pedSettings = {
|
||||||
|
FreezePerson = true,
|
||||||
|
Invincible = true,
|
||||||
|
BlockingOfNonTemporaryEvents = true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue