Notifications
Clear all

GTA 5 "scripts, codes, mods, offsets" Requests Open

Page 13 / 16

John Ziegler
Posts: 3
(@John Ziegler)
New RivalGamer
Joined: 8 years ago

Hey Krank,

Thank you very much for the reply. By timing what do you mean sir?

NATIVES

static Any NETWORK_CREATE_SYNCHRONISED_SCENE(float x, float y, float z, float xRot, float yRot, float zRot, int p6, int p7, int p8, float p9) { return invoke(0xB06FE3FE, x, y, z, xRot, yRot, zRot, p6, p7, p8, p9); } // 0xB06FE3FE 0xB06FE3FE

static void NETWORK_ADD_PED_TO_SYNCHRONISED_SCENE(Ped ped, int netScene, char* animDict, char* animnName, float speed, float speedMultiplier, int duration, int flag, float playbackRate, Any p9) { invoke(0xB386713E, ped, netScene, animDict, animnName, speed, speedMultiplier, duration, flag, playbackRate, p9); } // 0xB386713E

static void NETWORK_START_SYNCHRONISED_SCENE(int netScene) { invoke(0xA9DFDC40, netScene); } // 0xA9DFDC40 0xA9DFDC40

STREAMING::REQUEST_ANIM_DICT(dict);
if (STREAMING::HAS_ANIM_DICT_LOADED(dict))
{
int sceneID = NETWORK::NETWORK_CREATE_SYNCHRONISED_SCENE(MyPosition.x, MyPosition.y, MyPosition.z, 0, 0, 0, 2, 0, 1, 0);
NETWORK::NETWORK_ADD_PED_TO_SYNCHRONISED_SCENE(ClientID, sceneID, dict, anim, 8, 0, 1, 9, 0, 1);
NETWORK::NETWORK_START_SYNCHRONISED_SCENE(sceneID);
}

Reply
John Ziegler
Posts: 3
(@John Ziegler)
New RivalGamer
Joined: 8 years ago

you need Timing for player to actualy teleport to u

I appreciate your help, i feel like i am right on the edge of getting this working.

Reply
FloDoc
Posts: 62
(@flodoc)
Trusted RivalGamer
Joined: 8 years ago

Is there a way to bring GTA IV PC specific mods to PS3 somehow. I have been looking to this for the past few weeks, and I really feel someone who is proficient with coding could make it happen. I am specifically working on bringing Super Hero (ie Spider-Man IV) script mods to PS3. I understand there are a degree of limitations involved. But as I research, I find that it just hasn't been tackled, rather than not being possible. Just spitballing right now though... Any thoughts? Am I way off on this? Or is there potential here?

Reply
bossgammer
Posts: 1
(@bossgammer)
New RivalGamer
Joined: 7 years ago

can i get give money offsets writen ou t so all i have to is add it to the button + texbox
an the same for give rank please maybe more recovery options if you have !!

Reply
Posts: 1
(@zeyron_76)
New RivalGamer
Joined: 8 years ago

Thanks, great scripts for gta-v ..!

Reply
Page 13 / 16