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
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
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
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