Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/14/18 in Posts

  1. UPDATE I no longer recommend this resource and instead suggest using this resource: ==== I created a basic MySQL Login/Registration script which can register new accounts and login to ones already created. Passwords are encrypted using BCrypt so they're not plain text. As of now the database only stores a username, password, position and money for testing and examples. I'll be keeping this thread open for people to post any issues or suggestions, issues and suggestions can also be put into the repo to be easily tracked. I do plan to possibly implement a small admin system, however, this won't be put into this project, it'll be a separate download as the main focus for this is to simply have an example for any newcomers to understand how it works. Any suggestions/feedback are appreciated, trying to build on my Javascript skills through this project.
    1 point
  2. In known games such as Minecraft or SA:MP hitting arrow up key when having chat open brings up last sent message. Rage is lacking this feature.
    1 point
  3. browser.emit = (eventName, ...args) => { let argumentsString = ''; for (let arg of args) { switch (typeof arg) { case 'string': { argumentsString += `'${arg}', `; break; } case 'number': case 'boolean': { argumentsString += `${arg}, `; break; } case 'object': { argumentsString += `${JSON.stringify(arg)}, `; break; } } } browser.execute(`typeof window['${eventName}'] !== 'undefined' && window['${eventName}'](${argumentsString})`); } browser.emit('popup', 'kek', 'lol', ['test', 'cheburek']);
    1 point
  4. Unser Trailer ist da! Klick hier (Youtube)
    1 point
  5. Sneaky Preview 8: LSPD HQ Wir haben mal wieder einen netten Leak für euch, dieses mal haben wir das LSPD weiter aufgehübscht Sneaky Preview #8: Polizei HQ Viel Spaß beim ansehen und stöbern
    1 point
  6. delete input8.dll file from gta 5 folder
    1 point
×
×
  • Create New...