Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: local.player stufftext

  1. #1

    Default local.player stufftext

    Hello friends

    Please i need to add this message in cd mod but I don't know how
    in player_radio.scr

    I mean my chapter is running in the server as well
    but when a player killed when he have the radio
    the message gives another player was killed :xD
    so i need to fix this problem, and need the message gives the name of the dead player not other player
    thanx.

    -------------------------------------------------------------------------------------------------------
    if(level.ticking == local.player)
    $countdown_radio physics_on
    $countdown_radio.velocity = ( 0 0 150 ) + local.player.forwardvector * 500
    local.player = parm.other
    if(local.player != NIL)
    local.player stufftext "say I've dropped the Radio!"
    -------------------------------------------------------------------------------------------------------

    is it right or i miss something ?
    Last edited by Old Fox; January 14th, 2021 at 01:34 AM. Reason: Merged threads

  2. #2

    Default

    I think you should add the message in the "shot" thread on HTR/radio.scr


    shot:
    local.player = parm.other
    $countdown_radio physics_on
    $countdown_radio.velocity = ( 0 0 150 ) + local.player.forwardvector * 500
    end


    and btw, next time try to post this type of questions in the "MOHAA General / Questions / Problems" section.
    This is the Offtopic section

  3. #3

    Default

    Quote Originally Posted by Zappa View Post
    I think you should add the message in the "shot" thread on HTR/radio.scr


    shot:
    local.player = parm.other
    $countdown_radio physics_on
    $countdown_radio.velocity = ( 0 0 150 ) + local.player.forwardvector * 500
    end


    and btw, next time try to post this type of questions in the "MOHAA General / Questions / Problems" section.
    This is the Offtopic section
    no zappa you didn't understood it...
    I mean my chapter is running in the server as well
    but when a player killed when he have the radio
    the message gives another player was killed :xD
    so i need to fix this problem, and need the message gives the name of the dead player not other player
    got it ?
    Last edited by Old Fox; January 14th, 2021 at 01:33 AM.

  4. #4

  5. #5

    Default

    Quote Originally Posted by Zappa View Post
    show me what you did
    no zappa you didn't understood it...
    I mean my chapter is running in the server as well
    but when a player killed when he have the radio
    the message gives another player was killed :xD
    so i need to fix this problem, and need the message gives the name of the dead player not other player
    got it ?
    Last edited by Old Fox; January 14th, 2021 at 01:33 AM.

  6. #6

    Default

    i think u need a better translator first becease what u say is not english

  7. #7

    Default

    Really you didn't understand what i said ?
    Last edited by Old Fox; January 11th, 2021 at 05:28 PM.

  8. #8

    Default

    ok guys i fixed the link in "MOHAA General / Questions / Problems"
    https://www.x-null.net/forums/thread...7946#post37946
    please follow me

  9. #9

    Default

    are you running this version? -> http://www.mohaaaa.co.uk/AAAAMOHAA/c...countdown-v175
    or a modified one?

    and do you want to show the message when a player is killed or when he drops the radio?


    (I've only played this mod a couple of times years ago. I don't remember how it works)

  10. #10

    Default

    Quote Originally Posted by Zappa View Post
    are you running this version? -> http://www.mohaaaa.co.uk/AAAAMOHAA/c...countdown-v175
    or a modified one?

    and do you want to show the message when a player is killed or when he drops the radio?


    (I've only played this mod a couple of times years ago. I don't remember how it works)
    -yes its the normal version, countdown mod
    -when the player drops the Radio only

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •