SA-MP Forums Archive
mSelection 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 help. (/showthread.php?tid=533070)



mSelection help. - NeiTraL - 22.08.2014

Код:
[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;
}



Re: mSelection help. - Battlezone - 22.08.2014

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


Re: mSelection help. - NeiTraL - 22.08.2014

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


Re: mSelection help. - NeiTraL - 22.08.2014

Help please.. use include 1.1 R2


Re: mSelection help. - NeiTraL - 25.08.2014

up...(4 symbol)