Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. Castillo

    lol 3000 posts

    Well, congratulations, even when most of your posts aren't helpful, no offense.
  2. Entonces mas vale empezar a aprender, verdad? ese link que te di es un evento, si lo cancelas los jugadores no podran cambiarse de nombre.
  3. Cancela el evento onPlayerChangeNick.
  4. Extra health doesn't work with slothbots too, maybe it doesn't work with zombies either.
  5. Agregaste esto? "resource.nombreDelRecursoDeLogin">
  6. 1: You forgot about 'addEvent'. 2: If I'm right, 'onZombieSpawn' doesn't trigger a ped element as 'source'. 3: What is that timer for?
  7. Es muy simple la verdad. El grupo: "VIP"> "VIP"> "resource.*"> El ACL: "VIP">
  8. El problema es que no agregaste el recurso al "acl.xml" grupo "Admin".
  9. Maybe because giveWeapon is a server side only function? function pedLoad () s1 = createPed ( 33, 2348.8999023438, 2452.8000488281, 14.60000038147, 90) setTimer( giveWeapon, 1000, 1, s1, 31, 5, true) end addEventHandler('onResourceStart', resourceRoot, pedLoad)
  10. Castillo

    extrahealth

    Maybe the problem is with the slothbots, because I added this after setting the extra health: outputChatBox(tostring(exports["extrahealth"]:getElementExtraHealth(bot))) And it returned the correct value which is 9999.
  11. Castillo

    extrahealth

    Why are you exporting the function: "spawnBot" which doesn't exists (that's not the problem anyway).
  12. Castillo

    extrahealth

    @yanvr: You have set the bot script as a server side script in meta.xml, right?
  13. No as far as I know, but you must have something that is messing around with warpPedIntoVehicle.
  14. I've downloaded the latest nightly build of 1.3.
  15. I've tested the code you've posted and it worked fine, I got warped to the vehicle.
  16. You're welcome. Topic locked.
  17. Do you mean this? viewtopic.php?f=108&t=28846&p=319084 Download link: https://community.multitheftauto.com/index.php?p= ... ils&id=985
  18. Resources goes the same way it does in Windows, inside 'resources' folder.
  19. Castillo

    extrahealth

    I don't know then, maybe the resource is bugged.
  20. Do you have notepad++? if so, open the file and click on "Encoding" (if it's on Spanish, then the menu #5 at menu bar) and click on "UTF-8", then save it and close the file.
  21. Te di el link donde explica como crear un login GUI.
×
×
  • Create New...