[Suggestion] TEXT_DRAW_STYLE_INPUT - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: open.mp (https://forum.open.mp/forumdisplay.php?fid=40) --- Forum: Questions and Suggestions (https://forum.open.mp/forumdisplay.php?fid=42) --- Thread: [Suggestion] TEXT_DRAW_STYLE_INPUT (/showthread.php?tid=709) |
TEXT_DRAW_STYLE_INPUT - Jimmy - 2019-07-10 Add ability to add input boxes textdraws.. Like in GTA V. Would be better for MDC, ATM etc... Also, if possible, add the ability to add custom UI in the server. Not just textures but TextDraw designes too.... RE: TEXT_DRAW_STYLE_INPUT - SkeeZy - 2019-07-12 Thats really a great idea. I would also like an ability to create forms instead of only rectangles and texts. For example something like TextDrawSetForm(textdraw, circle). I dont really know if we are already able to create triangles and circles with textdraws without using many of them. RE: TEXT_DRAW_STYLE_INPUT - J_esus - 2019-07-12 It is possible to do this with a library (.inc), but also not bad that it was native. RE: TEXT_DRAW_STYLE_INPUT - Freaksken - 2019-07-12 (2019-07-12, 10:11 AM)SkeeZy Wrote: Thats really a great idea. If it's possible within the single player game, it could be done within multiplayer. RE: TEXT_DRAW_STYLE_INPUT - SkeeZy - 2019-07-12 Is there a way to create menus like the tuningmenu in transfender ? RE: TEXT_DRAW_STYLE_INPUT - Jimmy - 2019-07-13 (2019-07-12, 09:56 PM)SkeeZy Wrote: Is there a way to create menus like the tuningmenu in transfender ? He just said if its possible in SP, its possible in MP RE: TEXT_DRAW_STYLE_INPUT - iReal Worlds - 2019-07-13 (2019-07-12, 09:56 PM)SkeeZy Wrote: Is there a way to create menus like the tuningmenu in transfender ? Yes. There is the CreateMenu native in SA:MP, which creates that type of menu, and then you have to handle the response. The only thing I am not sure about are colours, but those can be handled by textdraws if you really want to. Kind of messy if this is the only way though RE: TEXT_DRAW_STYLE_INPUT - Tama - 2019-09-26 Yeah i like this kind of idea. We need TEXT_DRAW_STYLE_INPUT instead DIALOG_STYLE_INPUT because it's nice to make login/register with FULL OF TEXTDRAW (doesn't contain any st00pid dialogs) |