Jump to content

fsdfdsf

Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by fsdfdsf

  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)
  14. 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?
  15. fsdfdsf

    horn

    how to make a script, when the player in vehicle it says ( horn has been set, press H to play the horn ) but if he is not in the vehicle it says (you need a vehicle to set a horn)? and save the horn when the player join the server and login. thanks
  16. كيف ممكن اجيب الاغاني بالقريد ليست؟ عندي الاغاني بملف اسمه horns كيف ممكن اجيب الاغاني الي بالملف للقريدليست باللعبه؟
  17. انا اريد اغير السكن الخاص ب الادمن بانل نثل ذا ودي اغير الbuttons نفس الي في الصوره وش اساوي؟
  18. 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?
×
×
  • Create New...