-
Content Count
118 -
Joined
-
Last visited
Community Reputation
6 NeutralAbout mehmet
-
Rank
Sucka
- Birthday 16/05/1996
Details
-
Location
Moscow
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Well, I have a shader. Can you show an example script? (I found the script, but the code is closed) and you can still like to add lighting to the turn signal? (as on the screen)
-
Hello, how to make a system of turn signals? (using car textures)
-
stop, which method is better? addEventHandler("onPlayerChat", getRootElement(), function(message) cancelEvent() local x, y, z = getElementPosition(source) local radius = createColSphere(x, y, z, 15) -- see the message in 15m radius local nearPlayers = getElementsWithinColShape(radius, "player") destroyElement(radius) for _, player in ipairs(nearPlayers) do if getElementDimension(player) == getElementDimension(source) then outputChatBox(getPlayerName(source)..": #FFFFFF"..message, player, 255, 255, 255, true) end e
-
Is this method slow? createColSphere List of players available on the client? (Список игроков можно получить на клиенте?)
-
And on the client side, you can? Почему похоронит? И мог бы объяснить на какой части это лучше делать? на клиентской или серверной
-
Why server side?
-
Thank you, but I decided to use an image.
-
can CEF be better?
-
I make the menu. If rendering 100-200 rectangle is a lot? (1 button = 9 Rectangle)
-
Is this method better?
-
Hello, I want to create a button with rounded corners. Pictures will not work. I need to create a dynamic button. How to do it right? and well optimized. They say this is a bad way for server performance. + visible pixels ( local x,y = guiGetScreenSize() local sx,sy = 400,200 local size = 45 -- pixel size to cut function performRendering() for i=1,sy do local dg = math.min(i,size) -- limit it to the size if i > sy-size then dg = sy-math.max(sy-size,i) -- limit it to the size for bottom parts end local csx = sx-1/dg*size -- use our lovely y = k/
-
I thought it was okay.))