GabrielCrack I have the scripts I made compiled in a GitHub repo where you can download here:
https://github.com/raulrm00/plutonium-t6-scripts/releases/download/v3.0.0/compiled_scripts.zip
undefined
115Gameplays
@115Gameplays
Posts
-
[Resource] [GSC] Working Tombstone Fix - Works on Tranzit and Town -
[Resource] [GSC] Working Tombstone Fix - Works on Tranzit and TownAltrucity hello it is possible that plutonium updated its way to interact with the game and the script no longer works
Still I have the scripts I made compiled in a GitHub repo where you can download here:
https://github.com/raulrm00/plutonium-t6-scripts/releases/download/v3.0.0/compiled_scripts.zip -
[Resource] [GSC] Working Tombstone Fix - Works on Tranzit and TownJust adding this code snippet in %localappdata%\Plutonium\storage\t6\scripts\zm\zm_transit should work fine. (Create all folders if not exist)
main() { replaceFunc( maps/mp/zm_transit_utility::solo_tombstone_removal, ::solo_tombstone_removal ); } solo_tombstone_removal() { return; }
Don't forget to compile it properly before adding it into that folder.