-
Content Count
17 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout ilnaz
-
Rank
Square
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
ilnaz changed their profile photo
-
how to do it??? https://www.youtube.com/watch?v=-pPPR0kHmEg what function or shader used?? HELP please
-
How get cursor postion on vehicle UV map(so that draw sticker on vehicle where cursor) when cursor click?
-
dxDrawImage reduces memory! I used the image drawing function and checked when memory is decreasing. setTimer(function() local st = dxGetStatus() local m1 = st.VideoMemoryFreeForMTA if not c or c ~= m1 then print(m1) c = m1 end end,10,0) When using dxDrawImage in sizes larger than 1024x1024 this is especially noticeable. Memory crashes but with a new load. How can this be avoided so that an unused image is deleted from memory. Sorry for bad English
-
i remove "\" and save next symbol
-
i use [[ ]] for replace symbol "\" in text 'example\example'
-
local text = [[text]] how insert in this "text" other words?
-
ilnaz started following HOW REPLACE SYMBOL \
-
How replace this symbol "\" ? local text = 'aaa\bbb' text = text:gsub('\\','') -- don't work text = text:gsub('%\\','') -- don't work text = text:gsub('\','') -- don't work and an error in debugscript text = text:gsub('%\','') -- don't work and an error in debugscript
-
download files box mta
-
How get info from transfer box?
-
table_example = { [1] = {'example1'}, -- How move this table.move ↑↓ ?? [2] = {'example2'}, }
-
function NameFunc (text) if string.find(text, "46.") then return true else return false end end NameFunc ("460") -- returned true, wtf!?
-
How to improve the code so that it works quickly and without delay? This script works well when there are few players, but when more than 20 people come in, it starts to load for a long time. A very long time. It can load for hours. CLIENT ↓↓ triggerServerEvent("onSearchRequest",localPlayer, 'text_search') CLIENT ↑↑ SERVER ↓↓ addEvent("onSearchRequest", true) addEventHandler("onSearchRequest",getRootElement(),function(txt) fetchRemote( "http://5music.online/?song="..(txt:gsub(' ', '+')),onSongReturn,'',true,client) end) function
-
You can replace! Using the Hacker Resource program. Next, look for using the program: \ MTA San Andreas 1.5 \ MTA \ loader.dll