Jump to content

RezaHaxz

Members
  • Posts

    23
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

RezaHaxz's Achievements

Apprentice

Apprentice (3/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

2

Reputation

  1. -- Like This? -- Find Lang -- You can make english first. then copy to google translate to any lang u want findlang = { ["en_US"] = { "English " }, ["in"] = { "Indonesian " } } language = gg.getLocale() langs = findlang[language] ENG = findlang["en_US"] INDO = findlang["in"] if langs == nil then langs = ENG end langbefore = langs gg.alert("Your Language set to "..langs[1]) gg.setVisible(true) os.exit()
  2. how to search/refine nearby in script?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.