FiveM Docs / Native Reference
API Set:
  • all
  • server
  • client
Language:
  • raw
  • lua
  • c#
  • js
Namespace: HUDAPI set: clientGame: gta5editImprove

SET_TEXT_DROPSHADOW

0x465C84BC39F1C351
0xE6587517
// SetTextDropshadow
void SET_TEXT_DROPSHADOW(int distance, int r, int g, int b, int a);
Parameters:
  • distance:

    Shadow distance in pixels, both horizontal and vertical.

  • r:

    Red color.

  • g:

    Green color.

  • b:

    Blue color.

  • a:

    Alpha.

distance - shadow distance in pixels, both horizontal and vertical r, g, b, a - color

Privacy
•
Cookie Policy
•
Cookie Settings
SET_PAUSE_MENU_PED_LIGHTING(BOOL state)
SET_PAUSE_MENU_PED_SLEEP_STATE(BOOL state)
SET_PED_AI_BLIP_FORCED_ON(Ped ped, BOOL toggle)
SET_PED_AI_BLIP_GANG_ID(Ped ped, int gangId)
SET_PED_AI_BLIP_HAS_CONE(Ped ped, BOOL toggle)
SET_PED_AI_BLIP_NOTICE_RANGE(Ped ped, float range)
_SET_PED_AI_BLIP_SPRITE(Ped ped, int spriteId)
SET_PED_HAS_AI_BLIP(Ped ped, BOOL hasCone)
_SET_PED_HAS_AI_BLIP_WITH_COLOR(Ped ped, BOOL hasCone, int color)
_SET_PLAYER_IS_IN_DIRECTOR_MODE(BOOL toggle)
SET_RACE_TRACK_RENDER(BOOL toggle)
SET_RADAR_AS_EXTERIOR_THIS_FRAME()
SET_RADAR_AS_INTERIOR_THIS_FRAME(Hash interior, float x, float y, int heading, int zoom)
SET_RADAR_ZOOM(int zoomLevel)
SET_RADAR_ZOOM_PRECISE(float zoom)
SET_RADAR_ZOOM_TO_BLIP(Blip blip, float zoom)
SET_RADAR_ZOOM_TO_DISTANCE(float zoom)
SET_RADIUS_BLIP_EDGE(Blip blip, BOOL toggle)
_SET_SCRIPT_VARIABLE_2_HUD_COLOUR(int r, int g, int b, int a)
SET_SCRIPT_VARIABLE_HUD_COLOUR(int r, int g, int b, int a)
SET_SOCIAL_CLUB_TOUR(char* name)
SET_TEXT_CENTRE(BOOL align)
SET_TEXT_COLOUR(int red, int green, int blue, int alpha)
SET_TEXT_DROP_SHADOW()
SET_TEXT_DROPSHADOW(int distance, int r, int g, int b, int a)
SET_TEXT_EDGE(int p0, int r, int g, int b, int a)
SET_TEXT_FONT(int fontType)
SET_TEXT_INPUT_BOX_ENABLED(BOOL state)
SET_TEXT_JUSTIFICATION(int justifyType)
SET_TEXT_LEADING(int p0)
SET_TEXT_OUTLINE()
SET_TEXT_PROPORTIONAL(BOOL p0)
SET_TEXT_RENDER_ID(int renderId)
SET_TEXT_RIGHT_JUSTIFY(BOOL toggle)
SET_TEXT_SCALE(float scale, float size)