30.06.2014, 09:52
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;
}