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
Party Functions
Author Message
Extreme
Grandmaster Poster
***

Posts: 1,141
Likes Given: 217
Likes Received: 90 in 77 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #1
Party Functions
Here is a thread to everyone post your party functions to work with the sphere default functions.

PHP Code:
[FUNCTION F_ISSAMEPARTY// <I>.F_ISSAMEPARTY <REF2>
IF !<ARGS> || !<SERV.UID.<ARGS>>
 RETURN 
0
ENDIF
REF2 <ARGS>
IF !<
ISINPARTY> || !<REF2.ISINPARTY>
 RETURN 
0
ENDIF
FOR 
M 0 <EVAL <PARTY.MEMBERS>-1>
 IF <
PARTY.MEMBER.<dLOCAL.M>.UID> == <REF2>
  RETURN 
1
 
ENDIF
ENDFOR
RETURN 
0

////////////////////////////////////////////////////////////////////////////////

[FUNCTION F_PARTY_SYSMESSAGE// <I>.F_PARTY_SYSMESSAGE <ARGS>
IF !<ARGS> || !<ISINPARTY>
 RETURN 
1
ENDIF
REF1 <UID>
FOR 
M 0 <EVAL <PARTY.MEMBERS>-1>
 
REF2 <PARTY.MEMBER.<dLOCAL.M>.UID>
 
REF2.SYSMESSAGE @044,,[PARTY][<REF1.NAME>]: <ARGS>
ENDFOR
RETURN 


STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
(This post was last modified: 10-12-2012 02:04 AM by Extreme.)
10-02-2012 05:47 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Party Functions - Extreme - 10-02-2012 05:47 AM
RE: Party Functions - Lazarus - 10-03-2012, 04:03 AM
RE: Party Functions - Mordaunt - 10-03-2012, 05:06 AM
RE: Party Functions - Extreme - 10-03-2012, 06:49 AM

Forum Jump:


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