Jump to content

DiGiTal

Members
  • Posts

    277
  • Joined

  • Last visited

Everything posted by DiGiTal

  1. Hi today i want to sell my login panel created with html css JS 'web development' it's kinda a MODERN website. if you are interested contact me here or on discord: Ridden#2028
  2. مرحبًا ، أود أن أقدم لك سكريبت معقدًا. للحصول على بطاقة السياقة، سيتعين عليك اجتياز خطوتين. 1- {الأسئلة التي يجب على اللاعب الإجابة عنها ، قابلة للتغيير ، يمكنك حتى إضافة أسئلة} 2- الممارسة {سيتعين عليك احترام ألوان اللوحة ، إذا مررت باللون الأخضر ، وإذا مررت باللون الأحمر ومرت ، فستفقد تلقائيًا بالإضافة إلى عدم الحاجة إلى تكرار الأسئلة طالما قمت بذلك بالفعل} للصور Discord: Ridden#2028
  3. Bonjour, je voudrai vous presenter mon script complexe ( c'est bad du gateeau pour l'avoir) .Pour avoir ton permi tu devra passé DEUX etapes. 1- La THEORY -questions-Quiz- {des question que le joueur devra répondre, changable, tu peux meme ajouter des questio} 2- La PRATIQUE { tu devras respecter les couleur du panneau, si vert tu passe , si rouge et t'a passé tu vas etre automatiquement discalifié en plus pas besoin de refaire la theory tant que tu l'a deja faites } Pour les PHOTOS: Discord: Ridden#2028
  4. https://community.multitheftauto.com/index.php?p=resources&s=details&id=1603
  5. INTRODUCTION: Hey,This day i decided to make my licence script for sale,i've started from December 2019, working slowly no hurry :) .The licence script is like real life, for having a vehicle licence (driving vehicles) you have to pass 2 exams which are THEORY and PRACTICAL exams . LOSING at practical exam, will not lead you to do the theory exam again as you passed it already. 1-You can't access to any vehicle untill you get the vehicle licence { by default 250$ for theory exam, 500$ for practical exam } 2-You can make how much you want of markers where the theory exam will be done by simply adding x,y,z locations { the script will do the work for you for the setup } 3-If you got already a licence , you cannot do again the exam. 4-You can add how much of questions you want for the QUIZ {theory} exam. 5- You have to respect the lights + don't touch the objects near the car or you will LOSE. 6- At the end you have to park it well then get your licence. 7- After failed at practical exam, no need to do the theory exam again as you passed it already Interested? for the price pm me or come on disocrd -Pm me - Contact me at Discord: ov!Ridden#2020
  6. Hi, i've some free time those days, if somone needs a scripter / designer , you can pm me here or on Discord: Discord: Ridden#2028 -My scripts already done. Delivry job -complexe- Login panel Complete Zombie game mode and More i don't remember.
  7. https://community.multitheftauto.com/index.php?p=resources&s=details&id=15676 I hope this will help u
  8. the top of the top
  9. I don't understand very well. it syn between others servers or it secure who done " ban evasion
  10. Why you didnt give importance to grid list (table view) no function popular like get row item ..etc
  11. After Long time of inactivity, we decided to go back into our community with many features . -TPF transformed from the beta Version to version 1.0 with New Name 'Cloudy Code' -Many lessons added special for MTASA:Lua -Many discord emojies(fun) -Discord Organised very well and simplified for our students. Discord : https://discord.gg/Y27PCrs 'Learning it's a right ,why we don't help each others.'
  12. editing the freeroam , for the access , check on wiki there is already usefull function gets if the players is an admin ----------------------------------------------------------- addEventHandler('onClientResourceStart', resourceRoot, function() if access then --- access accepted or not ( IF HE IS ADMIN OR NOT ) i think you have to use triggering serverSideEvent fadeCamera(true) getPlayers() setJetpackMaxHeight ( 9001 ) triggerServerEvent('onLoadedAtClient', resourceRoot) createWindow(wndMain) hideAllWindows() bindKey('f1', 'down', toggleFRWindow) guiCheckBoxSetSelected(getControl(wndMain, 'jetpack'), doesPedHaveJetPack(localPlayer)) guiCheckBoxSetSelected(getControl(wndMain, 'falloff'), canPedBeKnockedOffBike(localPlayer)) end end )
  13. @VaporZ " I've declarated to ACL.XML file, that only me and my friend are administrators, so to other player, it shouldn't" Yea right you are just guessing. Because adding yourself or anyone from acl doesn't mean anything , till you mentione on your script that ONLY Admin Group can access to it.So you have to script for that !
  14. local myMarker = createMarker(1675.8000488281, -1004.5, 23.10000038147, 'cylinder', 1, 191, 148, 0, 255) -- create myMarker function MarkerHit(hitElement, matchingDimension) local elementType = getElementType(hitElement) if elementType == "player" then outputChatBox("ASdasdasdasdasdasdasdasd",hitElement) end end addEventHandler("onMarkerHit", root, MarkerHit) @hackermagus
  15. DiGiTal

    Speed Player

    that's why i dont understand why we must specify a % for the animation ! ! so just need to speed it
  16. DiGiTal

    Speed Player

    Why mention the progress of the animation , i think it's useless. i don't understand your idea
  17. DiGiTal

    Speed Player

    addEventHandler( "onClientRender", root, function ( ) setPedAnimationProgress ( localPlayer,"run_player",1) setPedAnimationSpeed (localPlayer,"run_player",1) end ) like bugging animation but keep moving ,nothing more speed added
  18. DiGiTal

    Speed Player

    animationProgress just my player no animation but like freezing but keep moving slowly
  19. DiGiTal

    Speed Player

    addEventHandler( "onClientRender", root, function ( ) setPedAnimationSpeed (localPlayer,"run_player",0.5) setPedAnimationSpeed (localPlayer,"SPRINT_civi",0.5) end ) @IIYAMA i used this works fine , but it slows the player. and the limit of the animspeed is 1 (1== default) https://wiki.multitheftauto.com/wiki/SetPedAnimationProgress tried doesn't work at all addEventHandler( "onClientRender", root, function ( ) setPedAnimationSpeed (localPlayer,"run_player",1) setPedAnimationSpeed (localPlayer,"SPRINT_civi",1) setPedAnimationProgress ( localPlayer "run_player",1) setPedAnimationProgress ( localPlayer "SPRINT_civi",1) end )
  20. DiGiTal

    Speed Player

    @IIYAMA nothing happens addEventHandler( "onClientResourceStart", getRootElement( ), function ( ) setPedAnimationSpeed (localPlayer,"sprint_civi",0.001) end )
×
×
  • Create New...