【LUA脚本】门派召集脚本
门派召集脚本
实现门主召集成员的功能,很实用。特别是门站的时候。
local PlayName=Player.GetName(PlayP);
local GUIldName=Player.GetGuildName(PlayP);
if GuildName==''then
Player.SendChatMsg(PlayP,'加入门派后才可使用',2);
return;
end;
local PlayName=Player.GetName(PlayP);
if not clump.IsSys(GuildName,PlayName)then
Player.SendChatMsg(PlayP,'只有门主才能使用,你没有权限使用',2);
return;
end;
local MapId,X,Y=BasicObj.GetPosition(PlayP);
if not clump.CompMap(MapId)then
Player.SendChatMsg(PlayP,'这个地图无法使用',2);
return;
end;
if not clump.CompTime()then
Player.SendChatMsg(PlayP,'当前时间无法使用',2);
return;
【千年tgs_luaQQ交流群:296880811 欢迎加入!】 资源仅提供学习,请勿用于商业!如网盘过期,请联系管理员处理。
千年技术社区微信公众号【千年圈、qnyouxi】上线,感谢关注获得更多资源!
{php} gxlfans_show($article);{/php}
相关文章
发表评论
评论列表
学习