Mafia Scene - Mafia I & II Game Fan Site

Modders Corner => Mafia Scene Modders => eXistenZ34's Mods => Topic started by: eXistenZ34 on January 22, 2012, 02:59:14 AM

Title: Icons entity by Zahar999 & me
Post by: eXistenZ34 on January 22, 2012, 02:59:14 AM
[hr:3vlofh6n][/hr:3vlofh6n]






[align=center:3vlofh6n]Icons entity
[/size]
[/align:3vlofh6n]













[hr:3vlofh6n][/hr:3vlofh6n]



FR JA
[/size]





name entity find by Zahar999 (He also found those of JV), I found how to rotate.
[/size]






[/size]



 









<div><iframe width="480" height="270" src="https://www.youtube.com/embed/bEILXU_P4W0?feature=oembed" frameborder="0" allowfullscreen="true"></iframe></div>

 







[hr:3vlofh6n][/hr:3vlofh6n]






QuoteScript injector 




Icon={{0,1,1,0.5,0,-0.5,-1,-1,-1,-1,-1,-0.5,0,0.5,1,1},{0,0.5,1,1,1,1,1,0.5,0,-0.5,-1,-1,-1,-1,-1,-0.5}}


 




if J==nil then J=0 end


 




DelayBuffer:Insert(function(l_1_0)J=J+1




game.entitywrapper:GetEntityByName("DLC_PARKING1_00"):Activate()




game.entitywrapper:GetEntityByName("DLC_PARKING1_00"):SetPos(Math:newVector(-1307, 1006,-17))




game.entitywrapper:GetEntityByName("DLC_PARKING1_00"):SetDir(Math:newVector(Icon[1][J],Icon[2][J],0))




if J==16 then J=0 end




end,{l_1_0},60,16e5,false)


 



<hr class="bbcode_rule" />





-- information




-- 60 = speed rotation




-- 16e5 = 1600000 = repeat function (it takes 16 for a round)








 







QuoteScript LUA 




onGameInit=function(l_1_0)




Icon={{0,1,1,0.5,0,-0.5,-1,-1,-1,-1,-1,-0.5,0,0.5,1,1},{0,0.5,1,1,1,1,1,0.5,0,-0.5,-1,-1,-1,-1,-1,-0.5}}




J=0




end


 




-- or you want




DelayBuffer:Insert(function(l_1_0)J=J+1




game.entitywrapper:GetEntityByName("DLC_PARKING1_00"):Activate()




game.entitywrapper:GetEntityByName("DLC_PARKING1_00"):SetPos(Math:newVector(-1307, 1006,-17))




game.entitywrapper:GetEntityByName("DLC_PARKING1_00"):SetDir(Math:newVector(Icon[1][J],Icon[2][J],0))




if J==16 then J=0 end




end,{l_1_0},60,16e5,false)



 







QuoteScript use for video with injector 




Icon={{0,1,1,0.5,0,-0.5,-1,-1,-1,-1,-1,-0.5,0,0.5,1,1},{0,0.5,1,1,1,1,1,0.5,0,-0.5,-1,-1,-1,-1,-1,-0.5}}


 




if J==nil then J=0 end


 




DelayBuffer:Insert(function(l_1_0)J=J+1




game.entitywrapper:GetEntityByName("DLC_PARKING1_00"):Activate()




game.entitywrapper:GetEntityByName("DLC_PARKING1_00"):SetPos(Math:newVector(-1307, 1006,-17))




game.entitywrapper:GetEntityByName("DLC_PARKING1_00"):SetDir(Math:newVector(Icon[1][J],Icon[2][J],0))


 




game.entitywrapper:GetEntityByName("DLC_MISSIONEND1_00"):Activate()




game.entitywrapper:GetEntityByName("DLC_MISSIONEND1_00"):SetPos(Math:newVector(-1309, 1006,-17))




game.entitywrapper:GetEntityByName("DLC_MISSIONEND1_00"):SetDir(Math:newVector(Icon[1][J],Icon[2][J],0))


 




game.entitywrapper:GetEntityByName("DLC_ARROW_00"):Activate()




game.entitywrapper:GetEntityByName("DLC_ARROW_00"):SetPos(Math:newVector(-1311, 1006,-17))




game.entitywrapper:GetEntityByName("DLC_ARROW_00"):SetDir(Math:newVector(Icon[1][J],Icon[2][J],0))


 




game.entitywrapper:GetEntityByName("DLC_TIMER_00"):Activate()




game.entitywrapper:GetEntityByName("DLC_TIMER_00"):SetPos(Math:newVector(-1313, 1006,-17))




game.entitywrapper:GetEntityByName("DLC_TIMER_00"):SetDir(Math:newVector(Icon[1][J],Icon[2][J],0))


 




game.entitywrapper:GetEntityByName("DLC_JOE_G_00"):Activate()




game.entitywrapper:GetEntityByName("DLC_JOE_G_00"):SetPos(Math:newVector(-1315, 1006,-17))




game.entitywrapper:GetEntityByName("DLC_JOE_G_00"):SetDir(Math:newVector(Icon[1][J],Icon[2][J],0))


 




game.entitywrapper:GetEntityByName("DLC_TONY_G_00"):Activate()




game.entitywrapper:GetEntityByName("DLC_TONY_G_00"):SetPos(Math:newVector(-1317, 1005,-17))




game.entitywrapper:GetEntityByName("DLC_TONY_G_00"):SetDir(Math:newVector(Icon[1][J],Icon[2][J],0))




game.entitywrapper:GetEntityByName("DLC_TONY_D_00"):Activate()




game.entitywrapper:GetEntityByName("DLC_TONY_D_00"):SetPos(Math:newVector(-1319, 1005,-17))




game.entitywrapper:GetEntityByName("DLC_TONY_D_00"):SetDir(Math:newVector(Icon[1][J],Icon[2][J],0))




game.entitywrapper:GetEntityByName("DLC_TONY_00"):Activate()




game.entitywrapper:GetEntityByName("DLC_TONY_00"):SetPos(Math:newVector(-1321, 1005,-17))




game.entitywrapper:GetEntityByName("DLC_TONY_00"):SetDir(Math:newVector(Icon[1][J],Icon[2][J],0))


 




game.entitywrapper:GetEntityByName("DLC_EDDIE_G_00"):Activate()




game.entitywrapper:GetEntityByName("DLC_EDDIE_G_00"):SetPos(Math:newVector(-1317, 1007,-17))




game.entitywrapper:GetEntityByName("DLC_EDDIE_G_00"):SetDir(Math:newVector(Icon[1][J],Icon[2][J],0))




game.entitywrapper:GetEntityByName("DLC_EDDIE_D_00"):Activate()




game.entitywrapper:GetEntityByName("DLC_EDDIE_D_00"):SetPos(Math:newVector(-1319, 1007,-17))




game.entitywrapper:GetEntityByName("DLC_EDDIE_D_00"):SetDir(Math:newVector(Icon[1][J],Icon[2][J],0))




game.entitywrapper:GetEntityByName("DLC_EDDIE_00"):Activate()




game.entitywrapper:GetEntityByName("DLC_EDDIE_00"):SetPos(Math:newVector(-1321, 1007,-17))




game.entitywrapper:GetEntityByName("DLC_EDDIE_00"):SetDir(Math:newVector(Icon[1][J],Icon[2][J],0))


 




game.entitywrapper:GetEntityByName("DLC_ROCCO_D_00"):Activate()




game.entitywrapper:GetEntityByName("DLC_ROCCO_D_00"):SetPos(Math:newVector(-1323, 1002,-17))




game.entitywrapper:GetEntityByName("DLC_ROCCO_D_00"):SetDir(Math:newVector(Icon[1][J],Icon[2][J],0))




game.entitywrapper:GetEntityByName("DLC_ROCCO_00"):Activate()




game.entitywrapper:GetEntityByName("DLC_ROCCO_00"):SetPos(Math:newVector(-1325, 1002,-17))




game.entitywrapper:GetEntityByName("DLC_ROCCO_00"):SetDir(Math:newVector(Icon[1][J],Icon[2][J],0))


 




game.entitywrapper:GetEntityByName("DLC_GIUSEPPE_D_00"):Activate()




game.entitywrapper:GetEntityByName("DLC_GIUSEPPE_D_00"):SetPos(Math:newVector(-1323, 1004,-17))




game.entitywrapper:GetEntityByName("DLC_GIUSEPPE_D_00"):SetDir(Math:newVector(Icon[1][J],Icon[2][J],0))




game.entitywrapper:GetEntityByName("DLC_GIUSEPPE_00"):Activate()




game.entitywrapper:GetEntityByName("DLC_GIUSEPPE_00"):SetPos(Math:newVector(-1325, 1004,-17))




game.entitywrapper:GetEntityByName("DLC_GIUSEPPE_00"):SetDir(Math:newVector(Icon[1][J],Icon[2][J],0))


 




game.entitywrapper:GetEntityByName("DLC_MARTY_D_00"):Activate()




game.entitywrapper:GetEntityByName("DLC_MARTY_D_00"):SetPos(Math:newVector(-1323, 1006,-17))




game.entitywrapper:GetEntityByName("DLC_MARTY_D_00"):SetDir(Math:newVector(Icon[1][J],Icon[2][J],0))




game.entitywrapper:GetEntityByName("DLC_MARTY_00"):Activate()




game.entitywrapper:GetEntityByName("DLC_MARTY_00"):SetPos(Math:newVector(-1325, 1006,-17))




game.entitywrapper:GetEntityByName("DLC_MARTY_00"):SetDir(Math:newVector(Icon[1][J],Icon[2][J],0))


 




game.entitywrapper:GetEntityByName("DLC_BRUSKY_D_00"):Activate()




game.entitywrapper:GetEntityByName("DLC_BRUSKY_D_00"):SetPos(Math:newVector(-1323, 1008,-17))




game.entitywrapper:GetEntityByName("DLC_BRUSKY_D_00"):SetDir(Math:newVector(Icon[1][J],Icon[2][J],0))




game.entitywrapper:GetEntityByName("DLC_BRUSKY_00"):Activate()




game.entitywrapper:GetEntityByName("DLC_BRUSKY_00"):SetPos(Math:newVector(-1325, 1008,-17))




game.entitywrapper:GetEntityByName("DLC_BRUSKY_00"):SetDir(Math:newVector(Icon[1][J],Icon[2][J],0))


 




game.entitywrapper:GetEntityByName("DLC_CHARLIE_D_00"):Activate()




game.entitywrapper:GetEntityByName("DLC_CHARLIE_D_00"):SetPos(Math:newVector(-1323, 1010,-17))




game.entitywrapper:GetEntityByName("DLC_CHARLIE_D_00"):SetDir(Math:newVector(Icon[1][J],Icon[2][J],0))




game.entitywrapper:GetEntityByName("DLC_CHARLIE_00"):Activate()




game.entitywrapper:GetEntityByName("DLC_CHARLIE_00"):SetPos(Math:newVector(-1325, 1010,-17))




game.entitywrapper:GetEntityByName("DLC_CHARLIE_00"):SetDir(Math:newVector(Icon[1][J],Icon[2][J],0))




if J==16 then J=0 end




end,{l_1_0},60,16000,false)



 




[hr:1k3ay4pr][/hr:1k3ay4pr]




For JA


 




game.entitywrapper:GetEntityByName("DLC_PARKING1_00"):Activate()




game.entitywrapper:GetEntityByName("DLC_PARKING1_00"):SetPos(Math:newVector(...))


 




("DLC_PARKING1_00"),("DLC_MISSIONEND1_00"),("DLC_TIMER_00")




("DLC_ARROW_00") to ("DLC_ARROW_19")




("DLC_JOE_G_00")




("DLC_TONY_00"),("DLC_TONY_D_00"),("DLC_TONY_G_00")




("DLC_EDDIE_00"),("DLC_EDDIE_D_00"),("DLC_EDDIE_G_00")




("DLC_MARTY_00"),("DLC_MARTY_D_00")




("DLC_BRUSKY_00"),("DLC_BRUSKY_D_00")




("DLC_GIUSEPPE_00"),("DLC_GIUSEPPE_D_00")




("DLC_ROCCO_00"),("DLC_ROCCO_D_00")




("DLC_CHARLIE_00"),("DLC_CHARLIE_D_00")


 







[hr:3vlofh6n][/hr:3vlofh6n]



For M2


 




activation "StreamMapLine" obligatory




game.sds:ActivateStreamMapLine("load_tutorial_dds")


 




or directly for JV


 




game.entitywrapper:GetEntityByName("RTR_PARKING1_00"):Activate()




game.entitywrapper:GetEntityByName("RTR_PARKING1_00"):SetPos(Math:newVector(...))


 




("RTR_PARKING1_00"),("RTR_MISSIONEND1_00"),("RTR_ARROW_00")




("RTR_POUTA1_00"),("RTR_FI4_00")




("RTR_BO1_00"),("RTR_IT1_00"),("RTR_IR1_00"),("RTR_CD1_00")
Title: Icons entity by Zahar999 & me
Post by: Mike Bruski on January 22, 2012, 03:08:12 AM
These Icons, are they gonna be used in the FR mods? Or is it just fun stuff?
Title: Icons entity by Zahar999 & me
Post by: eXistenZ34 on January 22, 2012, 03:18:18 AM
"ARROW" in JA can be used for circuit racing, there are 20 in all.


 




"MISSIONEND1" = Home, can be used for save game.


 




and the other for missions....


 




but everything depends on the size of the LUA Script
Title: Icons entity by Zahar999 & me
Post by: crazypreacher on January 22, 2012, 04:26:19 AM
Y auras-t-il un rallye de nuit de Gros camion   :whistle:  :whistle:  :whistle:  :whistle:  :whistle:  :whistle:


 




Est-ce que ca veut dire que tu pourras mettre un cadran dans les course si t ̮̩ pas rendu t̮̩ foutu
Title: Icons entity by Zahar999 & me
Post by: Redactor on January 22, 2012, 05:22:04 AM
How to remove the green arrow from the DLC? Is it possible?
Title: Icons entity by Zahar999 & me
Post by: eXistenZ34 on January 22, 2012, 11:57:48 AM
QuoteEst-ce que ca veut dire que tu pourras mettre un cadran dans les course si t ̮̩ pas rendu t̮̩ foutu
c'est possible sans ̮̤a, avec les compte a rebour utilis̮̩ dans M2 , JV & JA.

game.hud:TimerSet(time seconds)




game.hud:TimerShow(true)




game.hud:TimerStart(true)




game.hud:TimerStop()


 







QuoteHow to remove the green arrow from the DLC? Is it possible?
Yes with the injector




Quotegame.entitywrapper:GetEntityByName("DLC_ARROW_00") :D eactivate()

to




game.entitywrapper:GetEntityByName("DLC_ARROW_19") :D eactivate()



 




(//thumbnails30.imagebam.com/17110/047c75171091854.jpg&key=e2a6e8ee210243f4f1c344f4ec5a642557e4ab12bd26013f1ea40b0a01297501) (http://www.imagebam.com/image/047c75171091854:2fhpgqoh) (//thumbnails63.imagebam.com/17110/d3d424171091885.jpg&key=4682ecfec498dce8b4943b011f26ff25c6a0729a5ea62aa3170e49e6752051f7) (http://www.imagebam.com/image/d3d424171091885:2fhpgqoh)


 




Enable this with the injector when you start the game and you will see more the green arrow







QuoteDelayBuffer:Insert(function(l_1_0)  

game.entitywrapper:GetEntityByName("DLC_ARROW_00") :D eactivate()




game.entitywrapper:GetEntityByName("DLC_ARROW_01") :D eactivate()




game.entitywrapper:GetEntityByName("DLC_ARROW_02") :D eactivate()




game.entitywrapper:GetEntityByName("DLC_ARROW_03") :D eactivate()




game.entitywrapper:GetEntityByName("DLC_ARROW_04") :D eactivate()




game.entitywrapper:GetEntityByName("DLC_ARROW_05") :D eactivate()




game.entitywrapper:GetEntityByName("DLC_ARROW_06") :D eactivate()




game.entitywrapper:GetEntityByName("DLC_ARROW_07") :D eactivate()




game.entitywrapper:GetEntityByName("DLC_ARROW_08") :D eactivate()




game.entitywrapper:GetEntityByName("DLC_ARROW_09") :D eactivate()




game.entitywrapper:GetEntityByName("DLC_ARROW_10") :D eactivate()




game.entitywrapper:GetEntityByName("DLC_ARROW_11") :D eactivate()




game.entitywrapper:GetEntityByName("DLC_ARROW_12") :D eactivate()




game.entitywrapper:GetEntityByName("DLC_ARROW_13") :D eactivate()




game.entitywrapper:GetEntityByName("DLC_ARROW_14") :D eactivate()




game.entitywrapper:GetEntityByName("DLC_ARROW_15") :D eactivate()




game.entitywrapper:GetEntityByName("DLC_ARROW_16") :D eactivate()




game.entitywrapper:GetEntityByName("DLC_ARROW_17") :D eactivate()




game.entitywrapper:GetEntityByName("DLC_ARROW_18") :D eactivate()




game.entitywrapper:GetEntityByName("DLC_ARROW_19") :D eactivate()




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



 




deactivation every 500 milliseconds
 and  repeated 1 exponent 999 milliseconds : 100.."999 zero"..000
Title: Icons entity by Zahar999 & me
Post by: crazypreacher on January 22, 2012, 12:44:14 PM
Je meurt d'envie d'essayer le mod course ca semble tellement pett̮̩




Et tiens plein la gueuele 2K qui ne nous avait pas mis de course   :s illy:   :s illy:   :s illy:  :lol:  :lol:  :lol:  :lol:  :whistle:  :whistle:  :whistle:  :whistle:  :whistle:  :whistle:


 




En passant j'aurais pas laissÃÆé ma corvette davant ta porte ?  <img src="/wp-content/uploads/invision_emoticons/tongue.png" alt="(//tongue.gif)" data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/tongue@2x.png 2x" width="20" height="20"><img src="/wp-content/uploads/invision_emoticons/tongue.png" alt="(//tongue.gif)" data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/tongue@2x.png 2x" width="20" height="20"><img src="/wp-content/uploads/invision_emoticons/tongue.png" alt="(//tongue.gif)" data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/tongue@2x.png 2x" width="20" height="20">   :lol:  :lol:  :lol:  :lol:
Title: Icons entity by Zahar999 & me
Post by: Redactor on January 22, 2012, 12:51:18 PM
This does not apply to Jimmy?
Title: Icons entity by Zahar999 & me
Post by: eXistenZ34 on January 22, 2012, 01:00:08 PM
Si tu avais trop bu pour prendre le volant  :lol:


 




La voila http://speedy.sh/eMjds/schubert-corvette-1.zip (http://speedy.sh/eMjds/schubert-corvette-1.zip)


 







QuoteThis does not apply to Jimmy?



it's not




("DLC_ARROW_00")




but




("RTR_ARROW_00")




I do not know how many there are
Title: Icons entity by Zahar999 & me
Post by: crazypreacher on January 22, 2012, 01:04:40 PM
Merci, j'espere que les gendarmes ne l'oont pas couvert de PVs :whistle:  :whistle:  :whistle:  :whistle:
Title: Icons entity by Zahar999 & me
Post by: crazypreacher on January 22, 2012, 01:09:18 PM
Dans quel quarier tu vies, elle est toute en pieces dÃÆétachÃÆées  (//confuse.gif)??:  (//confuse.gif)??:  (//confuse.gif)??:  (//confuse.gif)??:
Title: Icons entity by Zahar999 & me
Post by: mr. MAFIA2GAMER on January 22, 2012, 01:12:44 PM
Happy Birthday, dear Crazypreacher
Title: Icons entity by Zahar999 & me
Post by: crazypreacher on January 22, 2012, 01:23:32 PM
thank-you my friend




 :cool:
Title: Icons entity by Zahar999 & me
Post by: eXistenZ34 on January 22, 2012, 01:26:37 PM
QuoteHappy Birthday' date=' dear Crazypreacher[/quote'] 




trop tard je vien de lui envoyer un Mp pour dÃÆéplacer son message mais tu l'as dÃÆéjÃÆà vue


 




http]


 (//forum/30-general-off-topic/3268-i-just-reach-another-level)
Title: Icons entity by Zahar999 & me
Post by: Redactor on January 22, 2012, 01:35:18 PM
Please tell me what script disables the clock in the DLC
Title: Icons entity by Zahar999 & me
Post by: zahar999 on January 22, 2012, 03:43:20 PM
QuotePlease tell me what script disables the clock in the DLC

 




game.hud:TimerShow(false) -  ??? ???




game.hud:TimerStop(true) -  ??? ???????


 


 




Tutorial Show  ???  JA


 




game.gui:TutorialDialogShow2("13_tutorial.dds","3156700101","3156700106",?,?)




??  ??? ?  ??? ???????? ?  ??? ???? ??  ??? ??


 




(//pix.playground.ru/thumb/626218.jpg&key=f7b343bb6555a7e7cea3dd0c1fb5438d0b586920b826decce41311385d346d44) (http://pix.playground.ru/1095731/37329/626218/:25cuwma7)


 




??? ?????  ??? ??? ?? ActivateStreamMapLine("dlc_tutorial_load")




game.gui:TutorialDialogShow2("09_tutorial.dds","...","...",..,..)




game.gui:TutorialDialogShow2("10_tutorial.dds","...","...",..,..)




game.gui:TutorialDialogShow2("11_tutorial.dds","...","...",..,..)


 




(//pix.playground.ru/thumb/626220.jpg&key=78801a792e8ee61c96b5764ba12278503434366cc0851e06117323f8ead6b5ba) (http://pix.playground.ru/1095731/37329/626220/:25cuwma7) (//pix.playground.ru/thumb/626221.jpg&key=ff8c6df9a57bb097e3c7c17af296fbfac2bf6ade3eed9b55b83743994af12c4e) (http://pix.playground.ru/1095731/37329/626221/:25cuwma7) (//pix.playground.ru/thumb/626223.jpg&key=7e2b6dca5a4636f36a5e73426e9fddb8e0744b4b279080ec698cdd113562fe56) (http://pix.playground.ru/1095731/37329/626223/:25cuwma7)
Title: Icons entity by Zahar999 & me
Post by: eXistenZ34 on January 22, 2012, 08:06:48 PM
Good


 




,?,?) it is not delay and repeat or something of the kind


 




Edit : you could not download the script for rotate icon that I have sent you. Multiupload have a problem,




since megaupload is down.




I put the script on the front page
Title: Icons entity by Zahar999 & me
Post by: zahar999 on January 22, 2012, 08:56:36 PM
???   ???   ??? ??  ??? ??? "??"  ???  "???"




???  ? game.gui :D ialogScreenShow2("...","...",8,1)


 




??? ?  ??? ??  ??? ??  ??? ????????  ???   ??? ???  ???   ???   ??? ??  ??? ???  ??? ?  ??? ?? "?????"




game.gui:TutorialDialogShow2("13_tutorial.dds","3156700101","3156700106",8,1)




8,1 -  ???   ???   ???   ??? ????
Title: Icons entity by Zahar999 & me
Post by: eXistenZ34 on January 22, 2012, 11:35:07 PM
is for messages to the right and left, but here nothing can be displayed on the left.




(//i39.tinypic.com/29g0vio.jpg&key=7e654e1ecbdc14c6902365c6d7bfced4fffbc03d69a8fe0b26888b44f190235e)




list in french




1= oui




2= passer




3= continuer




4= r̮̩essayer




5= se connecter




6= sauvegarder




7= ignorer




8=         (rien du tout)


 




is best understood with this




game.gui :D ialogScreenShow2("3156700101","3156700106",2,1)
Title: Icons entity by Zahar999 & me
Post by: zahar999 on January 23, 2012, 03:46:51 PM
eXistenZ34


 




??? ??????  ??? ???  ??? ?????  ??? ???? -  ???   ??? ???




??? ???  ??? ?  ??? ????  ??? ????


 




?  ??? ??  ???   ??? ??????  ??? ????




game.gui:ShowQuestDialog("01_ja","?????","?????","?????")




??  ???   ??? ????  ??? ?????




??? ??? ?  ??? ? ????? ? ??????  ??? ???????  ??? ??????????




??? ? ??  ???   ??? ???  ??? ??  ??? ????????  ??? ?????




?  ??? ?  ??? ????  ??? ?  ???   ??? ???????? ??  ??? ??  ??? ?? ??  ??? ??????




???   ??? ??????  ???   ???   ??? ??????




???   ??? ????  ??? ?  ??? ????? ? FR
Title: Icons entity by Zahar999 & me
Post by: eXistenZ34 on January 23, 2012, 09:33:45 PM
zahar999


 




it's really, really good.


 




I found the solution
 and it works for FR M2 & FR JA and with all images in the folders "gui" of M2, JV, BJ & JA


 




- levelx_xx





- paintingxx





- pinupxx





- pinupxx
_ps




- posterxx





- wantedxxx
_ps




- xx
_ja




- ja_pinupxx





- xx
_rtr


 




and I also found the solution has




(//thumbnails37.imagebam.com/17133/7f3cd8171328466.jpg&key=cc863b6f9440e4037b9710e6be5032993a4ba8b8fc93dc98e7440050a9321564) (http://www.imagebam.com/image/7f3cd8171328466:2kqmo4eo) (//thumbnails39.imagebam.com/17133/1461e2171328477.jpg&key=8cf3d150c75942b72a7ae4fac4d84aaf9cddefbb51c07edea5fa909e5af8ced6) (http://www.imagebam.com/image/1461e2171328477:2kqmo4eo)




entities are loaded with "StreamMapLine" but not activated.


 




I prepare a new topic for tomorrow, As with Icons.


 




and a surprise : a small script for the Cathouse using the command "ShowQuestDialog", with 93 entity activated, only with injector.
 (just activated)
Title: Icons entity by Zahar999 & me
Post by: zahar999 on January 23, 2012, 10:23:43 PM
93  ??? ? -???  ??? ??  ??? ??  ??? ???!!!


 




?  ??? ?????? ? FR  ??? ??  ??? ????!


 




???   ??? ????  ???   ??? ????  ??? ??  ???   ??? ?????  ??? ????




game.highlighting:AddHighlighting(game.entitywrapper:GetEntityByName("..."))


 




(//pix.playground.ru/thumb/626876.jpg&key=53df2edfe5560eabf714d8bc3aa0e40f9645abcb16a44f30d8d7229d67cf926d) (http://pix.playground.ru/1095731/37329/626876/:3jo5etro)


 




???   ??? ????? ?  ??? ??  ??? ??  ??? ????




. ??? :TriggerModelsRotation. ??? .




. ??? :Rotate(???)




??? ?????  ??? ??  ??? ??????
Title: Icons entity by Zahar999 & me
Post by: Tommy Mafioso on January 24, 2012, 02:36:20 AM
Wow great job fellas.


 




This would be amazing if we can manage to get around the file size restrictions.
Title: Icons entity by Zahar999 & me
Post by: eXistenZ34 on January 24, 2012, 04:19:46 PM
QuoteWow great job fellas. 




This would be amazing if we can manage to get around the file size restrictions.



 




but it is a very big problem
Title: Icons entity by Zahar999 & me
Post by: ocram on April 25, 2012, 01:39:21 PM
isn't the call function working ?
Title: Icons entity by Zahar999 & me
Post by: eXistenZ34 on April 25, 2012, 05:06:28 PM
I do not understand what you want to say.
Title: Icons entity by Zahar999 & me
Post by: ocram on April 26, 2012, 09:15:07 AM
I mean there is a call command witch start an outside script.


 




for example inside freeridemain:


 




blha blha ...




...




call myscript.sqs




...


 




so you execute all the code lines that are inside myscript, and they do not take freeridemain space.


 




Well that's what i tought,my fault there is no call command in lua (well a least behaving this way)




but I just found that you do have loadfile that does the same




http://www.lua.org/pil/8.html (http://www.lua.org/pil/8.html)




http://lua-users.org/lists/lua-l/2012-01/msg00585.html (http://lua-users.org/lists/lua-l/2012-01/msg00585.html)


 


 




<div class="ipsSpoiler_header">

Je ne sais pas si je suis trÃÆès claire, ce que je veux dire par la c'est que tout comme en c et autre, il doit ÃÆêtre possible en lua, dâââ‰â¢exÃÆécuter des lignes de codes qui sont dans d'autres script, en utilisant ces commandes; se qui sauverais la taille du freeride_main


</div>

 
Title: Icons entity by Zahar999 & me
Post by: eXistenZ34 on April 26, 2012, 01:26:13 PM
C'est tr̮̩s clair.


 




Regarde ce message que j'ai post̮̩ sur le forum Russe le 09.04.12 18:31


 




(//i50.tinypic.com/sepnpk.png&key=ad611a20dc611bf90aa6489ccda871c02b3f9610ef200d814892f0655a96c937)


 




c'est pour FR M2 v4.   <img src="/wp-content/uploads/invision_emoticons/wink.png" alt="(//wink.gif)" data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/wink@2x.png 2x" width="20" height="20">


 




Mais pour info ce LUA n'est pas un vrai LUA, mais un LUA made 2K Game.


 




Je n'est pas trouvÃÆé une solution miracle, mais on vat pouvoir faire des scripts pour faire des missions Vito contre une 30 d'enemis (sur toute la carte seulement dans des zones dÃÆéjÃÆà chargÃÆées), script course(mod Race, Hunter, Escaper), mission distillerie - Mansion - Villa Galante. qui vont nous permettre de gagner de l'argent et d'allÃÆéger le script de base pour achat de maisons et de voitures ou autre chose.


 




Plus de 30 scripts diff̮̩rents seront r̮̩alisable, est tout le monde poura en r̮̩aliser un.
Title: Icons entity by Zahar999 & me
Post by: ocram on April 26, 2012, 04:05:06 PM
Que dire de plus je te fais une hola : / [sub:3gi3epq6]o/[/sub:3gi3epq6] o/ [sup:3gi3epq6]o/[/sup:3gi3epq6] o/ [sub:3gi3epq6]o/[/sub:3gi3epq6] o/ [sup:3gi3epq6]/[/sup:3gi3epq6]/  


 


 




<div class="ipsSpoiler_header">

(//confuse.gif)??:   :s ide:   :s illy:   <img src="/wp-content/uploads/invision_emoticons/wink.png" alt="(//wink.gif)" data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/wink@2x.png 2x" width="20" height="20">   :woohoo:


</div>

 
Title: Icons entity by Zahar999 & me
Post by: eXistenZ34 on June 27, 2012, 12:39:03 PM
up