Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. You beginner you have to learn a little about GUI and then begin programming .
  2. For that if you use this little code just does not work that must be used On Full .
  3. Learn For GUIEditor And You Will Know What I Mean .
  4. Yes Should To Be The Same Example : key = "F2" function open() if ( guiGetVisible ( wnd ) == true ) then guiSetVisible (wnd, false) showCursor(false) guiSetInputEnabled(false) elseif ( guiGetVisible ( wnd ) == false ) then guiSetVisible (wnd , true) showCursor(true) guiSetInputEnabled(true) end end bindKey(key,"down",open) This Should Work As What i Know As Far .
  5. Np . i mean box same when you try to login to the forum you can but the number you want i mean skin id .
  6. You can choose the skin you want set it but edit box will be better for you . U kunt kiezen voor de huid die u wilt instellen, maar edit box zal beter voor je.
  7. marker = createMarker ( x,y,z, "cylinder", 2, 255, 0, 0, 170 ) addEventHandler("onClientMarkerHit",marker, function (player) if ( getElementType (player) == "player" ) then setElementPosition (player,x,y,z) end end) ^^جرب هذا كودي اللي فوق كلنت تراهـ !
  8. You mean you want to make it with editbox ? or gridlist using table?
  9. It,s The Same Just Remove The Admin Func .
  10. And If You Want To Do It On Player Login With Out Gui Or What Ever Server Side : function setAdminSkin() if hasObjectPermissionTo(source, "command.ban", true) then setElementModel(source,268) outputChatBox("Welcome admin, your skin has been set to: Admin server skin.",source,255,0,0) end end addEventHandler("onPlayerLogin",root,setAdminSkin) Have Fun
  11. طيب انت ذلحين سويت انترو للماركر ولا للاعب ووش دراك باحداثياته طلال ماعليك منة ذا من عرفتة يهرج من غير سنع marker = createMarker ( x,y,z, "cylinder", 2, 255, 0, 0, 170 ) addEventHandler("onClientMarkerHit",marker, function (player) if ( getElementType (player) == "player" ) then setElementPosition (player,x,y,z) end end) ماكس الكود فية خطأ ؟ ^
  12. You Can Do It Use TriggerServerEvent .!
  13. Are Sure It,s Client Side ? hasObjectPermissionTo ??
  14. the Player is not defined server side .
  15. "onClientPlayerWasted" dxDrawText "onClientRender" removeEventHandler
  16. createMarker setElementPosition "onClientMarkerHit"
  17. وَعّلِيًڪْم آلِسّـلِـآم وَرٍحمة آلِلِه وَبرٍڪْآتِة آبدِآعّ يًآ سّوَرٍآ آلِبرٍنآمج تِسّلِم عّلِى آلِطرٍح ..! بآلِتِوَفيًق بآلِقآدِمم !
  18. You will not find one helps you because the script where many mistakes Sorry .
  19. Ok No Problem That From The Forum .
  20. Then fix it, And show me my errors please isElementWithinMarker(source,theMarker) you use it on the client side and the marker isn,t on the client side you will get BadArg if you do it .
×
×
  • Create New...