who gives me some advice to make this code possible to indicate the cardinal points???
char heading[50];
float pedheading = GET_ENTITY_HEADING(GET_PLAYER_PED(SelectPlayer));
snprintf(heading, sizeof(heading), "H : %d", (int)pedheading);
InfoText(heading, optionsFont, X2, Y2, 0.4f, 0.4f, 255, 255, 255, 250, false);
char heading[50];
float pedheading = GET_ENTITY_HEADING(GET_PLAYER_PED(SelectPlayer));
snprintf(heading, sizeof(heading), "H : %d", (int)pedheading);
InfoText(heading, optionsFont, X2, Y2, 0.4f, 0.4f, 255, 255, 255, 250, false);