• Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

PS3 #C Set Waypoints

:*ßєєя๖ۣۜFєαя๖ۣۜMσ∂z

Active Poster
Active Member
Hey guys, enjoy another #C Code

:) in the spoiler below Sign Up Or Login! :D


void SetWaypoint(UInt32 ObjectiveIndex, Single X, Single Y, Boolean Show, Int32 clientIndex = -1)
{
UInt32 level = ReadUInt32(0x00DB5404 + (ObjectiveIndex * 0x28));
Or_Int32(level + 0xD4, 1 + (Show ? 3 : 0 ));
WriteFloat(level + 0xD8, X);
WriteFloat(level + 0xDC, Y);
if (clientIndex != -1) WriteInt32(level + 0xE4, clientIndex);
}
public static void Or_Int32(UInt32 address, Int32 input)
{
Int32 or = PS3.Extensions.ReadInt32(address);
or |= input;
PS3.Extensions.WriteInt32(address, or);
}
 
noice <3 LOVE it keep em coming!
 
General chit-chat
Help Users
      Chat Bot: ⚡️⚡️ ƒαя∂ιη ⚡️⚡️ has posted a new profile post.
      Back
      Top