Jump to content

fsdfdsf

Members
  • Posts

    21
  • Joined

  • Last visited

fsdfdsf's Achievements

Civilian

Civilian (7/54)

0

Reputation

  1. fsdfdsf

    teams

    tapl,how to make when choose team the team selector hide? removeEventHandler? or cancelEvent ?
  2. fsdfdsf

    teams

    TAPL pls write me an example" it's hard
  3. fsdfdsf

    teams

    i know this,but i can use setplayerteam in client if i used triggerserver event?
  4. fsdfdsf

    Button

    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
  5. fsdfdsf

    Button

    thx man,i tryed alot, all times i failed,just give me example and i'll continue pls
  6. fsdfdsf

    dx زر

    كيف ممكن اعمل زر dx مثل الي بالفيديو مع مثال بالله عليكم شباب
  7. fsdfdsf

    Button

    pleas example guys?
  8. fsdfdsf

    Button

    I still dnt know,how make a dxbutton and dxEditbox like this plss friends?
  9. fsdfdsf

    fixed

    fixed thanks you
  10. 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?
  11. fsdfdsf

    MySql

    How to make mysql or anything that read news from my forum and put them ingame?
  12. كيف ممكن اعمل 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)
  13. 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)
×
×
  • Create New...