mSelection help.
#1

Код:
[17:40:59] -mSelection- WARNING: Reached maximum amount of lists, increase "mS_TOTAL_LISTS"
[17:40:59] -mSelection- WARNING: Reached maximum amount of lists, increase "mS_TOTAL_LISTS"
[17:40:59] -mSelection- WARNING: Reached maximum amount of lists, increase "mS_TOTAL_LISTS"
[17:40:59] -mSelection- WARNING: Reached maximum amount of lists, increase "mS_TOTAL_LISTS"
[17:40:59] -mSelection- WARNING: Reached maximum amount of lists, increase "mS_TOTAL_LISTS"
[17:40:59] -mSelection- WARNING: Reached maximum amount of lists, increase "mS_TOTAL_LISTS"
[17:40:59] -mSelection- WARNING: Reached maximum amount of lists, increase "mS_TOTAL_LISTS"
[17:40:59] -mSelection- WARNING: Reached maximum amount of lists, increase "mS_TOTAL_LISTS"
[17:40:59] -mSelection- WARNING: Reached maximum amount of lists, increase "mS_TOTAL_LISTS"
[17:40:59] -mSelection- WARNING: Reached maximum amount of lists, increase "mS_TOTAL_LISTS"
[17:40:59] -mSelection- WARNING: Reached maximum amount of lists, increase "mS_TOTAL_LISTS"
[17:40:59] 
----------------------------------
[17:40:59]  Blank Gamemode by your name here
[17:40:59] ----------------------------------

[17:40:59] Number of vehicle models: 62
Help please, which is why so?

includes:
Код HTML:
#include <a_samp>
#include <crashdetect>
#include <a_mysql>
#include <streamer>
#include <tag> //auto-gate
#include <mSelection>
ongamemodeinit:
Код HTML:
    skinlist1 = LoadModelSelectionMenu("Skins/skins1.txt");
    skinlist2 = LoadModelSelectionMenu("Skins/skins2.txt");
    skinlist3 = LoadModelSelectionMenu("Skins/skins3.txt");
    skinlist4 = LoadModelSelectionMenu("Skins/skins4.txt");
    skinlist5 = LoadModelSelectionMenu("Skins/skins5.txt");
selection:

Код HTML:
public OnPlayerModelSelection(playerid, response, listid, modelid)
{
    if(listid == skinlist1 && listid == skinlist2 && listid == skinlist3 && listid == skinlist4 && listid == skinlist5)
    {
        if(response)
        {
            SendClientMessage(playerid, COLOR_GREEN, "Select!");
            SetPlayerSkin(playerid, modelid);
        }
        else SendClientMessage(playerid, COLOR_RED, "Cancel");
        return 1;
    }
    return 1;
}
Reply
#2

Open mSelection.inc and find this #define mS_TOTAL_LIST 20
then increase the 20
Reply
#3

Quote:
Originally Posted by Battlezone
Посмотреть сообщение
Open mSelection.inc and find this #define mS_TOTAL_LIST 20
then increase the 20
There is so worth 20 ((
Reply
#4

Help please.. use include 1.1 R2
Reply
#5

up...(4 symbol)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)