Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Releases
Server Releases
Name Colour Plugin [ARCTURUS MS]
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="cammy" data-source="post: 454733" data-attributes="member: 46853"><p style="text-align: center"><span style="color: rgb(41, 105, 176)"><a href="https://mega.nz/#!vKoShAQJ!2nTqqk_NqQU5Q-cdps9ZraHDMKGTFbrp3m0mXvAao68" target="_blank"><span style="font-size: 22px">DOWNLOAD</span></a></span></p><p>This plugin was made by <strong>[USER=59245]ToadFungoso[/USER].</strong></p><p></p><p>This plugin lets you add name colours based on rank. You're able to use a string of unlimited colours.</p><p></p><p>You will need to add the following to your DB.</p><p></p><p>Permissions</p><p>cmd_namecolour (This lets people set their name colour) AND cmd_reloadcolours (This refreshes the available colours)</p><p></p><p>Users Table</p><p>name_colour varchar(50) DEFAULT none(edited)</p><p></p><p>The table to store the colours</p><p></p><p>DROP TABLE IF EXISTS `color_names`; CREATE TABLE `color_names` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(100) NOT NULL, `color_code` varchar(500) DEFAULT '#000000', `min_rank` int(11) DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;</p><p></p><p>An example of an added colour...</p><p></p><p>ID: 1</p><p>NAME: Rainbow</p><p>COLOURCODE: #C0392B,#E67E22,#F1C40F,#229954,#3498DB,#8E44AD</p><p>MINRANK: 3</p><p></p><p><img src="https://devbest.com/attachments/kleuren-png.9823/" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Not too sure but if you do :namecolour list it will bring up a habbo page which you can set. (View console to see the page location to add it)</p><p></p><p>PCE</p></blockquote><p></p>
[QUOTE="cammy, post: 454733, member: 46853"] [CENTER][COLOR=rgb(41, 105, 176)][URL='https://mega.nz/#!vKoShAQJ!2nTqqk_NqQU5Q-cdps9ZraHDMKGTFbrp3m0mXvAao68'][SIZE=6]DOWNLOAD[/SIZE][/URL][/COLOR][/CENTER] This plugin was made by [B][USER=59245]ToadFungoso[/USER].[/B] This plugin lets you add name colours based on rank. You're able to use a string of unlimited colours. You will need to add the following to your DB. Permissions cmd_namecolour (This lets people set their name colour) AND cmd_reloadcolours (This refreshes the available colours) Users Table name_colour varchar(50) DEFAULT none(edited) The table to store the colours DROP TABLE IF EXISTS `color_names`; CREATE TABLE `color_names` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(100) NOT NULL, `color_code` varchar(500) DEFAULT '#000000', `min_rank` int(11) DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; An example of an added colour... ID: 1 NAME: Rainbow COLOURCODE: #C0392B,#E67E22,#F1C40F,#229954,#3498DB,#8E44AD MINRANK: 3 [IMG]https://devbest.com/attachments/kleuren-png.9823/[/IMG] Not too sure but if you do :namecolour list it will bring up a habbo page which you can set. (View console to see the page location to add it) PCE [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
Server Releases
Name Colour Plugin [ARCTURUS MS]
Top