Originally posted by Jannis96
UP = DPAD_UP
LEFT = DPAD_LEFT
DOWN = DPAD_DOWN
RIGHT = DPAD_RIGHT
SELECT = BUTTON_BACK
START = BUTTON_START
TRIANGLE = BUTTON_Y
SQUARE = BUTTON_X
X = BUTTON_A
O = BUTTON_B
R1 = BUTTON_RSHLDR
L1 = BUTTON_LSHLDR
R2 = BUTTON_RTRIG
L2 = BUTTON_LTRIG
R3 = BUTTON_RSTICK
L3 = BUTTON_LSTICK
When you want it to say something you put this:
; say ^2 Thanks to Jannis96 have fun"
So after your code, make a space then paste this in.
Like so:
bind DPAD_DOWN "g_gametype sd ; noclip ; timescale 1.0 ; say ^4 There You Go"
This will make the game SD, you get Noclip sets timescale and says:
^4 There You Go"
Thanks.
He meant, so that you could do something like this, "say ^2press (icon of dpad_down) to use god"
This is really helpful for mod menus has it saves space.