daShiru Posted May 2, 2020 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
0 Chaos92 Posted May 2, 2020 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
0 daShiru Posted May 2, 2020 Author 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
0 Chaos92 Posted May 2, 2020 Posted May 2, 2020 announce "This is announcement two.",bc_all,bc_blue; Quote
0 daShiru Posted May 2, 2020 Author 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
0 Chaos92 Posted May 3, 2020 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
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
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.