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:
  • 2 Votes - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unique Character Names
Author Message
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #4
RE: Unique Character Names
You don't "get" the names. The script records them as players make characters.
All that is really required to run this script is for the following to appear under the server triggers:

Code:
[FUNCTION f_onchar_create]
if <serv.LIST.player_names.COUNT>
    if <serv.LIST.player_names.FINDELEM "<src.name>"> != -1
            src.timerf 3, src.namechange
    else
        serv.LIST.player_names.ADD <src.name>
       endif
else
       serv.LIST.player_names.ADD <src.name>
    serv.log Unique player name list created
endif

[FUNCTION f_onchar_delete]
serv.LIST.player_names.<LIST.player_names.FINDELEM "<src.name>">.REMOVE

[Image: 2nis46r.jpg]
04-01-2013 10:22 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Unique Character Names - Mordaunt - 03-15-2013, 05:05 AM
RE: Unique Character Names - xwerswoodx - 03-19-2013, 03:25 AM
RE: Unique Character Names - gooool - 04-01-2013, 04:00 PM
RE: Unique Character Names - Mordaunt - 04-01-2013 10:22 PM
RE: Unique Character Names - gooool - 04-02-2013, 01:47 AM
RE: Unique Character Names - Mordaunt - 04-02-2013, 03:24 AM
RE: Unique Character Names - gooool - 04-02-2013, 07:15 PM
RE: Unique Character Names - Mordaunt - 04-02-2013, 10:19 PM
RE: Unique Character Names - gooool - 08-06-2013, 10:49 PM
RE: Unique Character Names - Mordaunt - 08-07-2013, 12:09 AM
RE: Unique Character Names - gooool - 08-07-2013, 12:54 AM
RE: Unique Character Names - Mordaunt - 08-07-2013, 01:19 AM
RE: Unique Character Names - gooool - 08-07-2013, 01:59 AM
RE: Unique Character Names - Mordaunt - 08-07-2013, 02:03 AM
RE: Unique Character Names - gooool - 08-07-2013, 02:19 AM
RE: Unique Character Names - darksun84 - 08-07-2013, 02:26 AM
RE: Unique Character Names - Mordaunt - 08-07-2013, 02:28 AM
RE: Unique Character Names - gooool - 08-10-2013, 12:02 PM
RE: Unique Character Names - Mordaunt - 08-10-2013, 12:23 PM
RE: Unique Character Names - phibertap - 10-20-2013, 05:02 AM
RE: Unique Character Names - Mordaunt - 10-20-2013, 08:33 AM
RE: Unique Character Names - Mordaunt - 11-11-2013, 12:56 AM
RE: Unique Character Names - Mordaunt - 12-05-2013, 02:35 AM
RE: Unique Character Names - XuN - 12-05-2013, 03:59 AM

Forum Jump:


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