Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. We don't give support with leaked scripts. Topic locked.
  2. Why are you loading the TXD twice? you can import it on both models without having to load it twice.
  3. What do you mean by "field gun"?
  4. That looks quite awesome, I loved the "jelly" part
  5. for index, data in ipairs ( mytable ) do if ( data [ 1 ] == "myAccount" ) then outputChatBox ( index ) end end
  6. That's because you set the element data to the colshape, not the ped. By the way, don't multi post, edit your previous post.
  7. What is the problem? you get errors in the debugscript/console?
  8. getPlayerFromName That function is used to get a player element by it's name, so you can use it when the player selects an item from the grid list.
  9. if getElementType(thePlayer) == "Player" || "Vehicle" then What's that?
  10. What resource are you using? that XML looks like from my "exp_system" resource.
  11. No, there isn't. And just the question itself is pathetic, you should focus on getting players, not lying to them about how much players do you actually have.
  12. https://community.multitheftauto.com/in ... s&id=10615
  13. myTimer = setTimer (function(player)
  14. It returns the pixels, why would it return a material element? just try it.
  15. Forget about downloadFile, I noticed as soon as I posted it, then rapidly edited post. Anyway, local string = dxGetPixels(texture) What's that? is not needed, just save the value fetchRemote returns.
  16. isTimer devuelve true o false, tenes que definir el timer en setTimer.
  17. You can save the images to the client computer to avoid redownloading.
  18. Y no funciona de que manera? que hace?
×
×
  • Create New...