Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push SAMP 0.8.0 + SAM 0.6.0 up to Master. #12

Merged
merged 37 commits into from
May 9, 2020
Merged

Push SAMP 0.8.0 + SAM 0.6.0 up to Master. #12

merged 37 commits into from
May 9, 2020

Conversation

mookums
Copy link
Owner

@mookums mookums commented May 9, 2020

Version 0.4.0 (SAM)

  • Added the SAM Core. Handles all the logging, launching of AHKs, and closing on game close.

Version 0.5.0 (SAMPAHK)

  • Removed SAMPTest.ahk
  • Updated SAM.ahk to include logging functions. (Loading and Closing)
  • Fixed sendToDebug(), logDebug()

Version 0.6.0 (SAMPAHK + SAM)

  • Fixed logging comamnds in SAMP.ahk
  • Removed logDebug() because it's useless.
  • SAM Core now logs the version of itself and of SAMP.AHK
  • Attempted fix for Issue All airplanes glitch out or flip. #11

Version 0.7.0 (SAMPAHK)

  • Added X, Y, Z Coord CPed offsets.
  • Added getPlayerRotation()
  • Added the getTargetPedCoordinates() function that returns the X,Y, and Z of a targeted ped.
  • Added writeFloat()
  • Added writeDWORD()
  • Added writeMem()

Version 0.8.0 (SAMPAHK)

EchoDRecho and others added 30 commits February 18, 2019 16:00
Added the getLastChatMessage( ) Function, and also the offset to the last message added to the ChatBox.
Updated SAMP.ahk
- "Added the getLastChatMessage( ) Function, and also the offset to the last message added to the ChatBox."

- Working function, needs heavier testing but very functional so far. Being pushed for 0.2.0 release.
Pushing v0.1.1 (pretty useless)
-README.md-
- Some text edited.

- SAMPAHK.ahk-
- WriteFloat() function added.
- WriteDWORD() function added.
- Gun Recoil Address added.
- CPed broken anim addresses removed.
- editRecoil() Function added and working.
- getGunType() Function added but not working.
- getGunAmmo() Function added but not working.
mookums added 6 commits April 29, 2020 10:07
- Added the SAM Core. Handles all the logging, launching of AHKS, and closing on game close.

- Added Returns in a couple places on SAMP.ahk
- Removed SAMPTest.ahk
- Updated SAM.ahk to include logging functions. (Loading and Closing)
- Fixed sendToDebug(), logDebug()
- Fixed logging comamnds in SAMP.ahk
- Removed logDebug() because it's useless.
- SAM Core now logs the version of itself and of SAMP.AHK
- Attempted fix for Issue #11
- Added X, Y, Z Coord CPed offsets.
- Added getPlayerRotation()
- Added the getTargetPedCoordinates() function that returns the X,Y, and Z of a targeted ped.
-Added writeFloat()
-Added writeDWORD()
-Added writeMem()
-Fixed Issue #9.
@mookums mookums linked an issue May 9, 2020 that may be closed by this pull request
@mookums mookums self-assigned this May 9, 2020
@mookums mookums merged commit 9ab4103 into master May 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

getGunType() function not working.
2 participants