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
Show players home country
Author Message
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #5
RE: Show players home country
that's a nice idea, you can get the client language using <ACCOUNT.LANG> and use this value to get the country name (eg: ENU = united states)

note that client language is only stored on server-side after the client speak something, but this can be easily fixed just showing an "Not Available" text

the script should be something like this:
Code:
[EVENTS e_char_country_tooltip]   // add this event on all players
ON=@ClientTooltip
SRC.ADDCLILOC <DEF.empty_cliloc>,Country: <DEF.CountryName<ACCOUNT.LANG>>

[DEFNAMES country_names]
CountryName        "Not Available"
CountryNameENG     "United Kingdom"
CountryNameENU     "United States"
CountryNameFRA     "France"
CountryNameITA     "Italy"
CountryNameJPN     "Japan"
CountryNamePTB     "Brazil"
CountryNamePTG     "Portugal"
CountryNameRUS     "Russia"
...
02-14-2019 09:42 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Show players home country - Lano - 02-12-2019, 07:02 AM
RE: Show players home country - Coruja - 02-12-2019, 10:34 AM
RE: Show players home country - Lano - 02-12-2019, 09:57 PM
RE: Show players home country - golfin - 02-13-2019, 03:53 AM
RE: Show players home country - Coruja - 02-14-2019 09:42 AM
RE: Show players home country - golfin - 02-14-2019, 06:51 PM
RE: Show players home country - Lano - 02-15-2019, 06:06 AM
RE: Show players home country - Kanibal - 02-25-2019, 07:03 AM
RE: Show players home country - Kanibal - 11-15-2020, 09:26 AM

Forum Jump:


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