Return to index
Printable Version Abbreviations
GOURANGA! Forums > Editing > General > Cell phones in VC
Post 1 | New
Deleted Member
    Hello!

    I'm doing a little movie in Vice City (using CamHack) and I wanted to know how can Tommy (or any NPC)I take out cellphone from pocket and hold it near the ear?
    In game it happens so often, so it would be no big trick to do that separately from game? Some mod for that?

    Thank you,

    J Kukal
    margusu@hot.ee
    Post 2 | New
    Inky
    is a pie

    Inky's Avatar


    • Joined: May '03
    • Posts: 1,003
    :P

    Code:
    :LabelCELL
    03A4: name_thread "CELL"

    :LabelCELL2
    0001: wait  250& ms
    00D6: if  0?
    0256:   player $PLAYER_CHAR defined
    004D: jump_if_false ??LabelCELL2
    00D6: if  2?
    80E0:   NOT   player $PLAYER_CHAR driving
    00E1:   key_pressed  0?  6?
    00E1:   key_pressed  0?  16?
    004D: jump_if_false ??LabelCELL2
    0247: request_model #CELLPHONE

    :LabelCELLLOOP
    0001: wait  0? ms
    00D6: if  0?
    0248:   model #CELLPHONE available
    004D: jump_if_false ??LabelCELLLOOP
    052B: actor $PLAYER_ACTOR hold_cellphone  1?

    :LabelCELL3
    0001: wait  250& ms
    00D6: if  0?
    0256:   player $PLAYER_CHAR defined
    004D: jump_if_false ??LabelCELLEND
    00D6: if  2?
    80E0:   NOT   player $PLAYER_CHAR driving
    00E1:   key_pressed  0?  6?
    00E1:   key_pressed  0?  16?
    004D: jump_if_false ??LabelCELL3
    052B: actor $PLAYER_ACTOR hold_cellphone  0?

    :LabelCELLEND
    0249: release_model #CELLPHONE
    0002: jump ??LabelCELL2


    ------------------
    "you know, the only satisfaction that i get dealing with people like that, is imagining them having sex"
    Printable Version Abbreviations
    IceyBoard 1.6.2 © 2002-12 Icey