├── LICENSE ├── README.md ├── client.lua ├── config.lua ├── fxmanifest.lua └── stream └── ps_pause.ytd /LICENSE: -------------------------------------------------------------------------------- 1 | Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) 2 | https://creativecommons.org/licenses/by-nc-sa/4.0/ 3 | 4 | This is a human-readable summary of (and not a substitute for) the license. Disclaimer. 5 | 6 | You are free to: 7 | 8 | Share — copy and redistribute the material in any medium or format 9 | Adapt — remix, transform, and build upon the material 10 | 11 | The licensor cannot revoke these freedoms as long as you follow the license terms. 12 | 13 | Under the following terms: 14 | Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. 15 | 16 | NonCommercial — You may not use the material for commercial purposes. 17 | 18 | ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original. 19 | 20 | No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits. 21 | 22 | Notices: 23 | You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation. 24 | No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material. 25 | 26 | Creative Commons Corporation ("Creative Commons") is not a law firm and 27 | does not provide legal services or legal advice. Distribution of 28 | Creative Commons public licenses does not create a lawyer-client or 29 | other relationship. Creative Commons makes its licenses and related 30 | information available on an "as-is" basis. Creative Commons gives no 31 | warranties regarding its licenses, any material licensed under their 32 | terms and conditions, or any related information. Creative Commons 33 | disclaims all liability for damages resulting from their use to the 34 | fullest extent possible. 35 | 36 | Using Creative Commons Public Licenses 37 | 38 | Creative Commons public licenses provide a standard set of terms and 39 | conditions that creators and other rights holders may use to share 40 | original works of authorship and other material subject to copyright 41 | and certain other rights specified in the public license below. The 42 | following considerations are for informational purposes only, are not 43 | exhaustive, and do not form part of our licenses. 44 | 45 | Considerations for licensors: Our public licenses are 46 | intended for use by those authorized to give the public 47 | permission to use material in ways otherwise restricted by 48 | copyright and certain other rights. Our licenses are 49 | irrevocable. Licensors should read and understand the terms 50 | and conditions of the license they choose before applying it. 51 | Licensors should also secure all rights necessary before 52 | applying our licenses so that the public can reuse the 53 | material as expected. Licensors should clearly mark any 54 | material not subject to the license. This includes other CC- 55 | licensed material, or material used under an exception or 56 | limitation to copyright. More considerations for licensors: 57 | wiki.creativecommons.org/Considerations_for_licensors 58 | 59 | Considerations for the public: By using one of our public 60 | licenses, a licensor grants the public permission to use the 61 | licensed material under specified terms and conditions. If 62 | the licensor's permission is not necessary for any reason--for 63 | example, because of any applicable exception or limitation to 64 | copyright--then that use is not regulated by the license. Our 65 | licenses grant only permissions under copyright and certain 66 | other rights that a licensor has authority to grant. Use of 67 | the licensed material may still be restricted for other 68 | reasons, including because others have copyright or other 69 | rights in the material. A licensor may make special requests, 70 | such as asking that all changes be marked or described. 71 | Although not required by our licenses, you are encouraged to 72 | respect those requests where reasonable. More considerations 73 | for the public: 74 | wiki.creativecommons.org/Considerations_for_licensees 75 | 76 | ======================================================================= 77 | 78 | Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International 79 | Public License 80 | 81 | By exercising the Licensed Rights (defined below), You accept and agree 82 | to be bound by the terms and conditions of this Creative Commons 83 | Attribution-NonCommercial-ShareAlike 4.0 International Public License 84 | ("Public License"). To the extent this Public License may be 85 | interpreted as a contract, You are granted the Licensed Rights in 86 | consideration of Your acceptance of these terms and conditions, and the 87 | Licensor grants You such rights in consideration of benefits the 88 | Licensor receives from making the Licensed Material available under 89 | these terms and conditions. 90 | 91 | 92 | Section 1 -- Definitions. 93 | 94 | a. Adapted Material means material subject to Copyright and Similar 95 | Rights that is derived from or based upon the Licensed Material 96 | and in which the Licensed Material is translated, altered, 97 | arranged, transformed, or otherwise modified in a manner requiring 98 | permission under the Copyright and Similar Rights held by the 99 | Licensor. For purposes of this Public License, where the Licensed 100 | Material is a musical work, performance, or sound recording, 101 | Adapted Material is always produced where the Licensed Material is 102 | synched in timed relation with a moving image. 103 | 104 | b. Adapter's License means the license You apply to Your Copyright 105 | and Similar Rights in Your contributions to Adapted Material in 106 | accordance with the terms and conditions of this Public License. 107 | 108 | c. BY-NC-SA Compatible License means a license listed at 109 | creativecommons.org/compatiblelicenses, approved by Creative 110 | Commons as essentially the equivalent of this Public License. 111 | 112 | d. Copyright and Similar Rights means copyright and/or similar rights 113 | closely related to copyright including, without limitation, 114 | performance, broadcast, sound recording, and Sui Generis Database 115 | Rights, without regard to how the rights are labeled or 116 | categorized. For purposes of this Public License, the rights 117 | specified in Section 2(b)(1)-(2) are not Copyright and Similar 118 | Rights. 119 | 120 | e. Effective Technological Measures means those measures that, in the 121 | absence of proper authority, may not be circumvented under laws 122 | fulfilling obligations under Article 11 of the WIPO Copyright 123 | Treaty adopted on December 20, 1996, and/or similar international 124 | agreements. 125 | 126 | f. Exceptions and Limitations means fair use, fair dealing, and/or 127 | any other exception or limitation to Copyright and Similar Rights 128 | that applies to Your use of the Licensed Material. 129 | 130 | g. License Elements means the license attributes listed in the name 131 | of a Creative Commons Public License. The License Elements of this 132 | Public License are Attribution, NonCommercial, and ShareAlike. 133 | 134 | h. Licensed Material means the artistic or literary work, database, 135 | or other material to which the Licensor applied this Public 136 | License. 137 | 138 | i. Licensed Rights means the rights granted to You subject to the 139 | terms and conditions of this Public License, which are limited to 140 | all Copyright and Similar Rights that apply to Your use of the 141 | Licensed Material and that the Licensor has authority to license. 142 | 143 | j. Licensor means the individual(s) or entity(ies) granting rights 144 | under this Public License. 145 | 146 | k. NonCommercial means not primarily intended for or directed towards 147 | commercial advantage or monetary compensation. For purposes of 148 | this Public License, the exchange of the Licensed Material for 149 | other material subject to Copyright and Similar Rights by digital 150 | file-sharing or similar means is NonCommercial provided there is 151 | no payment of monetary compensation in connection with the 152 | exchange. 153 | 154 | l. Share means to provide material to the public by any means or 155 | process that requires permission under the Licensed Rights, such 156 | as reproduction, public display, public performance, distribution, 157 | dissemination, communication, or importation, and to make material 158 | available to the public including in ways that members of the 159 | public may access the material from a place and at a time 160 | individually chosen by them. 161 | 162 | m. Sui Generis Database Rights means rights other than copyright 163 | resulting from Directive 96/9/EC of the European Parliament and of 164 | the Council of 11 March 1996 on the legal protection of databases, 165 | as amended and/or succeeded, as well as other essentially 166 | equivalent rights anywhere in the world. 167 | 168 | n. You means the individual or entity exercising the Licensed Rights 169 | under this Public License. Your has a corresponding meaning. 170 | 171 | 172 | Section 2 -- Scope. 173 | 174 | a. License grant. 175 | 176 | 1. Subject to the terms and conditions of this Public License, 177 | the Licensor hereby grants You a worldwide, royalty-free, 178 | non-sublicensable, non-exclusive, irrevocable license to 179 | exercise the Licensed Rights in the Licensed Material to: 180 | 181 | a. reproduce and Share the Licensed Material, in whole or 182 | in part, for NonCommercial purposes only; and 183 | 184 | b. produce, reproduce, and Share Adapted Material for 185 | NonCommercial purposes only. 186 | 187 | 2. Exceptions and Limitations. For the avoidance of doubt, where 188 | Exceptions and Limitations apply to Your use, this Public 189 | License does not apply, and You do not need to comply with 190 | its terms and conditions. 191 | 192 | 3. Term. The term of this Public License is specified in Section 193 | 6(a). 194 | 195 | 4. Media and formats; technical modifications allowed. The 196 | Licensor authorizes You to exercise the Licensed Rights in 197 | all media and formats whether now known or hereafter created, 198 | and to make technical modifications necessary to do so. The 199 | Licensor waives and/or agrees not to assert any right or 200 | authority to forbid You from making technical modifications 201 | necessary to exercise the Licensed Rights, including 202 | technical modifications necessary to circumvent Effective 203 | Technological Measures. For purposes of this Public License, 204 | simply making modifications authorized by this Section 2(a) 205 | (4) never produces Adapted Material. 206 | 207 | 5. Downstream recipients. 208 | 209 | a. Offer from the Licensor -- Licensed Material. Every 210 | recipient of the Licensed Material automatically 211 | receives an offer from the Licensor to exercise the 212 | Licensed Rights under the terms and conditions of this 213 | Public License. 214 | 215 | b. Additional offer from the Licensor -- Adapted Material. 216 | Every recipient of Adapted Material from You 217 | automatically receives an offer from the Licensor to 218 | exercise the Licensed Rights in the Adapted Material 219 | under the conditions of the Adapter's License You apply. 220 | 221 | c. No downstream restrictions. You may not offer or impose 222 | any additional or different terms or conditions on, or 223 | apply any Effective Technological Measures to, the 224 | Licensed Material if doing so restricts exercise of the 225 | Licensed Rights by any recipient of the Licensed 226 | Material. 227 | 228 | 6. No endorsement. Nothing in this Public License constitutes or 229 | may be construed as permission to assert or imply that You 230 | are, or that Your use of the Licensed Material is, connected 231 | with, or sponsored, endorsed, or granted official status by, 232 | the Licensor or others designated to receive attribution as 233 | provided in Section 3(a)(1)(A)(i). 234 | 235 | b. Other rights. 236 | 237 | 1. Moral rights, such as the right of integrity, are not 238 | licensed under this Public License, nor are publicity, 239 | privacy, and/or other similar personality rights; however, to 240 | the extent possible, the Licensor waives and/or agrees not to 241 | assert any such rights held by the Licensor to the limited 242 | extent necessary to allow You to exercise the Licensed 243 | Rights, but not otherwise. 244 | 245 | 2. Patent and trademark rights are not licensed under this 246 | Public License. 247 | 248 | 3. To the extent possible, the Licensor waives any right to 249 | collect royalties from You for the exercise of the Licensed 250 | Rights, whether directly or through a collecting society 251 | under any voluntary or waivable statutory or compulsory 252 | licensing scheme. In all other cases the Licensor expressly 253 | reserves any right to collect such royalties, including when 254 | the Licensed Material is used other than for NonCommercial 255 | purposes. 256 | 257 | 258 | Section 3 -- License Conditions. 259 | 260 | Your exercise of the Licensed Rights is expressly made subject to the 261 | following conditions. 262 | 263 | a. Attribution. 264 | 265 | 1. If You Share the Licensed Material (including in modified 266 | form), You must: 267 | 268 | a. retain the following if it is supplied by the Licensor 269 | with the Licensed Material: 270 | 271 | i. identification of the creator(s) of the Licensed 272 | Material and any others designated to receive 273 | attribution, in any reasonable manner requested by 274 | the Licensor (including by pseudonym if 275 | designated); 276 | 277 | ii. a copyright notice; 278 | 279 | iii. a notice that refers to this Public License; 280 | 281 | iv. a notice that refers to the disclaimer of 282 | warranties; 283 | 284 | v. a URI or hyperlink to the Licensed Material to the 285 | extent reasonably practicable; 286 | 287 | b. indicate if You modified the Licensed Material and 288 | retain an indication of any previous modifications; and 289 | 290 | c. indicate the Licensed Material is licensed under this 291 | Public License, and include the text of, or the URI or 292 | hyperlink to, this Public License. 293 | 294 | 2. You may satisfy the conditions in Section 3(a)(1) in any 295 | reasonable manner based on the medium, means, and context in 296 | which You Share the Licensed Material. For example, it may be 297 | reasonable to satisfy the conditions by providing a URI or 298 | hyperlink to a resource that includes the required 299 | information. 300 | 3. If requested by the Licensor, You must remove any of the 301 | information required by Section 3(a)(1)(A) to the extent 302 | reasonably practicable. 303 | 304 | b. ShareAlike. 305 | 306 | In addition to the conditions in Section 3(a), if You Share 307 | Adapted Material You produce, the following conditions also apply. 308 | 309 | 1. The Adapter's License You apply must be a Creative Commons 310 | license with the same License Elements, this version or 311 | later, or a BY-NC-SA Compatible License. 312 | 313 | 2. You must include the text of, or the URI or hyperlink to, the 314 | Adapter's License You apply. You may satisfy this condition 315 | in any reasonable manner based on the medium, means, and 316 | context in which You Share Adapted Material. 317 | 318 | 3. You may not offer or impose any additional or different terms 319 | or conditions on, or apply any Effective Technological 320 | Measures to, Adapted Material that restrict exercise of the 321 | rights granted under the Adapter's License You apply. 322 | 323 | 324 | Section 4 -- Sui Generis Database Rights. 325 | 326 | Where the Licensed Rights include Sui Generis Database Rights that 327 | apply to Your use of the Licensed Material: 328 | 329 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right 330 | to extract, reuse, reproduce, and Share all or a substantial 331 | portion of the contents of the database for NonCommercial purposes 332 | only; 333 | 334 | b. if You include all or a substantial portion of the database 335 | contents in a database in which You have Sui Generis Database 336 | Rights, then the database in which You have Sui Generis Database 337 | Rights (but not its individual contents) is Adapted Material, 338 | including for purposes of Section 3(b); and 339 | 340 | c. You must comply with the conditions in Section 3(a) if You Share 341 | all or a substantial portion of the contents of the database. 342 | 343 | For the avoidance of doubt, this Section 4 supplements and does not 344 | replace Your obligations under this Public License where the Licensed 345 | Rights include other Copyright and Similar Rights. 346 | 347 | 348 | Section 5 -- Disclaimer of Warranties and Limitation of Liability. 349 | 350 | a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE 351 | EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS 352 | AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF 353 | ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, 354 | IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, 355 | WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR 356 | PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, 357 | ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT 358 | KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT 359 | ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. 360 | 361 | b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE 362 | TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, 363 | NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, 364 | INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, 365 | COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR 366 | USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN 367 | ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR 368 | DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR 369 | IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. 370 | 371 | c. The disclaimer of warranties and limitation of liability provided 372 | above shall be interpreted in a manner that, to the extent 373 | possible, most closely approximates an absolute disclaimer and 374 | waiver of all liability. 375 | 376 | 377 | Section 6 -- Term and Termination. 378 | 379 | a. This Public License applies for the term of the Copyright and 380 | Similar Rights licensed here. However, if You fail to comply with 381 | this Public License, then Your rights under this Public License 382 | terminate automatically. 383 | 384 | b. Where Your right to use the Licensed Material has terminated under 385 | Section 6(a), it reinstates: 386 | 387 | 1. automatically as of the date the violation is cured, provided 388 | it is cured within 30 days of Your discovery of the 389 | violation; or 390 | 391 | 2. upon express reinstatement by the Licensor. 392 | 393 | For the avoidance of doubt, this Section 6(b) does not affect any 394 | right the Licensor may have to seek remedies for Your violations 395 | of this Public License. 396 | 397 | c. For the avoidance of doubt, the Licensor may also offer the 398 | Licensed Material under separate terms or conditions or stop 399 | distributing the Licensed Material at any time; however, doing so 400 | will not terminate this Public License. 401 | 402 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public 403 | License. 404 | 405 | 406 | Section 7 -- Other Terms and Conditions. 407 | 408 | a. The Licensor shall not be bound by any additional or different 409 | terms or conditions communicated by You unless expressly agreed. 410 | 411 | b. Any arrangements, understandings, or agreements regarding the 412 | Licensed Material not stated herein are separate from and 413 | independent of the terms and conditions of this Public License. 414 | 415 | 416 | Section 8 -- Interpretation. 417 | 418 | a. For the avoidance of doubt, this Public License does not, and 419 | shall not be interpreted to, reduce, limit, restrict, or impose 420 | conditions on any use of the Licensed Material that could lawfully 421 | be made without permission under this Public License. 422 | 423 | b. To the extent possible, if any provision of this Public License is 424 | deemed unenforceable, it shall be automatically reformed to the 425 | minimum extent necessary to make it enforceable. If the provision 426 | cannot be reformed, it shall be severed from this Public License 427 | without affecting the enforceability of the remaining terms and 428 | conditions. 429 | 430 | c. No term or condition of this Public License will be waived and no 431 | failure to comply consented to unless expressly agreed to by the 432 | Licensor. 433 | 434 | d. Nothing in this Public License constitutes or may be interpreted 435 | as a limitation upon, or waiver of, any privileges and immunities 436 | that apply to the Licensor or You, including from the legal 437 | processes of any jurisdiction or authority. 438 | 439 | ======================================================================= 440 | 441 | Creative Commons is not a party to its public 442 | licenses. Notwithstanding, Creative Commons may elect to apply one of 443 | its public licenses to material it publishes and in those instances 444 | will be considered the “Licensor.” The text of the Creative Commons 445 | public licenses is dedicated to the public domain under the CC0 Public 446 | Domain Dedication. Except for the limited purpose of indicating that 447 | material is shared under a Creative Commons public license or as 448 | otherwise permitted by the Creative Commons policies published at 449 | creativecommons.org/policies, Creative Commons does not authorize the 450 | use of the trademark "Creative Commons" or any other trademark or logo 451 | of Creative Commons without its prior written consent including, 452 | without limitation, in connection with any unauthorized modifications 453 | to any of its public licenses or any other arrangements, 454 | understandings, or agreements concerning use of licensed material. For 455 | the avoidance of doubt, this paragraph does not form part of the 456 | public licenses. 457 | 458 | Creative Commons may be contacted at creativecommons.org. 459 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ps-pause 2 | Changes the background of the pause menu 3 | # Install 4 | * Drag and drop 5 | * Ensure ps-pause 6 | -------------------------------------------------------------------------------- /client.lua: -------------------------------------------------------------------------------- 1 | local Replacer = { 2 | ["TITLE"] = "FE_THDR_GTAO", 3 | ["MAP"] = "PM_SCR_MAP", 4 | ["GAME"] = "PM_SCR_GAM", 5 | ["LEAVE"] = "PM_PANE_LEAVE", 6 | ["QUIT"] = "PM_PANE_QUIT", 7 | ["INFO"] = "PM_SCR_INF", 8 | ["STATS"] = "PM_SCR_STA", 9 | ["SETTINGS"] = "PM_SCR_SET", 10 | ["GALLERY"] = "PM_SCR_GAL", 11 | ["KEYBIND"] = "PM_PANE_CFX", 12 | ["EDITOR"] = "PM_SCR_RPL", 13 | } 14 | 15 | function AddTextEntry(key, value) 16 | Citizen.InvokeNative(0x32CA01C3, key, value) 17 | end 18 | 19 | CreateThread(function() 20 | for key, value in pairs(Config.Header) do 21 | if Replacer[key] then 22 | AddTextEntry(Replacer[key], value) 23 | end 24 | end 25 | 26 | RequestStreamedTextureDict('ps_pause', true) 27 | 28 | ReplaceHudColourWithRgba( 116 , Config.RGBA.LINE["RED"] , Config.RGBA.LINE["GREEN"] , Config.RGBA.LINE["BLUE"] , Config.RGBA.LINE["ALPHA"]) --LINE ABOVE EACH OPTION 29 | ReplaceHudColourWithRgba( 117 , Config.RGBA.STYLE["RED"] , Config.RGBA.STYLE["GREEN"] , Config.RGBA.STYLE["BLUE"] , Config.RGBA.STYLE["ALPHA"]) -- BACKGROUND OF EACH OPTION + BLIPS IN THE LIST 30 | ReplaceHudColourWithRgba( 142 , Config.RGBA.WAYPOINT["RED"] , Config.RGBA.WAYPOINT["GREEN"] , Config.RGBA.WAYPOINT["BLUE"] , Config.RGBA.WAYPOINT["ALPHA"]) -- WAYPOINT COLOURS 31 | 32 | while not HasStreamedTextureDictLoaded("ps_pause") do 33 | Wait(100) 34 | end 35 | while true do 36 | if IsPauseMenuActive() then 37 | SetScriptGfxDrawBehindPausemenu(true) 38 | DrawSprite("ps_pause", Config.Background, 0.5, 0.5, 1.0, 1.0, 0, 255, 255, 255, Config.Opacity) 39 | PushScaleformMovieFunctionParameterBool(true) 40 | BeginScaleformMovieMethodOnFrontendHeader("SET_HEADING_DETAILS") 41 | PushScaleformMovieFunctionParameterString(Config.Header['SERVER_NAME']) 42 | PushScaleformMovieFunctionParameterString(Config.Header['SERVER_TEXT']) 43 | PushScaleformMovieFunctionParameterString(Config.Header['SERVER_DISCORD']) 44 | ScaleformMovieMethodAddParamBool(false) 45 | EndScaleformMovieMethod() 46 | Wait(3) 47 | else 48 | SetStreamedTextureDictAsNoLongerNeeded('ps_pause') 49 | Wait(150) 50 | end 51 | end 52 | end) 53 | -------------------------------------------------------------------------------- /config.lua: -------------------------------------------------------------------------------- 1 | Config = Config or {} 2 | 3 | ---------------------------------------------------------------------------------------------------- 4 | -- # BACKGROUND SECTION # -- 5 | ---------------------------------------------------------------------------------------------------- 6 | -- Allows you to set the preferred background Color from a list of available options. 7 | Config.Background = "background_projectsloth" 8 | 9 | -- Available Options -- 10 | -- background_blue 11 | -- background_darkblue 12 | -- background_darkerblue 13 | -- background_darkgreen 14 | -- background_green 15 | -- background_other 16 | -- background_pink 17 | -- background_projectsloth 18 | -- background_red 19 | -- background_yellow 20 | 21 | -- Allows you to change the opactiy of the Background 22 | Config.Opacity = 100 23 | 24 | ---------------------------------------------------------------------------------------------------- 25 | -- # HEADER and OPTIONS SECTION # -- 26 | ---------------------------------------------------------------------------------------------------- 27 | 28 | Config.Header = { 29 | -- LEFT MENU CONFIG 30 | ["TITLE"] = "Project Sloth", 31 | ["SUBTITLE"] = "This little Script was made by Jay <3", 32 | 33 | ["MAP"] = "Map", 34 | ["GAME"] = "Exit Game", 35 | ["LEAVE"] = "Return to Server List", 36 | ["QUIT"] = "Return to Desktop", 37 | ["INFO"] = "Information", 38 | ["STATS"] = "Statistics", 39 | ["SETTINGS"] = "Settings", 40 | ["GALLERY"] = "Gallery", 41 | ["KEYBIND"] = "Main Keybinds", 42 | ["EDITOR"] = "Rockstar Editor", 43 | 44 | -- RIGHT MENU CONFIG 45 | ["SERVER_NAME"] = "Project Sloth", 46 | ["SERVER_TEXT"] = "LeSiiN is cool", 47 | ["SERVER_DISCORD"] = "YOUR DISCORD HERE" 48 | } 49 | 50 | --Allows you to Change the Colour ( Use this Website: https://rgbacolorpicker.com/ ) 51 | Config.RGBA = { 52 | LINE = { -- Line over the Options 53 | ["RED"] = 159, 54 | ["GREEN"] = 183, 55 | ["BLUE"] = 16, 56 | ["ALPHA"] = 255, 57 | }, 58 | STYLE = { -- Pause Menu Options 59 | ["RED"] = 0, 60 | ["GREEN"] = 0, 61 | ["BLUE"] = 0, 62 | ["ALPHA"] = 186, 63 | }, 64 | WAYPOINT = { -- Waypoint 65 | ["RED"] = 164, 66 | ["GREEN"] = 76, 67 | ["BLUE"] = 242, 68 | ["ALPHA"] = 255, 69 | }, 70 | } 71 | -------------------------------------------------------------------------------- /fxmanifest.lua: -------------------------------------------------------------------------------- 1 | fx_version 'cerulean' 2 | game 'gta5' 3 | this_is_a_map 'yes' 4 | lua54 'yes' 5 | 6 | description 'ps-pause' 7 | version '0.0.1' 8 | 9 | shared_script 'config.lua' 10 | client_script 'client.lua' 11 | -------------------------------------------------------------------------------- /stream/ps_pause.ytd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Project-Sloth/ps-pause/2e722ec150d5f46ca8d8b05ed005af6b1f8b304a/stream/ps_pause.ytd --------------------------------------------------------------------------------