Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. this was public so i pm'ed him the resource, guess case close.
  2. dude! you just waited 40 minutes! be patient and wait for someone else.
  3. the magic shop is at j-rpg (jasper's role play) download link: https://community.multitheftauto.com/index.php?p=resources&s=details&id=599
  4. sorry then, i'm out of ideas, lets wait for someone with higher experience about those errors.
  5. maybe try reinstalling GTA SAN ANDREAS?
  6. are you using the latest public version? 1.0.4? if not then you can download it again and reinstall the MTA link for 1.0.4: http://www.busign.nl/mirror/mtasa/MTASA-1.0.4.exe
  7. this is not the correct way of asking for help! read this topic: https://forum.multitheftauto.com/viewtopic.php?f=91&t=27027 and then come back and edit your post.
  8. I hope mta developers will add this on any up coming version, i'm waiting for this for long time since i started to script.
  9. is not /updrade is /refresh or restart the server, then click "REFRESH" button of admin panel "resources" tab and should work, if not means the resource has a problem with meta.xml i hope i helped.
  10. Castillo

    EDF Spawning

    well you can check the game modes that uses EDF and check how is done maybe.
  11. Castillo

    Server Binds

    i think he means something like advertisement, so it will random outputChatBox with his own text, there is one at mta community if i'm right, https://community.multitheftauto.com/index.php?p=resources&s=details&id=186
  12. maybe if you create all the GUI + DXdraw elements using Absolute and not Relative. if you are using GUIEDITOR to make them click this button: Rel/Abs screen
  13. removeEventHandler("onClientRender",getRootElement(),yourFUNCTIONNAME)
  14. if you want to change player rotation use setElementRotation maybe?
  15. Castillo

    Peds...

    what do you mean? to create a ped use createPed function. https://wiki.multitheftauto.com/wiki/CreatePed
  16. what do you mean? i said to POST the error you genting.
  17. lol you mean you made shortcuts and deleted real files?
  18. install resource "chatbubbles"
  19. omg this topic is really old and its already solved, don't BUMP!
  20. i've done this before for fun, here is what i did and working, local botslist = { [1] = {"Terminator"}, [2] = {"Pete"}, [3] = {"Doug"}, [4] = {"Sue"}, [5] = {"Claire"}, [6] = {"Lou"}, [7] = {"Francis"}, [8] = {"Nick",} } civi = createTeam ("civilians",255,12,15) local teamsetup = {1,2,3} function spawnhunt(source) local pedchoice = teamsetup[1] local x, y, z = getElementPosition ( source ) local rot = 90 local skin = math.random(28,165) local interior = 0 local dimension = 0 local team = civi local weapon = 31 local mode = "hunting" ped = call(getResourceFromName("Slothbot"), "spawnBot", x, y+1, z, rot, skin, interior, dimension, team, weapon, mode, modesubject ) setElementData(ped,"name",botslist[pedchoice][1]) setElementData(ped,"squadleader",source) setPedStat(ped,78,999) end addCommandHandler ( "spawnsloth", spawnhunt )
  21. so you want to restart the resource when a guy with name DutchCheater joins?
  22. this is not the correct way of asking for help! put what error you genting etc /debugscript 3 in game.
  23. wtf is that? i don't get anything of that code... 2 lines of something that makes no sense? is that your WHOLE code?
  24. not really sure what do you mean, check freeroam resource interiors.xml maybe thats what you looking for
×
×
  • Create New...