Search the Community
Showing results for tags 'scrpit'.
-
Dzień Dobry Poszukuję Skryptera Który Będzie Tworzył Scrypty Na Serwer MTA Mamy Bardzo wysokie I Na Pewno ciężkie Żądania Co do scryptów Wszystkie Scrypty Które będą Działać I Będą Nam Się podobać Zapłacimy Dobrą Sumę Kontakt: [email protected] Discord: PavelYTUt#3177 Max Siekawski#1889 Hello I am looking for a Scripter Who Will Create Scripts for the MTA Server. We have very high and for sure heavy Demands on the scripts. All Scripts Which Will Work And We Will Like We Will Pay A Good Sum Contact: [email protected] Discord: PavelYTUt#3177 Max Siekawski#1889
-
Ola eu sou novo aqui e queria saber como faz para converter arquivos .cs (cleo) em scripts ja vi varios servidores com esse recurso e queria saber como faz
-
Hi, I've started writing scripts connected to the database, and I struggle why the current script that I am working on doesn't work. Info: - Name of the table: accounts - Columns: username, skin, money - No errors Here is my script: function showStats(player) local playerName = getPlayerName(player) local qh = dbQuery(db, "SELECT skin, money FROM accounts WHERE username=?", playerName) local result = dbPoll(qh, -1) if result then for _, row in ipairs(result) do outputChatBox("Skin: " ..row["skin"].. "Money: "..row["money"] .. "") end end end addCommandHandler("stats", showStats)
-
Hi, I need some help. I want to make a passport system, I need a passport number that will be random