Jump to content

CaptainZ.

Members
  • Posts

    36
  • Joined

  • Last visited

Everything posted by CaptainZ.

  1. I made a new script for him, problem is fixed I guess.
  2. Yeah there is only one file.
  3. Add it to your 'toptime' script.
  4. addEventHandler("onPlayerLogout", root, function() local account = getPlayerAccount(source) setAccountData(account, "toptime", getElementData(source, "Top Time")) end ) addEventHandler("onPlayerLogin", root, function() local account = getPlayerAccount(source) setElementData(source, "Top Time", getAccountData(account, "toptime")) end ) About the second one, I don't have idea.
  5. Please post it in , we can't understand it.
  6. Dobro dobro, ako hoces mogu ja da ti pomognem.
  7. A ja mislio da si ti neki scripter
  8. If you are talking about this ; Blip is like a picture on radar, you can use it to mark some location. https://wiki.multitheftauto.com/wiki/CreateBlip
  9. How can I execute a .sql file in phpmyadmin?
  10. CaptainZ.

    Help

    Hello, I was wondering if there is any way to change 32bit to 64bit (I am talking about Windows7)
×
×
  • Create New...