Git Product home page Git Product logo

gcphone's Introduction

Gcphone

Gchpone by Manueljlz Customized by Postbode Siemen

Functions:

-06 nummer.

-Politie, Ambulance, Wegenwacht en Taxi nummers.

-Complete Nederlandse vertaling.

-Customized app_pictures.

THIS SCRIPT CANNOT BE SOLD OR DUPLICATED.

Support: https://discord.gg/xwAcM3g

  1. Check config.lua for settings.

  2. Start gcphone in tour server.cfg

  3. Load .sql files in your database.

gcphone's People

Contributors

postbodesiemen avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

ztornado91

gcphone's Issues

Ik heb geen nummer.

Als je geen nummer hebt moet je de volgende stappen langs gaan:

Stap 1: Error
Staat er een error in je F8 of in de server console?

Stap 2: Database
Zorg dat het mogelijk is om 11 VARCHAR in je users tabel te hebben. Lukt het nog niet?
Zoek dan: gcphone/server/server.lua

function getPhoneRandomNumber()
    local numBase0 = math.random(06,06)
    local numBase1 = math.random(10000000,99999999)
    local num = string.format("%02d-%08d", numBase0, numBase1)

    return num
end

verander naar:

function getPhoneRandomNumber()
    local numBase0 = math.random(100,999)
    local numBase1 = math.random(0,9999)
    local num = string.format("%03d-%04d", numBase0, numBase1)

    return num
end

Stap 3: Internet
Zoek of mensen op het internet (github) hetzelfde probleem hebben.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.