PtokaX forum

Archive => HOW-TO's => Archived 5.1 boards => Old HOW-TO's => Topic started by: HillyBilly on 09 August, 2005, 14:07:05

Title: How to make 2 lines
Post by: HillyBilly on 09 August, 2005, 14:07:05
Need some help.
I want the part from How To:...    be shown on the second(next) line, without many spaces?

return curUser:SendData("*** You have to share at least "..DoShareUnits(MinShare).." to be able to download. How To: Type in mainchat       =======>     +share      <======     don't forget the   +   symbol"),1

Cheers HB
Title:
Post by: Dessamator on 09 August, 2005, 14:41:37
add the blue text:

return curUser:SendData("*** You have to share at least "..DoShareUnits(MinShare).." to be able to download.[COLOR=skyblue]\r\n\[/COLOR]  How To: Type in mainchat       =======>     +share      <======     don't forget the   +   symbol"),1
Title:
Post by: HillyBilly on 09 August, 2005, 14:54:14
Thxs Dessamator