-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)
V0.2.0 to Development
-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.
- 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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version 0.4.0 (SAM)
Version 0.5.0 (SAMPAHK)
Version 0.6.0 (SAMPAHK + SAM)
Version 0.7.0 (SAMPAHK)
Version 0.8.0 (SAMPAHK)