mirror of
https://gitlab.com/YuukiPS/GC-Resources.git
synced 2025-01-08 12:07:53 +08:00
Fix TrySetPlayerEyePoint
This commit is contained in:
parent
89490cdc57
commit
3345ac79b2
@ -174,7 +174,7 @@ function action_EVENT_ENTER_REGION_313009(context, evt)
|
||||
big_region=regions[i]
|
||||
end
|
||||
end
|
||||
TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
|
||||
ScriptLib.TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
|
||||
end
|
||||
|
||||
return 0
|
||||
|
@ -478,7 +478,7 @@ function action_EVENT_ENTER_REGION_259007(context, evt)
|
||||
big_region=regions[i]
|
||||
end
|
||||
end
|
||||
TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
|
||||
ScriptLib.TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
|
||||
|
||||
return 0
|
||||
end
|
||||
|
@ -174,7 +174,7 @@ function action_EVENT_ENTER_REGION_482002(context, evt)
|
||||
big_region=regions[i]
|
||||
end
|
||||
end
|
||||
TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
|
||||
ScriptLib.TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
|
||||
end
|
||||
|
||||
|
||||
|
@ -124,7 +124,7 @@ function action_EVENT_ENTER_REGION_543005(context, evt)
|
||||
big_region=regions[i]
|
||||
end
|
||||
end
|
||||
TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
|
||||
ScriptLib.TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
|
||||
end
|
||||
|
||||
return 0
|
||||
|
@ -224,7 +224,7 @@ function action_EVENT_ENTER_REGION_657006(context, evt)
|
||||
big_region=regions[i]
|
||||
end
|
||||
end
|
||||
TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
|
||||
ScriptLib.TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
|
||||
end
|
||||
|
||||
return 0
|
||||
|
@ -1048,7 +1048,7 @@ function action_EVENT_ENTER_REGION_769059(context, evt)
|
||||
big_region=regions[i]
|
||||
end
|
||||
end
|
||||
TrySetPlayerEyePoint(context, small_region, big_region, 1, {0})
|
||||
ScriptLib.TrySetPlayerEyePoint(context, small_region, big_region, 1, {0})
|
||||
return 0
|
||||
end
|
||||
|
||||
|
@ -125,7 +125,7 @@ function action_EVENT_ENTER_REGION_394005(context, evt)
|
||||
big_region=regions[i]
|
||||
end
|
||||
end
|
||||
TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
|
||||
ScriptLib.TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
|
||||
end
|
||||
|
||||
return 0
|
||||
|
@ -180,7 +180,7 @@ function action_EVENT_ENTER_REGION_20012(context, evt)
|
||||
big_region=regions[i]
|
||||
end
|
||||
end
|
||||
TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
|
||||
ScriptLib.TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
|
||||
end
|
||||
|
||||
return 0
|
||||
|
@ -177,7 +177,7 @@ function action_EVENT_ENTER_REGION_181005(context, evt)
|
||||
big_region=regions[i]
|
||||
end
|
||||
end
|
||||
TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
|
||||
ScriptLib.TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
|
||||
end
|
||||
|
||||
return 0
|
||||
|
@ -175,7 +175,7 @@ function action_EVENT_ENTER_REGION_81006(context, evt)
|
||||
big_region=regions[i]
|
||||
end
|
||||
end
|
||||
TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
|
||||
ScriptLib.TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
|
||||
end
|
||||
|
||||
return 0
|
||||
|
@ -1,4 +1,4 @@
|
||||
-- 基础信息
|
||||
-- 基础信息 (Jadeplume Terrors)
|
||||
local base_info = {
|
||||
group_id = 133301272
|
||||
}
|
||||
@ -125,7 +125,8 @@ function action_EVENT_ENTER_REGION_272005(context, evt)
|
||||
big_region=regions[i]
|
||||
end
|
||||
end
|
||||
TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
|
||||
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : shit lol")
|
||||
ScriptLib.TrySetPlayerEyePoint(context, small_region, big_region, 0, {0})
|
||||
end
|
||||
|
||||
return 0
|
||||
|
Loading…
Reference in New Issue
Block a user