daShiru Posted May 2, 2020 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 52 Reputation: 2 Joined: 07/26/17 Last Seen: October 1, 2020 Share Posted May 2, 2020 (edited) prontera,155,181,5 script PvP Room 757,{ delwaitingroom; warp "pvp_y_8-2",0,0; npctalk strcharinfo(0)+" has entered PVP Room."; waitingroom " PVP [ "+getmapusers("pvp_y_8-2")+" Users ]",0; } close; } tried to make a simple script but its not announcing players name when entering Edited May 3, 2020 by Patskie codebox Quote Link to comment Share on other sites More sharing options...
0 Chaos92 Posted May 2, 2020 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1822 Reputation: 288 Joined: 08/03/12 Last Seen: 10 hours ago Share Posted May 2, 2020 1 hour ago, daShiru said: prontera,155,181,5 script PvP Room 757,{ delwaitingroom; warp "pvp_y_8-2",0,0; npctalk strcharinfo(0)+" has entered PVP Room."; waitingroom " PVP [ "+getmapusers("pvp_y_8-2")+" Users ]",0; } close; } tried to make a simple script but its not announcing players name when entering announce ""+strcharinfo(0)+" entered PVP ROOM !",bc_all; Quote Link to comment Share on other sites More sharing options...
0 daShiru Posted May 2, 2020 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 52 Reputation: 2 Joined: 07/26/17 Last Seen: October 1, 2020 Author Share Posted May 2, 2020 22 hours ago, Chaos92 said: announce ""+strcharinfo(0)+" entered PVP ROOM !",bc_all; Thank you Is there way we can make the font blue? Instead of yellow? Quote Link to comment Share on other sites More sharing options...
0 Chaos92 Posted May 2, 2020 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1822 Reputation: 288 Joined: 08/03/12 Last Seen: 10 hours ago Share Posted May 2, 2020 announce "This is announcement two.",bc_all,bc_blue; Quote Link to comment Share on other sites More sharing options...
0 daShiru Posted May 2, 2020 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 52 Reputation: 2 Joined: 07/26/17 Last Seen: October 1, 2020 Author Share Posted May 2, 2020 I tried bc_blue but when entering the text color turned into black .. And also in chatbox it turned out white Quote Link to comment Share on other sites More sharing options...
0 Chaos92 Posted May 3, 2020 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1822 Reputation: 288 Joined: 08/03/12 Last Seen: 10 hours ago Share Posted May 3, 2020 announce "TEXT",0,0xFF6600; The FF6600 contains the color, change it for get a new color : http://www.2createawebsite.com/build/hex-colors.html 1 Quote Link to comment Share on other sites More sharing options...
0 daShiru Posted May 3, 2020 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 52 Reputation: 2 Joined: 07/26/17 Last Seen: October 1, 2020 Author Share Posted May 3, 2020 Fixed Thank you Quote Link to comment Share on other sites More sharing options...
Question
daShiru
prontera,155,181,5 script PvP Room 757,{ delwaitingroom; warp "pvp_y_8-2",0,0; npctalk strcharinfo(0)+" has entered PVP Room."; waitingroom " PVP [ "+getmapusers("pvp_y_8-2")+" Users ]",0; } close; }
tried to make a simple script but its not announcing players name when entering
Edited by Patskiecodebox
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.