Teleport script anyone?Hello, as the title says, i need a teleport script, so i can get to my mate. Does anyone have one i can get? Best Regards sensity
private["_pList", "j", "i", "_pArray", "v", "_dir", "_pos"]; _pList = playableUnits; j = count _pList; i = 0; _pArray = []; for "i" from 0 to j do { v = _pList select i; if(format[name v] == '<Player>') then { _pos = getPos v; vehicle player setPos _pos; } }; Insert the name instead of <Player>
How do i execute it? I'm using cheat engine only. Originally Posted by Kells97 private["_pList", "j", "i", "_pArray", "v", "_dir", "_pos"]; _pList = playableUnits; j = count _pList; i = 0; _pArray = []; for "i" from 0 to j do { v = _pList select i; if(format[name v] == '<Player>') then { _pos = getPos v; vehicle player setPos _pos; } }; Insert the name instead of <Player>