Jump to content

_Marco_

Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by _Marco_

  1. _Marco_

    List

    Hello, friends, how can you write a list (Image) like the image below to add a table to the list? Preferences Gui https://yourimageshare.com/ib/p9VpqeyeBw
  2. _Marco_

    File

    Hello I have created 3 files (config.lua - server.lua - client.lua) But when I call the items of the config.lua file in each file, I encounter an error (a nil value). But when I call the items in the config.lua file, there is no item and it works properly where is the problem from ? meta.xml file: <meta> <script src="client.lua" type="client" cache="false" validate="false"/> <script src="server.lua" type="server" cache="false" validate="false"/> <script src="config.lua" type="shared" cache="false" validate="false"/> </meta> config.lua File : Male = { {1, "Premium", 5000}, {2, "Free", 2000}, } outputChatBox(Male[1][3])
  3. _Marco_

    GridList

    How can I make a panel similar to the one below? Grid list with GUI (receive data from the database and display it as a grid list in the client) https://imgur.com/a/DOwjGwM
  4. _Marco_

    Table

    How can I use the following table values? Items = { One = { [7] = 1000, [13] = 2000, }, Two = { [411] = 3000, [434] = 4000, }, Three = { [1001] = 5000, }, Four = { Gate = 6000, Base = { ["First"] = 100000, ["Last"] = 200000, }, }, Five = { ["Vehicle"] = 411, }, }
  5. Hello friends, I have a problem connecting to the database MySql Version : 8.0.31 PHP : 8.0.26 WampServer 3.3.0 https://imgur.com/xUwDPJd
  6. _Marco_

    API

    Hello friends, is it possible to see the names of other players' servers with api?
  7. _Marco_

    Files

    Hi guys How to hide files like [ Images - XML - html ] in the client player folder ??
  8. _Marco_

    ScoreBoard

    Hello . How can I do something online while my name is not in the chat? As if I am not on the server
  9. Hi . How To Put All The Commands Inside A Resource In The Database So That None Of Them Are Duplicates Example : Resource Command = /goto . /mechanic . /vehspawn Create Column Whit ALTER TABLE Give Me Example Code
  10. _Marco_

    Web

    Can you give an example of how I can work with an fetchRemote? Send a text from the server to the site
  11. _Marco_

    Web

    @Patrick Help ?
  12. _Marco_

    Web

    Hello friends . How to transfer text to the web via a command. So that if he enters the command, it will write like a log on the site page
  13. _Marco_

    find

    Hi, I need a script like getPlayerFromPartialName, but so that it is case sensitive
  14. _Marco_

    Inventory

    Hi. How to write a Inventory? So that it is connected to the database and the items are stored there
  15. _Marco_

    IP

    I want the admins to be alerted if the player send ip to chats
  16. _Marco_

    IP

    Hello, how can I specify an IP in chatbox?
  17. Hi, I wrote this but it does not work. Where is the problem? I want this function to follow a few commands function Test() outputChatBox("Ok") end addCommandHandler( {"Check", "Checkk", "checkkk"} )
  18. Hello, is it possible to make sure that the car does not explode when it catches fire and only smokes?
  19. _Marco_

    Row Data

    Hello, is it possible to take the internal contents of all rows and print numbers above 0? Image https://imgur.com/kvrb1o5
  20. Hi Yes I want a management system that can give each command separately to each player and store it in the database /givepermission [PlayerName] [Command To Give] Save To Mysql
×
×
  • Create New...