mSelection not working:
#4

The include was there, so was "skinlist". So that's definitely not the problem. And yes, there was the skins.txt file in the Scriptfiles folder.

pawn Код:
#include <mSelection>

new skinlist = mS_INVALID_LISTID;

public OnGameModeInit()
{
    AddPlayerClass(21,-2382.0168,-582.0441,132.1172,125.2504,0,0,0,0,0,0);
    AddPlayerClass(59,-2382.0168,-582.0441,132.1172,125.2504,0,0,0,0,0,0);
    /* <-------------------------------------------> */
    ShowPlayerMarkers(0);
    ShowNameTags(1);
    DisableInteriorEnterExits();
    EnableStuntBonusForAll(0);
    SetNameTagDrawDistance(10.0);
    skinlist = LoadModelSelectionMenu("skins.txt");
    // =========== TIMERS ===========
    SetTimer("MoneyUpdate",1000,1);
    SetTimer("SaveAccounts", SECONDS(13), 1);
    return 1;
}
Reply


Messages In This Thread
mSelection not working: - by Twizted - 30.06.2014, 08:11
Re: mSelection not working: - by SupaVZ - 30.06.2014, 08:54
Re: mSelection not working: - by LivingLikeYouDo - 30.06.2014, 09:24
Re: mSelection not working: - by Twizted - 30.06.2014, 09:52
Re: mSelection not working: - by LivingLikeYouDo - 30.06.2014, 09:58
Re: mSelection not working: - by Twizted - 30.06.2014, 10:11
Re: mSelection not working: - by R0 - 30.06.2014, 10:38
Re: mSelection not working: - by LivingLikeYouDo - 30.06.2014, 10:39
Re: mSelection not working: - by Twizted - 30.06.2014, 10:50
Re: mSelection not working: - by LivingLikeYouDo - 30.06.2014, 11:12

Forum Jump:


Users browsing this thread: 1 Guest(s)