20.07.2011, 08:43
I'm changing the L.A.S LuX Admin FS
I'm changing the Admin Skins and Creating a V.I.P FS to use with it..
But when I changed the AdminSkins it appears 1 error...
error: 075: input line too long (after substitutions)
I can't understand how to fix it...
I'm changing the Admin Skins and Creating a V.I.P FS to use with it..
But when I changed the AdminSkins it appears 1 error...
error: 075: input line too long (after substitutions)
pawn Код:
//==============================================================================
// Administrators Skins/Prevent players to use
//==============================================================================
if(ServerInfo[AdminOnlySkins] == 1)
{
if( (GetPlayerSkin(playerid) == ServerInfo[AdminSkin]) || (GetPlayerSkin(playerid) == ServerInfo[AdminSkin2]) || (GetPlayerSkin(playerid) == ServerInfo[AdminSkin3]) || (GetPlayerSkin(playerid) == ServerInfo[AdminSkin4]) || (GetPlayerSkin(playerid) == ServerInfo[AdminSkin5]) || (GetPlayerSkin(playerid) == ServerInfo[AdminSkin6]) || (GetPlayerSkin(playerid) == ServerInfo[AdminSkin7]) || (GetPlayerSkin(playerid) == ServerInfo[AdminSkin8]) || (GetPlayerSkin(playerid) == ServerInfo[AdminSkin9]) || (GetPlayerSkin(playerid) == ServerInfo[AdminSkin10]))
{
if(AccInfo[playerid][Level] >= 1)
GameTextForPlayer(playerid,"~b~Welcome~n~~w~Admin",3000,1);
else
{
GameTextForPlayer(playerid,"~r~This Skin Is For~n~Administrators~n~Only",4000,1);
SetTimerEx("DelayKillPlayer", 2500,0,"d",playerid);
return 1;
}
}
}
if((dUserINT(PlayerName2(playerid)).("UseSkin")) == 1)
if((AccInfo[playerid][Level] >= 1) && (AccInfo[playerid][LoggedIn] == 1))
SetPlayerSkin(playerid,(dUserINT(PlayerName2(playerid)).("FavSkin")) );