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
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 786 - File: showthread.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/showthread.php 786 errorHandler->error






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Interesting...
Author Message
Dullais
Journeyman
*

Posts: 65
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 0



Post: #1
Interesting...
Hello,
Iam making script, that teleports players who are not using client 6.0.4 to another market place (my server is usin 6.0.4, and this was a way for some people to don't get stuck in black, because market place i home made)

Code:
[regiontype r_market_place]
on=@enter
IF !(STRCMP(<SRC.CLIENTVERSION>, 6.0.4))
ELSE
IF (<SRC.ISPLAYER> == 1)
SRC.GO 5140,1767,0,0
src.dialog d_uc_market_place
RETURN 1
ENDIF
ENDIF

Every command works under "IF (<SRC.ISPLAYER> == 1)".
But GO command wont work. changin p wont work either...
Why so ?

Areadef:
Code:
[AREADEF a_market_place]
EVENTS=r_default,r_default_rock,r_default_water,r_default_tree,r_default_grass,r​_market_place
NAME=Market place
GROUP=ALLMAP
FLAGS=02481
P=6000,1151
RECT=5937,1097,6015,1167,0
05-31-2013 12:00 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Interesting... - Dullais - 05-31-2013 12:00 AM
RE: Interesting... - Mordaunt - 05-31-2013, 12:59 AM
RE: Interesting... - Dullais - 05-31-2013, 01:08 AM
RE: Interesting... - Staff_Stanic - 05-31-2013, 01:16 AM
RE: Interesting... - Dullais - 05-31-2013, 01:32 AM
RE: Interesting... - Ben - 05-31-2013, 02:48 AM
RE: Interesting... - Dullais - 05-31-2013, 06:33 AM
RE: Interesting... - darksun84 - 05-31-2013, 01:53 AM
RE: Interesting... - Dullais - 05-31-2013, 01:59 AM
RE: Interesting... - darksun84 - 05-31-2013, 02:01 AM
RE: Interesting... - Dullais - 05-31-2013, 02:13 AM
RE: Interesting... - RanXerox - 05-31-2013, 02:23 AM

Forum Jump:


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