Jump to content
  • 0
Sign in to follow this  
Break San

Announce font size

Question

8 answers to this question

Recommended Posts

  • 0
*announce "<text>",<flag>{,<fontColor>{,<fontType>{,<fontSize>{,<fontAlign>{,<fontY>}}}}};

Share this post


Link to post
Share on other sites
  • 0

 

*announce "<text>",<flag>{,<fontColor>{,<fontType>{,<fontSize>{,<fontAlign>{,<fontY>}}}}};

 

 

Could me an example of the advertisement?

Edited by Break San

Share this post


Link to post
Share on other sites
  • 0

 

announce "hi",bc_self, 0x00FFFF,FW_NORMAL,16;



font size does not increase put 50 and was the same size
 
OnPCLoadMapEventif(strcharinfo(3) == "prontera") announce "TESTE",bc_self, 0x00FFFF,FW_NORMAL,50;end;

 

Edited by Break San

Share this post


Link to post
Share on other sites
  • 0
-	script	map_self_announce	-1,{OnPCLoadMapEvent:	if (compare("prontera,geffen,payon", strcharinfo(3)))		announce "You have entered the map: " + strcharinfo(3), bc_self, 0x00FFFF,FW_NORMAL,16;	end;}prontera	mapflag	loadeventgeffen	mapflag	loadeventpayon	mapflag	loadevent

Share this post


Link to post
Share on other sites
  • 0

 

-	script	map_self_announce	-1,{OnPCLoadMapEvent:	if (compare("prontera,geffen,payon", strcharinfo(3)))		announce "You have entered the map: " + strcharinfo(3), bc_self, 0x00FFFF,FW_NORMAL,16;	end;}prontera	mapflag	loadeventgeffen	mapflag	loadeventpayon	mapflag	loadevent

 

Strange is functioning only in Prontera

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.