Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - ThunderStorm

#1
Quote// [Ka]Juppi's func from http://forum.liberty-unleashed.co.uk/index.php/topic,398.0.html
// ported to fit your needs
function GetForwardPoint( pos, angle ) // you must pass an angle in degrees
{
local rad = angle * PI / 180; // we convert to radians
                local x = pos.x, y = pos.y;
local x2 = x + 1.0 * cos(rad) - 25.0 * sin(rad); // we calculate
local y2 = y + 1.0 * sin(rad) + 25.0 * cos(rad);
                return Vector( x2, y2, pos.z ); // return a vector
}

local veh = FindPlayer(0).Vehicle; veh.Pos = GetForwardPoint(veh.Pos,veh.EulerAngle.z);
This didn't work, heads me towards north ( slightly ), in every angle
#2
Videos & Screenshots / Walking on water :o
Oct 26, 2014, 11:50 AM
While we were having fun in Low Gravity Server, I teleported to Seby who was sitting on water (because of gravity), but for unknown reason I was able to walk on it like I would be on land. :)

https://www.youtube.com/watch?v=j5rZ6hFn2JI&feature=youtu.be

More videos coming from SouLy^ stay tuned.

PS: Seby was the only one who could not walk on water, ahaha