Jump to content

djharbi2

Members
  • Posts

    80
  • Joined

  • Last visited

Everything posted by djharbi2

  1. https://media.giphy.com/media/ZdT2zDh3Bvnkk/giphy.gif how can i count down like in the picture ------------------ eg countdown from 10 minutes10:00 > 09:59 > 09:58 .....
  2. this is not what I want if you look at the picture
  3. https://media.giphy.com/media/ZdT2zDh3Bvnkk/giphy.gif
  4. I'm counting down. sample 10:00 09:59 09:58 .....
  5. Do you have a script that counts back in 10 minutes?
  6. How can I count back from 10 minutes
  7. hello, when you get in the car, 1- start 10 minutes. 2- show the time on the screen. 3- when the time is over stop the car. how can i do such a thing?
  8. do you have an idea about this topic
  9. Is it possible to use color codes like "#00FF00" with guiSetText and guiLabelSetColor functions? It seems that I can't use these codes to make my text in gui-label two-colored.
  10. outputChatBox("sasas",getPlayerTarget (username) , 255, 168, 0, true) you'll see it on the username screen
  11. no, I sent you money, for example on my screen "Money has been sent to KING KHAN user" should write on your screen "dj hari 2 must have sent you money" should write
  12. I give an example. my name is johnny, your name is henry johnny user sent a message to henry Henry user should be as follows "henry user has message from johnny user"
  13. outputChatBox("sasas",username, 255, 168, 0, true) username = person hello, the message to the person I sent the message came. I want to show the notification
  14. Server.lua outputChatBox("sasas",getPlayerFromName ( username ) , 255, 168, 0, true) hello, the message to the person I sent the message came. I want to show the notification
  15. for example I am looking for a djharbi2 will check if there is such an account
  16. Hi I want to search by account name
  17. How can players make money by shooting 5 targets?
  18. djharbi2

    exports

    anladım scripti görmem lazım özel mesaj olarak görüşelim
  19. djharbi2

    exports

    bunu başka biryerde kullanıyormusun yani marker olarak kullanıyormusun atm yi
  20. djharbi2

    exports

    function createBanking(marker, money) burada marker ve money istemişsin fakat export yaparken birşey yollamadık oradan sıkıntı çıkarmış olabilir.
  21. djharbi2

    exports

    deatchmach/resources/atm/meta.xml yi aç <export function="createBanking" type="client"/> bu kodu ekleyerek çalıştır bakalım ve alttaki kod function atm(element) exports["atm"]:createBanking() end addEvent( "atm", true ) addEventHandler( "atm", getRootElement(), atm )
×
×
  • Create New...