📄 commonitem.lua
字号:
Itemsid=EqAip.ItemsID;
if Api:GetUserMap(client)~=6000 then
Api:RemoveItem_Cout(client,EqAip._InvItemCount);
if Itemsid==1060020 then
Api:GotoMap(client,1002,439,377);
elseif Itemsid==1060021 then
Api:GotoMap(client,1000,500,646);
elseif Itemsid ==1060022 then
Api:GotoMap(client,1020,551,548);
elseif Itemsid ==1060023 then
Api:GotoMap(client,1011,191,273);
elseif Itemsid ==1060024 then
Api:GotoMap(client,1015,723,573);
end;
else
Api:SendMess(client,"此类地图不允许使用");
end;
return;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -