Hi just what its stated on the title.. i was just wondering if someone would be able to help me how to remove a display name on the Warper.. For Example i wanted to remove the Brasilis Display on the warper. i pretty much tried everything to RE, // and Delete but the said name is still there.. really would appreciate it if someone could help.. thank you..
i've used Restrict
function Restrict { if ((getarg(0) == "RE" && !checkre(0)) || (getarg(0) == "Pre-RE" && checkre(0))) { if (getarg(1,0)) { set @warp_block,0; for (set .@i,1; .@i<getargcount(); set .@i,.@i+1) set @warp_block, @warp_block | (1<<getarg(.@i)); } else { message strcharinfo(0),"This map is not enabled in "+((checkre(0))?"":"Pre-")+"Renewal."; end; } } return; }
not sure if i'm still doing something wrong. Im very sorry for the inconvenience sadly this is my 1st time doing a script and i haven't had any background experience as well >.<
Question
khian
Hi just what its stated on the title.. i was just wondering if someone would be able to help me how to remove a display name on the Warper.. For Example i wanted to remove the Brasilis Display on the warper. i pretty much tried everything to RE, // and Delete but the said name is still there.. really would appreciate it if someone could help.. thank you..

i've used Restrict
function Restrict { if ((getarg(0) == "RE" && !checkre(0)) || (getarg(0) == "Pre-RE" && checkre(0))) { if (getarg(1,0)) { set @warp_block,0; for (set .@i,1; .@i<getargcount(); set .@i,.@i+1) set @warp_block, @warp_block | (1<<getarg(.@i)); } else { message strcharinfo(0),"This map is not enabled in "+((checkre(0))?"":"Pre-")+"Renewal."; end; } } return; }not sure if i'm still doing something wrong. Im very sorry for the inconvenience sadly this is my 1st time doing a script and i haven't had any background experience as well >.<
Edited by khian5 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.