Report abuse

//禁止用户进入土地后飞行,禁止时间30秒,禁止高度10米。
function OnEnterPatch(sUserName,vPos) --用户进入自己的地块时调用该函数
    hif_Chat_Say(2,sUserName,"欢迎您来到我的家!" .. sUserName)
    hif_Chat_Command(0,sUserName,"hif_Forbid_Fly(30,10,hiv_Agent_UserID,hiv_Agent_PatchID)",0)
end