Guest User

Untitled

a guest
Apr 16th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. //禁止用户进入土地后飞行,禁止时间30秒,禁止高度10米。
  2. function OnEnterPatch(sUserName,vPos) --用户进入自己的地块时调用该函数
  3. hif_Chat_Say(2,sUserName,"欢迎您来到我的家!" .. sUserName)
  4. hif_Chat_Command(0,sUserName,"hif_Forbid_Fly(30,10,hiv_Agent_UserID,hiv_Agent_PatchID)",0)
  5. end
Add Comment
Please, Sign In to add comment