Posts: 246
Threads: 71
Joined: Nov 2014
Reputation:
0
Hola,estaba haciendo un sistema de elegir skins pero por text draw,pero me pregunto: Como poner el skin en un cuadro que estaba haciendo ? Estoy usando iPleomax para poder hacer los box,que formato me recomiendan para hacer eso ?
Posts: 4,930
Threads: 467
Joined: Dec 2010
Posts: 4,930
Threads: 467
Joined: Dec 2010
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(textdraw, 411); // vehiculo modelo 411 (Infernus)
TextDrawSetPreviewVehCol(textdraw, 6, 6); // color del vehiculo en el textdraw; color 6 = amarillo
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