Post: Origin of an object?
03-03-2016, 08:31 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Is there any method to get the origin of an object.

Example

self.ForgeObj.origin //Is not a valid method ?
(adsbygoogle = window.adsbygoogle || []).push({});
03-03-2016, 09:13 PM #2
seanhellen
Are you high?
I think itll be ForgeObj.origin;

Usually just whatever entity (vehicle/person/tree/whatever) with .origin on the end

try self iprintlnbold(ForgeObj.origin);
03-03-2016, 10:00 PM #3
Originally posted by seanhellen View Post
I think itll be ForgeObj.origin;

Usually just whatever entity (vehicle/person/tree/whatever) with .origin on the end

try self iprintlnbold(ForgeObj.origin);


Yeah i tried that as well it just did nothing.
03-03-2016, 10:37 PM #4
Patrick
League Champion
Just do this - self iprintln(self.ForgeObj.origin); make sure to see if it is a "self" also put it in a loop Smile so you can see the pos
03-04-2016, 12:29 PM #5
Originally posted by 32085
Just do this - self iprintln(self.ForgeObj.origin); make sure to see if it is a "self" also put it in a loop Smile so you can see the pos


Yup i got it working thanks Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo