Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Thank you for taking the time to read my message
Codrially
Arkadi
https://gtm.steamproxy.vip/groups/SligsAddonsGroup/discussions
Your problem is something different, probably by an addon conflict. Please troubleshoot it yourself as we don't give individual support. Please read the addon description (https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=239910715) for more help!
In "SW_ADDON:SetEntAngPosViaAttachment" there is one problem: Why're you calling "SetPos" on entity without removing its old parent? You must to do something like this:
local p = entB:GetParent()
if IsValid(p) then
entB:SetParent()
end
entB:SetPos(PosA)
entB:SetAngles(AngA)
if IsValid(p) then
entB:SetParent(p)
end
Why I'm saying "must"? Look in comment section of Ferry and check gif which I've sent.
By the way this is my alt account and my old account was about level 1000 or something.
And it was destroyed by the owner of steam. Sad me. :(
At the moment Youtube URLs are indeed not working, I tested it just recently.
https://gtm.steamproxy.vip/workshop/filedetails/discussion/246756300/360671352684917592
Please keep in mind that Youtube playback is not an officially supported feature. It used to work fine, but was very unstable to begin with and if it is broken there isn't much I can do about. I will try to fix it, but i can't make promises...
If it works you can use it. If it doesn't you have to deal with it yourself, that's why you have to opt-it to the Youtube feature first.