The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Console error about mordaunt housing system
Author Message
ograso
Journeyman
*

Posts: 135
Likes Given: 10
Likes Received: 2 in 2 posts
Joined: May 2014
Reputation: 0



Post: #1
Console error about mordaunt housing system
Hey all,

I always receive same errors from console as follow. How is it possible to fix

Code:
ERROR:(housing24.scp,463)Undefined symbol ''
ERROR:(housing24.scp,467)Undefined symbol ''


Code:
[REGIONTYPE r_house_system]
ON=@Enter
if !<src.brain>
    SRC.DSPEECH +spk_player_house
endif
REF1=<UID.<UID>.MORE2>
if (<REF1.HousePlayerAccess <SRC>>==-1)
    SRC.SYSMESSAGE @,,1 You may not enter.
    return 1
elif (<SRC.ISPLAYER>)
    if !(<SRC.ISGM>)
        if (<DEF.scp.House_DepthOfField>) && !(<REF1.TAG0.Public>) && (<REF1.HousePlayerAccess <SRC>> < 1)
            SRC.SYSMESSAGE @,,1 You may not enter.
            return 1
        elif (<UID.<UID>.TYPE>==t_multi_custom)
            if (<UID.<UID>.DESIGNER>)
                return 1
            endif
        endif
    endif
    return 0
else
    if (<SRC.IsHouseVendor>)
        if (<REF1.TAG0.VENDORS> >= <UID.<UID>.HouseMaxVendors>) || ((<DEF.scp.House_VendorsPublic>) && !(<REF1.TAG0.Public>))
            SRC.TIMERF 1,HouseVendorRemove
            SRC.TIMERF 1,REMOVE
        else
            SRC.TAG.House=<UID>
            SRC.EVENTS +e_aos_house_vendor
            REF1.TAG0.VENDORS ++
            REF1.TAG.VENDOR<dREF1.TAG0.VENDORS>=<SRC>
        endif
-->Line 463     elif (<DEF.scp.House_DepthOfField>) && !(<REF1.TAG0.Public>) && (<REF1.HousePlayerAccess <SRC.OWNER>> < 1)   // Line 463
        return 1
    endif
endif
-->Line 467     if <def.scp.House_DecayUnlockedItems> == 1   // Line 467
    if (<uid.<uid>.type> == t_multi) || (<uid.<uid>.type> == t_multi_custom)
        if <flags>&region_flag_nodecay
            flags = <flags>&~region_flag_nodecay
        endif
    endif
endif

ON=@Exit
if !<src.brain>
    SRC.DSPEECH -spk_player_house
endif
01-11-2015 11:52 AM
Find all posts by this user Like Post Quote this message in a reply
MirroR
Apprentice
*

Posts: 36
Likes Given: 4
Likes Received: 5 in 5 posts
Joined: Apr 2012
Reputation: 1

Resty of Abyss

Post: #2
RE: Console error about mordaunt housing system
[DEFNAME NODEFS]
SCP.HOUSE_DEPTHOFFIELD=1 // EVIN ALAN DERINLIĞINDEN BAHSEDIYOR BURADA tam olarak anlamadım ama böyle ekle hatalar kalkıcaktır. scp'yi almışssın ama defleri tam olarak almamışsın.
SCP.HOUSE_DECAYUNLOCKEDITEMS=1


add it.
(This post was last modified: 01-11-2015 02:16 PM by MirroR.)
01-11-2015 02:16 PM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes MirroR's post
ograso
Journeyman
*

Posts: 135
Likes Given: 10
Likes Received: 2 in 2 posts
Joined: May 2014
Reputation: 0



Post: #3
RE: Console error about mordaunt housing system
Yes Mirror you were right. I changed the script pack and I was trying to integrate to new pack. I missed this things. Thanks anyway
01-12-2015 04:53 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)