HOW CAN I DRAW THE CHAT ON 3D GAME!

i need to show the chat on my game but i keep trying this
///create
gms_draw_toggle(false)

///draw
{
d3d_set_projection_ortho(0,0,640,480,0);
d3d_set_hidden(false);

gms_chat_draw()

draw_set_alpha(1);
d3d_set_hidden(true);
}
and does literally nothing but a sprite on the corner(the one i tried to test if it was doing what i asked it to do) any ideas?

Replies (2)

Last message on 21 Mar 2020

WolfCoderz on 21 Mar 2020, 01:28:52
Use gui bruh
BonniekawaiidesuG (Topicstarter) on 16 Apr 2019, 06:35:00
forget it i made it XD