Agregar IDS
#1

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 ?
Reply
#2

Revivo
Reply
#3

https://sampwiki.blast.hk/wiki/TextDrawSetPreviewModel
https://sampwiki.blast.hk/wiki/GetPlayerSkin

PHP код:
TextDrawSetPreviewModel(textdrawGetPlayerSkin(playerid)); 
Reply
#4

Quote:
Originally Posted by OTACON
Посмотреть сообщение
https://sampwiki.blast.hk/wiki/TextDrawSetPreviewModel
https://sampwiki.blast.hk/wiki/GetPlayerSkin

PHP код:
TextDrawSetPreviewModel(textdrawGetPlayerSkin(playerid)); 
Creo que no RS lo que necesito,hize un sistema de compras de autos por text draw,y lo que necesito es que en una seleccionada parte salga un auto y al hacerle click se cumpla una funciуn, solo hice una box y los separe por rayas
Reply
#5

Revivo
Reply
#6

Upeo ayudenme :$
Reply
#7

https://sampwiki.blast.hk/wiki/TextDrawSetPreviewModel? Porque no?
Reply
#8

Quote:
Originally Posted by SickAttack
Посмотреть сообщение
Estoy haciendo un sistema de carros,que al elegir un cuadro te cumpla una funciуn, es como un catalogo.
Reply
#9

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
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)