I cant see the other player
So i did what size said to draw username. But now i cant see the player. Is there a fix for that? idk heres the code for mine tho
{
Draw Event
Draw set_font fnt_name
Draw_color c_blue
draw_text(x, y, gms_other_get(player_id, "name"))
}
Replies (2)
Last message on 22 Jan 2017
Nvm Size Gave Me The Answer For That draw_self()
Thanks
so basicly
{
Draw Event
Draw set_font fnt_name
Draw_color c_blue
draw_text(x, y, gms_other_get(player_id, "name"))
draw_self()
}
If You Want To Copy :D