TehCow
June 21st, 2010, 19:48
DO THIS FIRST (BY COMOED)
Only the registered members can see the link.
How to make ingame colours? I think quite a few people dont know how. Or they know how and do no know how to end it after one word for example.
What we gonna make:
Join DowngradeX super RSPS!
But then ingame.
Explained:
sM - sendMessage.
Colours in your server message or interfaces with help.
SendMessage.
As I started RSPS I thought it was ServerMessage ;), I was kinda stupid.
So yeah, it's sendMessage shortened to sM.
How does it work?
sM(">YourTextHereBetweenTheTwo");
This will effect as:
YourTextBetweenTheTwo ingame.
Now we wanna add colours on it.
Watch closely;
sM("@Red@Teh Mighty@bla@@yel@ Cow@bla@");
What does this do?
U will receive a login message or where-ever you place it as:
Teh Mighty Cow
Explanation:
@bla@ Closes a colour.
@red@ Make the colour red.
@blu@ Makes the colour blue.
@yel@ Makes the colour yellow.
@gre@ Makes the colour green.
There might be more that I forget, or I just don't know. Im talking about colours, NOT @DRE@!
Appliance:
In textHandler.java you can use colours for your bank, like:
The bank of DowngradeX
Thanks,
TehCow.
Only the registered members can see the link.
How to make ingame colours? I think quite a few people dont know how. Or they know how and do no know how to end it after one word for example.
What we gonna make:
Join DowngradeX super RSPS!
But then ingame.
Explained:
sM - sendMessage.
Colours in your server message or interfaces with help.
SendMessage.
As I started RSPS I thought it was ServerMessage ;), I was kinda stupid.
So yeah, it's sendMessage shortened to sM.
How does it work?
sM(">YourTextHereBetweenTheTwo");
This will effect as:
YourTextBetweenTheTwo ingame.
Now we wanna add colours on it.
Watch closely;
sM("@Red@Teh Mighty@bla@@yel@ Cow@bla@");
What does this do?
U will receive a login message or where-ever you place it as:
Teh Mighty Cow
Explanation:
@bla@ Closes a colour.
@red@ Make the colour red.
@blu@ Makes the colour blue.
@yel@ Makes the colour yellow.
@gre@ Makes the colour green.
There might be more that I forget, or I just don't know. Im talking about colours, NOT @DRE@!
Appliance:
In textHandler.java you can use colours for your bank, like:
The bank of DowngradeX
Thanks,
TehCow.