Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. This makes no sense, just some stuff it's at the MTA community, but most isn't there.
  2. Lol, i think this is like a SAES:RPG copy, and won't cost $80 USD for sure, i would say more than $150 USD, since i sold one with much more less stuff for $100 USD.
  3. Did you added the resource to acl.xml? and gave him the required permissions?
  4. Just wondering, how much do you expect to pay for all this stuff?
  5. Uhm, i don't use the Race gamemode, so no idea how does it work.
  6. And if nobody donates or whatever?
  7. F10? yo uso F12 para sacar screenshots o,O.
  8. Castillo

    Ayuda

    The Kid, yo iva a decir eso primero, pero al final dije lo otro.
  9. What gamemode are you running?
  10. Are you sure? do you insert 3 values? example: 255 0 0 = red function nametagColorChange ( thePlayer, commandName, r, g, b ) if r and g and b then setPlayerNametagColor ( thePlayer, tonumber(r), tonumber(g), tonumber(b) ) else outputChatBox("HINT:/namecolor [syntax 255 0 0]", thePlayer, 255, 100, 0) end end addCommandHandler ( "namecolor", nametagColorChange)
  11. Yeah, i posted this code long ago, this was the hard part, now you gotta make the easy one yourself.
  12. function nametagColorChange ( thePlayer, commandName, r, g, b ) setPlayerNametagColor ( thePlayer, tonumber(r), tonumber(g), tonumber(b) ) outputChatBox("HINT:/namecolor [Colorid 0-250]") end addCommandHandler ( "namecolor", nametagColorChange) Try that.
  13. Exactly, he was logged in at least 3 MTA's with just one computer.
  14. No es tan facil... fijate cuales son los modes permitidos en el topic del recurso del Slothbot.
  15. That's up to the server owner, he already did much giving this wonderfull resource i think .
  16. Lemme understand something, do you know how to Script? or just a mapper? because i don't really think someone will do the scripting part for nothing.
  17. Well, i've tryied to do this long time ago and failed somehow.
  18. You can't replace Weapon models.
  19. I think Unreal Tournament, Puma
  20. Best in-game editor i've seen (better than mine too ), keep up the good work
  21. Castillo

    Ayuda

    "las textutas solo pueden ser modificadas por un scripter experimentado" GRAN MENTIRA, cualquiera podria hacer esto (si sabe lo basico claro )
  22. Pues no hay "comando", eso lo creas tu: function spawnMyBot (thePlayer, skin, weapon, mode) local x,y,z = getElementPosition (source) local rot= 90 local interior=0 local dimension= 0 local team=false local modesubject=thePlayer call (getResourceFromName("slothbot"), "spawnBot", x, y+5, z, rot, tostring(skin) or 0, interior, dimension, team, tostring(weapon) or 31, tostring(mode) or "chasing", modesubject) end addCommandHandler("crearBot", spawnMyBot) Con este script puedes usar el comando /crearBot Ejemplo: /crearBot 29 31 chasing
  23. Woah, congratulations dude!
  24. Ransom, actually there was another way, if i'm right you had to create another user at windows and open the MTA again (a friend did that)
  25. So? any errors?
×
×
  • Create New...