13.05.2015, 04:49
https://sampwiki.blast.hk/wiki/TextDrawSetPreviewModel
https://sampwiki.blast.hk/wiki/TextDrawSetPreviewVehCol
https://sampwiki.blast.hk/wiki/OnPlayerClickTextDraw
https://sampwiki.blast.hk/wiki/TextDrawSetSelectable
TextDrawSetPreviewModel = Establecer el modelo para un modelo textdraw vista previa. haga clic aquн para ver el efecto de esta funciуn.
https://sampwiki.blast.hk/wiki/TextDrawSetPreviewModel
OnPlayerClickTextDraw = Este callback es llamado cuando un jugador hace clic en un textdraw o cancela el modo de selecciуn con la tecla Escape.
https://sampwiki.blast.hk/wiki/OnPlayerClickTextDraw
TextDrawSetSelectable = Establece si un textdraw se puede seleccionar (clic en) o no
https://sampwiki.blast.hk/wiki/TextDrawSetSelectable
TextDrawSetPreviewVehCol = Si un modelo de vehнculo se utiliza en una TextDraw vista previa en 3D, esto establece los dos valores de color para ese vehнculo.
https://sampwiki.blast.hk/wiki/TextDrawSetPreviewVehCol
TextDrawSetPreviewRot = Establece la rotaciуn y zoom de un textdraw modelo de vista previa en 3D.
TextDrawFont = TEXT_DRAW_FONT_MODEL_PREVIEW
https://sampwiki.blast.hk/wiki/TextDrawFont
TextDrawTextSize = Cambiar el tamaсo de un textdraw (casilla si TextDrawUseBox estб activado y / o el бrea se puede hacer clic para uso con TextDrawSetSelectable).
https://sampwiki.blast.hk/wiki/TextDrawTextSize
https://sampwiki.blast.hk/wiki/TextDrawSetPreviewVehCol
https://sampwiki.blast.hk/wiki/OnPlayerClickTextDraw
https://sampwiki.blast.hk/wiki/TextDrawSetSelectable
Код:
TextDrawSetPreviewModel(textdraw, 411); // vehiculo modelo 411 (Infernus) TextDrawSetPreviewVehCol(textdraw, 6, 6); // color del vehiculo en el textdraw; color 6 = amarillo
https://sampwiki.blast.hk/wiki/TextDrawSetPreviewModel
OnPlayerClickTextDraw = Este callback es llamado cuando un jugador hace clic en un textdraw o cancela el modo de selecciуn con la tecla Escape.
https://sampwiki.blast.hk/wiki/OnPlayerClickTextDraw
TextDrawSetSelectable = Establece si un textdraw se puede seleccionar (clic en) o no
https://sampwiki.blast.hk/wiki/TextDrawSetSelectable
TextDrawSetPreviewVehCol = Si un modelo de vehнculo se utiliza en una TextDraw vista previa en 3D, esto establece los dos valores de color para ese vehнculo.
https://sampwiki.blast.hk/wiki/TextDrawSetPreviewVehCol
TextDrawSetPreviewRot = Establece la rotaciуn y zoom de un textdraw modelo de vista previa en 3D.
TextDrawFont = TEXT_DRAW_FONT_MODEL_PREVIEW
https://sampwiki.blast.hk/wiki/TextDrawFont
TextDrawTextSize = Cambiar el tamaсo de un textdraw (casilla si TextDrawUseBox estб activado y / o el бrea se puede hacer clic para uso con TextDrawSetSelectable).
https://sampwiki.blast.hk/wiki/TextDrawTextSize