SA-MP Forums Archive
[Include] [0.3X] mSelection 1.1 R3 - Create Model Preview Menus with a few lines of code - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] [0.3X] mSelection 1.1 R3 - Create Model Preview Menus with a few lines of code (/showthread.php?tid=407045)

Pages: 1 2 3 4 5 6


Re: [0.3X] mSelection 1.1 R3 - Create Model Preview Menus with a few lines of code - unamed - 01.09.2013

not work,say errors when i compiling


Re: [0.3X] mSelection 1.1 R3 - Create Model Preview Menus with a few lines of code - gagas - 07.09.2013

How many models can it showcase? Btw really great work, arleady included this in my gamemode!


Re: [0.3X] mSelection 1.1 R3 - Create Model Preview Menus with a few lines of code - King Ace - 22.09.2013

Quote:
Originally Posted by gagas
Посмотреть сообщение
How many models can it showcase? Btw really great work, arleady included this in my gamemode!
It's written in the include.
PHP код:
#define mS_TOTAL_ITEMS             1000 // Max amount of items from all lists 



Re: [0.3X] mSelection 1.1 R3 - Create Model Preview Menus with a few lines of code - boomerboom - 27.10.2013

How to make skin selector?


Re: [0.3X] mSelection 1.1 R3 - Create Model Preview Menus with a few lines of code - geananet2 - 05.11.2013

eu ti amo por isto man


Re: [0.3X] mSelection 1.1 R3 - Create Model Preview Menus with a few lines of code - nGen.SoNNy - 07.11.2013

Download link it's 1.1 R2 not R3 ...


Re: [0.3X] mSelection 1.1 R3 - Create Model Preview Menus with a few lines of code - detter - 23.11.2013

why i can't click on any of buttons


Re: [0.3X] mSelection 1.1 R3 - Create Model Preview Menus with a few lines of code - tvt - 09.12.2013

DELETE ...................


Re: [0.3X] mSelection 1.1 R3 - Create Model Preview Menus with a few lines of code - Emmet_ - 09.12.2013

You forgot the callback:

pawn Код:
public OnPlayerModelSelection(playerid, response, listid, modelid)
{
    return 1;
}



Re: [0.3X] mSelection 1.1 R3 - Create Model Preview Menus with a few lines of code - tvt - 09.12.2013

I did that, but still can not succeed!


Re: [0.3X] mSelection 1.1 R3 - Create Model Preview Menus with a few lines of code - morris91 - 15.02.2014

Not sure if its me doing something wrong or not but im using "ShowModelSelectionMenuEx" with 33 items in array but it only shows 20 items. Anyone else having this problem or have i missed something?


Re: [0.3X] mSelection 1.1 R3 - Create Model Preview Menus with a few lines of code - ShivRp - 20.02.2014

Awesome man'h..
i would +rep you but i dont have enough reputations ..
sorry bro !


Respuesta: [0.3X] mSelection 1.1 R3 - Create Model Preview Menus with a few lines of code - Nitrome - 02.03.2014




Re: [0.3X] mSelection 1.1 R3 - Create Model Preview Menus with a few lines of code - Ryan_Undering - 03.03.2014

Quote:
Originally Posted by morris91
View Post
Not sure if its me doing something wrong or not but im using "ShowModelSelectionMenuEx" with 33 items in array but it only shows 20 items. Anyone else having this problem or have i missed something?
Open the mSelection in notepad and search for the line
pawn Code:
// settings dynamic per player lists
#define mS_CUSTOM_MAX_ITEMS     20
Then change the maximum to 33 for example.


Re : [0.3X] mSelection 1.1 R3 - Create Model Preview Menus with a few lines of code - FosterK - 03.03.2014

Helpful, thanks.


Re: [0.3X] mSelection 1.1 R3 - Create Model Preview Menus with a few lines of code - DeathKing - 12.03.2014

is there a way to remove the cancel buton?


Re: [0.3X] mSelection 1.1 R3 - Create Model Preview Menus with a few lines of code - Johndaonee - 12.03.2014

Quote:
Originally Posted by DeathKing
View Post
is there a way to remove the cancel buton?
Everything that is created can be removed.

Look for the line that creates the button and just comment them out


Re: [0.3X] mSelection 1.1 R3 - Create Model Preview Menus with a few lines of code - ParadiseRP - 22.03.2014

I moved from 0.3x to 0.3z , now it doesnt work any more


Re: [0.3X] mSelection 1.1 R3 - Create Model Preview Menus with a few lines of code - iZN - 23.03.2014

Quote:
Originally Posted by ParadiseRP
View Post
I moved from 0.3x to 0.3z , now it doesnt work any more
mSelection doesn't needs to be updated because 0.3z has mainly other related callbacks. It has nothing to do with 0.3z, because it works fine for me. You must've messed up something.


Re: [0.3X] mSelection 1.1 R3 - Create Model Preview Menus with a few lines of code - mirou123 - 23.03.2014

It would be great if you add something like listitem so we know each model is on which box