[Include] [0.3X] mSelection 1.1 R3 - Create Model Preview Menus with a few lines of code
#81

not work,say errors when i compiling
Reply
#82

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

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 
Reply
#84

How to make skin selector?
Reply
#85

eu ti amo por isto man
Reply
#86

Download link it's 1.1 R2 not R3 ...
Reply
#87

why i can't click on any of buttons
Reply
#88

DELETE ...................
Reply
#89

You forgot the callback:

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

I did that, but still can not succeed!
Reply
#91

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

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

Reply
#94

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.
Reply
#95

Helpful, thanks.
Reply
#96

is there a way to remove the cancel buton?
Reply
#97

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
Reply
#98

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

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)