-
Notifications
You must be signed in to change notification settings - Fork 217
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
Master #1
Open
Ragebone
wants to merge
350
commits into
texaschainsaw01:master
Choose a base branch
from
Ragebone:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Master #1
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
currently all players can get negative life_cash when they buy stuff from the market
Update fn_virt_buy.sqf
New update for Arma 3
It would not allow you to actually purchase it, but it would deduct it from their account
Stops the negative $$$ issue
Added: New player nametag system (Can put name tags over shops as well). Added: Gang Slot limitation should now be in. Fixed: When you left a gang it didn't leave the group Fixed: Other stuff that I can't remember it was over a week ago god....
This reverts commit 1a681e6.
Added: New player nametag system (Can put name tags over shops as well). Added: Gang Slot limitation should now be in. Fixed: When you left a gang it didn't leave the group Fixed: Other stuff that I can't remember it was over a week ago god....
Missing server-side
Stringtable finished with almost every line (skipped config files and spyglass), Turtle Buyer and Gold Buyer is using the new GUI stuff. Removed some files that aren't needed. Some fixes as well
Forgot to add localize
Hiding the messages when query is successful (Used for debugging, can uncomment if you need to make sure you are doing stuff correctly.)
Forgot a localization and double checking licenses
Full Localization blame Yuka for any problems.
fixed thi "any" Issue. https://github.com/TAWTonic/Altis-Life/issues/143
second part of fixing "Any" Issue https://github.com/TAWTonic/Altis-Life/issues/143 Sry for my shitty pull request D:
Close the Gangmenu, by every member when open, when the gang was disbanded
fixes the issue that houses not deletet from the life_houses array when selling him sry for my broken english D:
Added varToStr because Tonic, and some mistakes fixed.
Because yes
REMOVE OBSOLETE FUNCTIONS PLEASEEEEE
More Localization Options
German Localization by FIB-BAROD
Update client.fsm
Was this removed on purpose?
Added: Simple configuration variable to enable/disable fatigue Fixed: Could not use Bolt Cutters Changed: onPlayerDisconnected to HandleDisconnect for better cleanup. Added: A check is now in place looking for specific configuration variables being set before they are set by the system (Exploit).
Time to implement something new, just wanted to get these changes out before I start work on it.
Group cleanup added to both server and client to delete groups local to the client and server that have no units in them to prevent the maximum amount of groups (144) being reached which prevents other players from playing.
Updated SpyGlass menu checks
Cleaned up and updated timeModule.fsm
As always. Something that worked before the latest patch works and then magically breaks.
Update to fit Heli DLC
Update fn_initSpy.sqf
Shouldn't this be forEach?
Translate it.
Need the newer entries at the top to be localized, please create a pull request for your translations and for the love of god do not put English entries because English translations are already there as Original. When the game can't find a localized entry for the selected entry it will default to <Original></Original> so English is not required....
german translation
Bypass you say? K, I raise you with a memory leak. Also optimized it a bit and added in two menus that have been floating.
GG, that was a fail. The initial test worked and then I forgot to include one , Anyone got coffee? It's going to be a long day.
stringtable did not have </Package> for Shops and Adjusted some more things to SpyGlass and made use of the macros that will be present throughout all of the "Big" push
Should fix the following _containers = nearestObjects[_unit,["WeaponHolderSimul> 0:45:26 Error position: <nearestObjects[_unit,["WeaponHolderSimul> 0:45:26 Error deletevehicle: 0 elements provided, 3 expected 0:45:26 File life_server\Functions\Systems\fn_clientDisconnect.sqf, line 14
Update fn_MPexec.sqf
Update fn_clientDisconnect.sqf
Fixed: Display check, highly important to get for the latest version of Arma 3 (v1.38)
- functionality only for cops. Should tase everyone now. -TempFix for supperTasers on cops. Because it is not needed anymore. -Taser on a vehicles, tasers everyone in the vehicle. It does nothing now … . // I personally would disable the taserrifel but never mind. The modifications should work they are alive on about 3 servers and no complaints till jet.
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.
-TempFix for supperTasers on cops. Because it is not needed anymore.
-Taser on a vehicles, tasers everyone in the vehicle. It does nothing
now … .
// I personally would disable the taserrifel but never mind. The
modifications should work they are alive on about 3 servers and no
complaints till jet.