function script F_PVP_FSRS { if (getargcount()) { if (BaseLevel < getarg(0) || BaseLevel > getarg(1)) { mes "[PVP Fight Square Reception Staff]"; mes "Sorry, but you base level has to be between LV "+getarg(0)+" and LV "+getarg(1)+"."; close; } } if (strnpcinfo(4) == "pvp_y_room") { .@base$ = "pvp_y_"+strnpcinfo(2);
how to make announce when player get in pvp map
this is official script
Share this post
Link to post
Share on other sites