dswp.de
http://www.dswp.de/old/

Country Flags
http://www.dswp.de/old/forum-gameserver-support/country-flags-t813-20.html
Page 3 of 3

Author:  wurst [ 06.30.09 ]
Post subject:  Re: Country Flags

hm heres anyways the table structure as it is on db serwer

:)

Code:
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `bot_db` /*!40100 DEFAULT CHARACTER SET utf8 */;

USE `bot_db`;

CREATE TABLE /*!32312 IF NOT EXISTS*/ `plugin_localisation` (
  `id` int(11) unsigned NOT NULL,
  `city` varchar(255) NOT NULL,
  `country` varchar(255) NOT NULL,
  `countrycode` char(2) NOT NULL default '',
  `latitude` varchar(255) NOT NULL,
  `longitude` varchar(255) NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
 

Author:  SvaRoX [ 07.01.09 ]
Post subject:  Re: Country Flags

Soon the 'lock' and 'private' attributes ? ;)

Author:  AimMe [ 07.01.09 ]
Post subject:  Re: Country Flags

And wurst comes from other world :mrgreen:.

Author:  natirips [ 07.01.09 ]
Post subject:  Re: Country Flags

AimMe wrote:
And wurst comes from other world :mrgreen:.

Since he's around 5310 kilometers (3299 miles) away from me, so he would be near the Earth's core. :D

Author:  wurst [ 07.01.09 ]
Post subject:  Re: Country Flags

no im from oO.

Author:  SvaRoX [ 07.01.09 ]
Post subject:  Re: Country Flags

I've updated the localization plugin with 2 new ingame functions :
!distance <player> displays the distance between you and that player.
!friends [<distance>] displays a list of online players connecting from less than <distance> km from you (100km by default if no parameter).
Have fun :)

Author:  wurst [ 07.01.09 ]
Post subject:  Re: Country Flags

nice...

Page 3 of 3 All times are UTC + 1 hour
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/