Break San 3 Posted January 8, 2015 Changing the font size of an ad? OnPCLoadMapEvent:if(strcharinfo(3) == "prontera") announce "HELOO",3;end; Share this post Link to post Share on other sites
0 Patskie 88 Posted January 9, 2015 *announce "<text>",<flag>{,<fontColor>{,<fontType>{,<fontSize>{,<fontAlign>{,<fontY>}}}}}; Share this post Link to post Share on other sites
0 Break San 3 Posted April 9, 2015 (edited) *announce "<text>",<flag>{,<fontColor>{,<fontType>{,<fontSize>{,<fontAlign>{,<fontY>}}}}}; Could me an example of the advertisement? Edited April 9, 2015 by Break San Share this post Link to post Share on other sites
0 evilpuncker 504 Posted April 9, 2015 announce "hi",bc_self, 0x00FFFF,FW_NORMAL,16; Share this post Link to post Share on other sites
0 Break San 3 Posted April 9, 2015 (edited) 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 April 9, 2015 by Break San Share this post Link to post Share on other sites
0 evilpuncker 504 Posted April 9, 2015 I guess there is a limit Share this post Link to post Share on other sites
0 Break San 3 Posted April 9, 2015 I guess there is a limit I would like to leave emulator style eamod the announcement of the city name then it is impossible Share this post Link to post Share on other sites
0 evilpuncker 504 Posted April 9, 2015 - 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 Break San 3 Posted April 9, 2015 - 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
Changing the font size of an ad?
Share this post
Link to post
Share on other sites