Jump to content

iJamesss

Members
  • Posts

    1
  • Joined

  • Last visited

1 Follower

Personal Information

  • Country
    United Kingdom
  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

iJamesss's Achievements

Feller

Feller (1/10)

2

Reputation

  1. void drawstring(std::string string, float X, float Y) { std::string Template = "<FONT FACE='$title' COLOR='#%04X'>" + string + "</FONT>"; const char* InsertTemplate= MISC::_CREATE_VAR_STRING(10, "LITERAL_STRING", _strdup(Template.c_str())); HUD::_DISPLAY_TEXT(MISC::_CREATE_VAR_STRING(42, "COLOR_STRING", 0, InsertTemplate), X, Y); } this is how you draw text with font, just change the $title to any other font names, can be found using open iv
×
×
  • Create New...