UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

How to change hintstrings?

broken avatar :(
Created 9 years ago
by denis-24
0 Members and 1 Guest are viewing this topic.
2,066 views
broken avatar :(
×
broken avatar :(
Location: hr
Date Registered: 18 October 2013
Last active: 2 years ago
Posts
94
Respect
Forum Rank
Rotting Walker
Primary Group
Member
Signature
oylmeo
×
denis-24's Groups
denis-24's Contact & Social Links
Another thing that was really easy in WaW, but I can't figure out in bo3, is how to change the hintstrings (of doors for example).

Anyone can help?  >:(
broken avatar :(
×
broken avatar :(
Location: ca
Date Registered: 29 July 2016
Last active: 5 years ago
Posts
3
Respect
Forum Rank
Fresh Corpse
Primary Group
Member
×
coolrooman's Groups
coolrooman's Contact & Social Links
Code Snippet
Plaintext
void <entity> SetHintString(<hint string>)

    [MANDATORY] <hint string> The hint string that will be displayed to the player

    CATEGORY:
    SERVER/CLIENT: Server
    SUMMARY: Set the hint string for the entity
    EXAMPLE: t_door SetHintString( Press and Hold ^3[{+activate}]^7 to transmit unlock code )

put "" around the things in the brackets so it looks like:

Code Snippet
Plaintext
void <entity> SetHintString(<hint string>)

    [MANDATORY] <hint string> The hint string that will be displayed to the player

    CATEGORY:
    SERVER/CLIENT: Server
    SUMMARY: Set the hint string for the entity
    EXAMPLE: t_door SetHintString( "Press and Hold ^3[{+activate}]^7 to transmit unlock code" )
Last Edit: August 19, 2017, 03:36:42 pm by Lukkie1998

 
Loading ...