uo.print

Ask for help

Moderators: Murderator+, Murderator

Post Reply
Bangbuss
Posts: 228
Joined: 2005-07-06 18:17:24

uo.print

Post by Bangbuss »

Code: Select all

uo.print(message,[color]) 

eto naverno nepravelnij kod.

kto znaet pravelnij?

xochu v skripte postavit' 6tob raznie soobshenie bilo v raznih cvetah.
Rivory
Posts: 205
Joined: 2005-01-06 11:49:28

Post by Rivory »

это наверное правильный код
volhram
Posts: 95
Joined: 2004-10-19 16:25:45

Post by volhram »

,charprint color text
Bangbuss
Posts: 228
Joined: 2005-07-06 18:17:24

Post by Bangbuss »

volhram wrote:,charprint color text


mne nado print a ne charprint
volhram
Posts: 95
Joined: 2004-10-19 16:25:45

Post by volhram »

http://yoko.netroof.net/help/help.php?l ... m=concolor

Code: Select all

Sub Print(message,color)
var textstandart='0x038a'   ; на свой вкус
uo.concolor(color)
uo.print(message)
uo.concolor(textstandart)
end sub


пример

Code: Select all

Print('Урааааа!!!','0x09DA')


нашёл где то на форуме, не тестил.
Post Reply