fsdfdsf
-
Posts
21 -
Joined
-
Last visited
Posts posted by fsdfdsf
-
-
-
-
-
-
ty alot man, i hve this
local x, y = guiGetScreenSize() bindKey("F2", "down", function() start = getTickCount() addEventHandler("onClientRender", getRootElement(), logo) end) function logo() showCursor(true) local showing = isCursorShowing () if showing then -- if the cursor is showing local screenx, screeny, worldx, worldy, worldz = getCursorPosition() jaja = dxDrawRectangle ( x/3.8, y/3.8, x/2.02, y/2, tocolor ( 0, 0, 0, 150 ) ) end destroyElement(jaja) end addEventHandler ( "onClientClick", getRootElement(), logo )give me an example from you,idk how to puzzle the codes
but example with castillo code not getCursorPosition
-
-
-
-
-
-
i make a gamemode, how i put a map i made in the gamemode? i dont work if i put it in meta? pls how i do that?
-
-
كيف ممكن اعمل rectangle مثل button?
local x,y = guiGetScreenSize() function panel() showChat( false ) showCursor( true ) dxDrawRectangle ( x/4, y/3.8, x/4, y/2, tocolor ( 255, 0, 0, 100 ) ) dxDrawRectangle ( x/1.92, y/3.8, x/4, y/2, tocolor ( 0, 255, 0, 100 ) ) end addEventHandler ( "onClientRender", getRootElement(), panel)
-
how can i make rectangle press ( button)?
my code, i want my rectangles to press?
local x,y = guiGetScreenSize() function panel() showChat( false ) showCursor( true ) dxDrawRectangle ( x/4, y/3.8, x/4, y/2, tocolor ( 255, 0, 0, 100 ) ) dxDrawRectangle ( x/1.92, y/3.8, x/4, y/2, tocolor ( 0, 255, 0, 100 ) ) end addEventHandler ( "onClientRender", getRootElement(), panel)
-
Guys i'm really interested in knowing how to make a login panel like this one!
how to start, what do i need to start?
-
-
-
-
انا اريد اغير السكن الخاص ب الادمن بانل
نثل ذا

ودي اغير الbuttons نفس الي في الصوره
وش اساوي؟
-
it doesnt work, i tried to fix the problem, but i couldn't.
when i press the Molotov button it should give me a Molotov.

but it doent work.
what should i do?




teams
in Scripting
Posted
tapl,how to make when choose team the team selector hide? removeEventHandler? or cancelEvent ?