SA-MP Forums Archive
mselection textdraw help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: mselection textdraw help (/showthread.php?tid=552386)



mselection textdraw help - arlindi - 24.12.2014

Hello I have got a inventory system by network with m selection......
I want to make the textdraw of m selecton good because is old textdraw.
Help me please. Thank you
I WILL REP YOU


Re: mselection textdraw help - arlindi - 24.12.2014

Hmm anyone help mee


Re: mselection textdraw help - M4D - 24.12.2014

Just open mSelection include and edit text draw positions and font and color and etc
You can edit a text with textdraw editors that you can find in forum and copy new position and size and….


Re: mselection textdraw help - arlindi - 24.12.2014

I cant found iit can to tell me what to change please pleasr I will rep you


Re: mselection textdraw help - virusa1 - 24.12.2014

What kind of inventory you want to make ? Like a inventory for skins?


Re: mselection textdraw help - arlindi - 24.12.2014

Its inventory with helth box but the texdraws of mselection are like skin incentory


Re: mselection textdraw help - arlindi - 24.12.2014

Anyone??


Re: mselection textdraw help - arlindi - 24.12.2014

Sorry for bump but healp mee anyone


Re: mselection textdraw help - arlindi - 25.12.2014

any one I wait 1day for no bump please help, mee


Re: mselection textdraw help - SilentSoul - 25.12.2014

You can't change everything, you can only change the color of the background, the preview models only, and the text above, rotations as mentioned on mselection thread. you can only change these things.
Код:
ShowModelSelectionMenuEx(playerid, items_array[], item_amount, header_text[], extraid, Float:Xrot = 0.0, Float:Yrot = 0.0, Float:Zrot = 0.0, Float:mZoom = 1.0, dialogBGcolor = 0x4A5A6BBB, previewBGcolor = 0x88888899 , tdSelectionColor = 0xFFFF00AA)
Show menu for player.

    playerid: playerid
    items_array[]: Array of items to be shown
    item_amount: Amount of items in items_array[] (For example: item_amount = 3 would show items_array[0-2])
    header_test[]: heading of the list/menu
    extraid: extraid which gets passed to OnPlayerModelSelectionEx after selection
    Xrot: X rotation for the previews
    Yrot: Y rotation for the previews
    Zrot: Z rotation for the previews
    mZoom: Zoom for the previews
    dialogBGcolor(optional): Look at the picture below for the color (*1)
    previewBGcolor(optional): Look at the picture below for the color (*2)
    tdSelectionColor(optional): Look at the picture below for the color (*3)
    returns: 1 success, 0 failed
You may create your own selection textdraws by using textdraw editor like ipelomax's one. search for tutorials.