Code Monkey home page Code Monkey logo

esx_teleports's Introduction

Hi, I'm qalle

  • 🏫 I am a Computer Science and Software Engineer student at Chalmers Institute of Technology in Gothenburg.
  • FiveM Enthusiast, with hundreds of resources made, both public and private.
  • πŸ§‘β€πŸ’» I love using Software as a solution for every Problem.
  • πŸ’» I am a fluent programmer in Lua, C#, TypeScript and Python.
  • πŸ§‘β€πŸŽ“ I’m currently learning Computer Science and how to use Assembly Language.
  • πŸ€“ Always learning new things.

Statistics

esx_teleports's People

Contributors

qalle-git avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

esx_teleports's Issues

FiveM Script error

Hello, I made a script but getting this error: "attempt to index a nil value (global 'Config')"

config.lua:

Config = {}

Config.Price = 200

server.lua:

ESX = nil

TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)

Citizen.CreateThread(function()
    while true do
        
        for k, playerid in pairs(GetPlayers()) do
            local xPlayer = ESX.GetPlayerFromId(playerid)
            if xPlayer.getInventoryItem("phone") ~= nil then 
                local phoneCount = xPlayer.getInventoryItem("phone").count 
                if phoneCount > 0 then 
                    local price = Config.Price
                    xPlayer.removeAccountMoney('bank', price)
                    TriggerClientEvent('arp_handyvertrag:picturemsg', xPlayer.source, 'CHAR_CHAT_CALL', 'Du hast ~g~ ' .. price .. '$ ~s~fΓΌr deinen Handyvertrag bezahlt.', 'Handyvertrag')
                end
            end
        end
        Citizen.Wait(10000)
    end
end)

Greate if somebody help me, and thanks!

TP car

Hello, by changing something in the code, we can teleport with the car?

Thank you in advance for your answer because I can not do it unfortunately.

Marker not shown

Hello,

I did config and add my x,y,z , but marker not appears!

Doesnt teleport vehicle

Hello! It would be very nice if you do it to it can teleport vehicles as well. Because sometimes it can be good if you can teleport for example car to washer ... Thank you :-)

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.