Weapon Fire Text

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

camargo

New Member
Feb 26, 2005
13
0
0
Hey all,

I'm trying to get my weapon to display a message to the player on the HUD when you pull the 'alt-fire' trigger. Much like a pickup message. Anyone know how I can accomplish it?
 

porkmanii

New Member
Sep 9, 2004
129
0
0
Australia, Qld
camargo said:
I'm trying to get my weapon to display a message to the player on the HUD when you pull the 'alt-fire' trigger. Much like a pickup message. Anyone know how I can accomplish it?
You might like to take a look at the pickup message class (UnrealGame.PickupMessagePlus), it's super-class (Engine.LocalMessage), and the ReceiveLocalizedMessage function in PlayerController.