-
Posts
39 -
Joined
-
Last visited
Everything posted by _Marco_
-
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])
-
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, }, }
-
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
-
Hello . How can I do something online while my name is not in the chat? As if I am not on the server
-
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
-
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"} )
-
Hello, is it possible to make sure that the car does not explode when it catches fire and only smokes?
-
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
