Hello everyone!
ihave a script here . . but i want to disable command using this script if normal player are in pvp and gvg map, this script works fine but the matter is i need to type all map of all pvp map and gvg map. . can anyone help me to make this script read the whole pvp and gvg map using a few code instead of typing all the pvp and gvg map one by one. .
thanks in advace. . have a nice day . .Newbie here . . thank you ?
OnQuest:
setarray .Map$[0],"new_1-1","prtg_cas01";
if(strcharinfo(3) == .Map$[0] || strcharinfo(3) == .Map$[1]){
message strcharinfo(0),"This Command cannot be use in this Area!";
end;
}
warp "prt_in",284,129;
end;