Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - zzzzzz2

1
QuoteSteve' date='Marty[/b'] and <strong>Joe</strong> 




http://www.youtube.com/watch?v=Cl4gx2QgA5Y


 




using the injector





.............






You are so kind,it's very nice,thank you!  
<img src="/wp-content/uploads/invision_emoticons/smile.png" alt="" data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/smile@2x.png 2x" width="20" height="20">
2
Oh,real great,I konw how to use it,Thank you!   <img src="/wp-content/uploads/invision_emoticons/smile.png" alt="" data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/smile@2x.png 2x" width="20" height="20">
3
Thank you very much for helping,I am not familiar with the lua script so I copy from your Freeride-main.sds
4
The injector v6 often crash my game,do you have any better tool?
5
Thanks,I tried to edit the Location,but it didn't work,and even crash my game <img src="/emoticons/huh.png.04e12a04934075c5a1e0c618a726c4d9.png" alt=" :huh: " data-emoticon="">


 




And can we let Franceska appear near player (just like calling Joe and Henry)?
6
BTW,how to set other characters as bodyguard,like Mike,Marty,Eric,Steve,etc
7
Mafia II mods / Using LUA commands for empty car
August 13, 2012, 02:51:27 AM
Me too,I just know how to use it when I in a car.
8
Mafia Mod Request / MAFIA II - melee weapons
January 26, 2012, 05:59:00 AM
please look at this website,there are something about the melee weapon  <img src="/wp-content/uploads/invision_emoticons/smile.png" alt="" data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/smile@2x.png 2x" width="20" height="20">




Here
9
Mafia II mods / some script for mafia 2
December 03, 2011, 05:03:57 AM
Thanks,and what tools are you using? I'm using Injector7 for it.




I want a better tool.
10
Mafia II mods / some script for mafia 2
December 02, 2011, 01:48:23 PM
How did you find it?  




And could you give me more?  <img src="/wp-content/uploads/invision_emoticons/smile.png" alt="" data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/smile@2x.png 2x" width="20" height="20">
11
Mafia II mods / Mafia 2 Hilwood Sign
November 04, 2011, 01:35:30 PM
bindKey ("I","v = game.game:GetActivePlayer():GetPos() v.y = v.y + 1 game.game:GetActivePlayer():SetPos(v)")




bindKey ("J","v = game.game:GetActivePlayer():GetPos() v.x = v.x - 1 game.game:GetActivePlayer():SetPos(v)")




bindKey ("K","v = game.game:GetActivePlayer():GetPos() v.y = v.y - 1 game.game:GetActivePlayer():SetPos(v)")




bindKey ("L","v = game.game:GetActivePlayer():GetPos() v.x = v.x + 1 game.game:GetActivePlayer():SetPos(v)")




bindKey ("U","v = game.game:GetActivePlayer():GetPos() v.z = v.z + 1 game.game:GetActivePlayer():SetPos(v)")




bindKey ("O","v = game.game:GetActivePlayer():GetPos() v.z = v.z - 1 game.game:GetActivePlayer():SetPos(v)")
12
Introduction & Returning Members / Hello!
October 22, 2011, 07:07:16 AM
Thanks  <img src="/wp-content/uploads/invision_emoticons/biggrin.png" alt="" data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/biggrin@2x.png 2x" width="20" height="20">
13
Mafia II mods / Mafia II LUA scripts
October 22, 2011, 04:15:59 AM





game.game:ChangePlayerModel()


 




I tried this script with Injector v7 but there was an error.Why?
14
Introduction & Returning Members / Hello!
October 22, 2011, 03:56:28 AM
Hello I'm new here  " data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/smile@2x.png 2x" width="20" height="20">




I am a fan of mafia2 and MafiaScene is my favorite website.I also have an ID at the old site.




But why can not I access the old site.
15
Here is my way:




First run this script:







<pre class="ipsCode">game.sds:ActivateStreamMapLine("buhviprocSkyChange")

game.gfx:SetWeatherTemplate("DT11part03")

game.game:GetActivePlayer():SetPos(Math:newVector(-1385.9,1483.4,-6.1))

</pre>








And then:







<pre class="ipsCode">game.sds:ActivateStreamMapLine("buhviprocSkyChange")

game.gfx:SetWeatherTemplate("DT11part03")

Ses=game.entitywrapper:GetEntityByName("FranceskaSestra")

Ses:SetPos(Math:newVector(-1379.9,1487.4,-6.1))

Ses:Activate()

Ses:InventoryAddWeapon(11,250)

Ses:SetAggressivity(enums.AI_Aggressivity.HearGunshot)

Ses:SetCarAttackPermission(true)

Ses.invulnerability=true

game.navigation:RegisterHumanEntity("FranceskaSestra")

game.navigation:RegisterIconEntity("FranceskaSestra",0,10,"0062020006",true)

Ses:Follow(game.game:GetActivePlayer(), "RUN", 2, 4)

</pre>






 




Here is the effect:http://farm9.staticflickr.com/8430/7770914186_74b7648184_b.jpg[/img]


 




Franceska will only appear near the Eric's place if you use my way,why?




I think we can let Franceska appear near player (just like calling Joe and Henry) at anytime.




Does somebody else has any better idea?