Raised This Month: $51 Target: $400
 12% 

Blockmaker - Changing Title/Changing Text Color


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
GXLZPGX
Veteran Member
Join Date: Sep 2009
Old 12-23-2009 , 00:09   Blockmaker - Changing Title/Changing Text Color
Reply With Quote #1

Of course! You have a clan and you want the name advertised on the blockmaker! And maybe you want it red! Well here we go! Simple as usual.

Search for:

PHP Code:
createMenus()
{
    
//calculate maximum number of block menu pages from maximum amount of blocks
    
gBlockMenuPagesMax floatround((float(gBlockMax) / 8.0), floatround_ceil);
    
    
//create main menu
    
new size sizeof(gszMainMenu);
    
add(gszMainMenusize"\yBlock Maker Menu^n^n");
    
add(gszMainMenusize"\r1. \wBlock Menu^n");
    
add(gszMainMenusize"\r2. \wTeleport Menu^n");
    
add(gszMainMenusize"\r3. \wTimer Menu^n");
    
add(gszMainMenusize"\r4. \wMeasuring Tool^n");
    
add(gszMainMenusize"\r5. \wLong Jump Creator^n^n");
    
add(gszMainMenusize"\r6. %sNoclip: %s^n");
    
add(gszMainMenusize"\r7. %sGodmode: %s^n^n^n");
    
add(gszMainMenusize"\r9. \wOptions Menu^n");
    
add(gszMainMenusize"\r0. \wClose");
    
gKeysMainMenu B1 B2 B3 B4 B5 B6 B7 B9 B0
Where it says:

PHP Code:
add(gszMainMenusize"\yBlock Maker Menu^n^n"); 
Thats that top part where the title is!

\y means that it is yellow
\w means that it is white
\r means that it is red

Want to add your name to it?

PHP Code:
add(gszMainMenusize"\y[Clan Tag] Block Maker Menu^n^n"); 
Want to make it red instead of yellow? (Change the \r to \w for white)

PHP Code:
add(gszMainMenusize"\r[Clan Tag] Block Maker Menu^n^n"); 
Want your clan tag one color, and "Block Maker Menu" another?

PHP Code:
add(gszMainMenusize"\r[Clan Tag] \yBlock Maker Menu^n^n"); 
Final Outcome:

PHP Code:
    //create main menu
    
new size sizeof(gszMainMenu);
    
add(gszMainMenusize"\r[Clan Tag] \yBlock Maker Menu^n^n");
    
add(gszMainMenusize"\r1. \wBlock Menu^n");
    
add(gszMainMenusize"\r2. \wTeleport Menu^n");
    
add(gszMainMenusize"\r3. \wTimer Menu^n");
    
add(gszMainMenusize"\r4. \wMeasuring Tool^n");
    
add(gszMainMenusize"\r5. \wLong Jump Creator^n^n");
    
add(gszMainMenusize"\r6. %sNoclip: %s^n");
    
add(gszMainMenusize"\r7. %sGodmode: %s^n^n^n");
    
add(gszMainMenusize"\r9. \wOptions Menu^n");
    
add(gszMainMenusize"\r0. \wClose");
    
gKeysMainMenu B1 B2 B3 B4 B5 B6 B7 B9 B0
You can also change the other titles the same way! Hope you guys like my tutorials.
__________________
Currently accepting payment US DOLLARS ONLY for custom plugins, contact me through PM.
GXLZPGX is offline
KadiR
Unnecessary Member
Join Date: Aug 2008
Location: Zürich / Switzerland
Old 12-23-2009 , 11:13   Re: Blockmaker - Changing Title/Changing Text Color
Reply With Quote #2

Nice tutorials, continue it
KadiR is offline
GXLZPGX
Veteran Member
Join Date: Sep 2009
Old 12-23-2009 , 11:52   Re: Blockmaker - Changing Title/Changing Text Color
Reply With Quote #3

Hmmm, what should I do next?!
__________________
Currently accepting payment US DOLLARS ONLY for custom plugins, contact me through PM.
GXLZPGX is offline
lolumad
Member
Join Date: Dec 2009
Old 12-23-2009 , 16:09   Re: Blockmaker - Changing Title/Changing Text Color
Reply With Quote #4

Adding new blocks, such pole, removing the glow of invincibility, changing the alpha of glass (this is easy, but there are some people that don't know how to do)
__________________
#include < >
#include <>
#include < >
lolumad is offline
cikjam
Senior Member
Join Date: Feb 2009
Location: Australia
Old 12-24-2009 , 02:47   Re: Blockmaker - Changing Title/Changing Text Color
Reply With Quote #5

Lol.

Quote:
Originally Posted by lolumad View Post
changing the alpha of glass (this is easy, but there are some people that don't know how to do)
Already out there.
__________________
R.I.P Aziz 'Zyzz' Sergeyevich Shavershian
cikjam is offline
GXLZPGX
Veteran Member
Join Date: Sep 2009
Old 12-24-2009 , 17:09   Re: Blockmaker - Changing Title/Changing Text Color
Reply With Quote #6

Quote:
Originally Posted by cikjam View Post
Lol.



Already out there.
Yep, I posted one a while back. Its on the second page.
__________________
Currently accepting payment US DOLLARS ONLY for custom plugins, contact me through PM.
GXLZPGX is offline
mannyeon
Junior Member
Join Date: Jan 2010
Old 01-02-2010 , 04:19   Re: Blockmaker - Changing Title/Changing Text Color
Reply With Quote #7

dude can u make an step by step for adding pole blocks to blockmaker?
mannyeon is offline
cikjam
Senior Member
Join Date: Feb 2009
Location: Australia
Old 01-02-2010 , 06:22   Re: Blockmaker - Changing Title/Changing Text Color
Reply With Quote #8

Can't you just download a blockmaker with poles there search for pole and add it.
__________________
R.I.P Aziz 'Zyzz' Sergeyevich Shavershian
cikjam is offline
GXLZPGX
Veteran Member
Join Date: Sep 2009
Old 01-02-2010 , 13:34   Re: Blockmaker - Changing Title/Changing Text Color
Reply With Quote #9

Nah, because not all the required coding for poles has "Poles" in it.
__________________
Currently accepting payment US DOLLARS ONLY for custom plugins, contact me through PM.
GXLZPGX is offline
cikjam
Senior Member
Join Date: Feb 2009
Location: Australia
Old 01-03-2010 , 00:09   Re: Blockmaker - Changing Title/Changing Text Color
Reply With Quote #10

I did it.
__________________
R.I.P Aziz 'Zyzz' Sergeyevich Shavershian
cikjam is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:20.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode