Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. It has by default resources which will start with the server, if you removed them, then here: "resourceNameGoesHere" startup="1" protected="0" />
  2. Yes, you can add it at the bottom of mtaserver.conf.
  3. What does it output to the chatbox?
  4. There's no point on using that function, dxDrawText supports HEX colors by default now.
  5. He removed it from the freeroam script.
  6. "state" isn't defined Don't take this the wrong way, but are you blind? it's defined just before the function.
  7. Capaz que el V2.0 es privado.
  8. Aca hay uno: https://community.multitheftauto.com/in ... ls&id=5317
  9. And how do you execute that function? and where's sourcePlayer defined?
  10. A timer wouldn't be that smoth.
  11. Tenes un 'end' de mas.
  12. You can use setCameraMatrix with onClientPreRender.
  13. if ( source == pickup1 ) then -- Hace algo elseif ( source == pickup2 ) then -- Hace algo end
  14. What 'fileText' returns?
  15. You can send the content of the file to the client side, then load it.
  16. Borra 'player' del nombre de la funcion y usa 'source' en getPlayerAccount.
  17. Cambiales el nombre a las funciones o pone todas en una usando 'elseif'.
  18. The file is on the meta.xml of the loader? because if it's not, then how do you expect it to be on the client downloaded folder?
  19. To me, it looks like you've copied the exports from the meta.xml of my "exp_system" and pasted it on that resource, without the actual functions, it won't work.
×
×
  • Create New...