You are viewing our Forum Archives. To view or take place in current topics click here.
Need Help Updating 2 Ghosts Offsets to tu17
Posted:
Need Help Updating 2 Ghosts Offsets to tu17Posted:
Status: Offline
Joined: Sep 03, 201410Year Member
Posts: 158
Reputation Power: 7
Status: Offline
Joined: Sep 03, 201410Year Member
Posts: 158
Reputation Power: 7
hey thease are the offsets ill +Rep you And credit you Thankx <3
void MoveOverTime(game_hudelem_s *elem, int time, float x, float y)
{
elem->elem.fromX = elem->elem.x;
elem->elem.fromY = elem->elem.y;
elem->elem.fromAlignOrg = elem->elem.alignOrg;
elem->elem.fromAlignScreen = elem->elem.alignScreen;
elem->elem.moveStartTime = *(int*)0x83376E68;
elem->elem.moveTime = time;
elem->elem.x = x;
elem->elem.y = y;
}
void ScaleOverTime(game_hudelem_s *elem, int time, float width, float height)
{
elem->elem.fromHeight = elem->elem.height;
elem->elem.fromWidth = elem->elem.width;
elem->elem.scaleStartTime = *(int*)0x83376E68;
elem->elem.scaleTime = time;
elem->elem.height = height;
elem->elem.width = width;
}
THANKS
void MoveOverTime(game_hudelem_s *elem, int time, float x, float y)
{
elem->elem.fromX = elem->elem.x;
elem->elem.fromY = elem->elem.y;
elem->elem.fromAlignOrg = elem->elem.alignOrg;
elem->elem.fromAlignScreen = elem->elem.alignScreen;
elem->elem.moveStartTime = *(int*)0x83376E68;
elem->elem.moveTime = time;
elem->elem.x = x;
elem->elem.y = y;
}
void ScaleOverTime(game_hudelem_s *elem, int time, float width, float height)
{
elem->elem.fromHeight = elem->elem.height;
elem->elem.fromWidth = elem->elem.width;
elem->elem.scaleStartTime = *(int*)0x83376E68;
elem->elem.scaleTime = time;
elem->elem.height = height;
elem->elem.width = width;
}
THANKS
#2. Posted:
Status: Offline
Joined: Sep 03, 201410Year Member
Posts: 158
Reputation Power: 7
Status: Offline
Joined: Sep 03, 201410Year Member
Posts: 158
Reputation Power: 7
please i will rep you for any help
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Sep 20, 201212Year Member
Posts: 2,136
Reputation Power: 312
Status: Offline
Joined: Sep 20, 201212Year Member
Posts: 2,136
Reputation Power: 312
HappyHAZE wrote please i will rep you for any help
if you want someone to update the offset for you what update is that offset from ?
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Jan 30, 201014Year Member
Posts: 935
Reputation Power: 45
Status: Offline
Joined: Jan 30, 201014Year Member
Posts: 935
Reputation Power: 45
So you apparently made your own server yet you can't even update offsets? Lole
- 1useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Sep 03, 201410Year Member
Posts: 158
Reputation Power: 7
Status: Offline
Joined: Sep 03, 201410Year Member
Posts: 158
Reputation Power: 7
Orbs wroteHappyHAZE wrote please i will rep you for any help
if you want someone to update the offset for you what update is that offset from ?
its from tu15
thanks and ill add you to the menu and credit you <3
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.