gms_chat_draw

Usage: gms_chat_draw ( )

Description

Draws the chat. This is normally done automatically.

Replies (2)

Last message on 22 Jun 2016

MihailMojsoski on 15 Jun 2016, 16:58:31
How do you draw the chat.
I have this code and it is not working:
gms_chat_bind_pos (320, 1, 640, 462);
gms_chat_draw();
Size43 (Administrator) on 22 Jun 2016, 14:01:54
In what event are you calling this? gms_chat_draw should be in the draw event.