Jump to content

Platin

Members
  • Posts

    385
  • Joined

  • Last visited

Everything posted by Platin

  1. Well, thank you for the info. I'll probably buy the OVH VPS.
  2. I forgot! But i need to ask because it doesnt say it, it only says that i has "100 Mbps - Unlimited traffic". Maybe i have unlimited traffic until i start abusing the Bandwidth or something. Thank you for the answer. Also in point 2. i can't really tell because i'm working on that server
  3. Hi everyone! I'm thinking on buying a VPS on Canada for hosting some servers and one web, but the problem is that i really don't know if OVH can handle it. What I mean is if it wont collapse or anything. I will probably hosting this things: 1- MTA:SA Server 128 Slots and a media of 20~ players. This server has like 300MB or more to download. Also it has some slothbots and the zombies resource, a lot of elements, maps and colshapes. 2- Another MTA:SA Server 128 slot, i dont know how much players. This server has like 20MB for download. This server is clena of elements. 3- An TS3 Server with like 50slots. In the time when i had one only 10 players used it (maybe because it only had 10 slots). 4- A web, i already have it. It has an SMF btw. I am wondering to pay for the VPS SSD 1 pack with gives: 1 vCore (I think it's a dual core) 2,4 GHz 2 GB RAM If someone already have an OVH VPS can tell me if i can host all of that on the 1st pack or not i will be pleased. Thank you for reading.
  4. For that they can keep this forum online, right? So I think they can not.
  5. Nice, when i get my RP working and stuff, i will try this.
  6. It was like an year from now that i open a account on the wiki, and now I simply cannot login into. I forgot my password and probably i didnt set a email, or the email i selected was one that is ban now. What i should do? Plus, I only did this changes but the name is the important thing: https://wiki.multitheftauto.com/wiki/Sp ... ons/Platin
  7. Moved: https://forum.multitheftauto.com/viewtopic.php?f=13&t=100768 Please close.
  8. [uP] ¡Metimos el server de Counter-Strike 1.6 Zombie Escape, el Team Speak 3 e información sobre el VIP!
  9. Delete: https://community.multitheftauto.com/in ... ls&id=7660 https://community.multitheftauto.com/in ... s&id=12303 Thank you all! DONE
  10. Si, por eso decía si alguien conocía alguna solución, o si ya esta reportado. En fin, luego lo reporto cualquier cosa. Pueden cerrar. EDIT: Reportado: https://bugs.multitheftauto.com/view.php?id=9227
  11. Es muy largo el código (además que no pido ayuda, si no quiero saber si es un bug o me equivoque en algo), y funciona con todas las armas menos esa, y creo que tampoco con el spray. Solo hagan un test fácil como que tire un outputChatBox cuando mates a un ped (con player funciona) con un extintor, si sale algo me avisan y revisaré de nuevo mi código. A, y si saben alguna solución también que me la digan.
  12. Hola, miren yo tengo un sistema de misiones, el tema es que cree una para que maten a unos peds con un extintor, ¿qué paso? Que no me detecta cuando mato a los peds con el extintor, o sea, al morir, los peds simplemente mueren como un killPed y no me cuenta como si yo hubiera sido el asesino, por lo cual no me suma el punto. ¿Hay alguna solución o alternativa? Gracias de antemano.
  13. Skins: 1- https://community.multitheftauto.com/in ... s&id=12948 2- https://community.multitheftauto.com/in ... s&id=12949 DONE
  14. [sry for doble-post] Resource Stolen: https://community.multitheftauto.com/in ... s&id=12875 Original: https://community.multitheftauto.com/in ... ls&id=9435 DONE
  15. [sry for doble-post] Resource Stolen: https://community.multitheftauto.com/in ... s&id=12875 Original: https://community.multitheftauto.com/in ... ls&id=9435 DONE
  16. Ped skin https://community.multitheftauto.com/in ... s&id=12924 Poor description https://community.multitheftauto.com/in ... s&id=12926 DONE
  17. Ped skin https://community.multitheftauto.com/in ... s&id=12924 Poor description https://community.multitheftauto.com/in ... s&id=12926 DONE
  18. No no, eso por poner un ejemplo, me pasa con todo, todo me tira AccesDenied cuando esta en el grupo Admin ACL, no entiendo que pasa! EDIT: Se solucionó solo, nunca voy a saber el por qué.
  19. Si, ya lo encontre. Pero no me interesa eso. Supongo que tendré que jugar con ElementsData
  20. Bueno, no me permite ejecutar esta línea desde dentro ni fuera del script. server.lua setTimer( function() restartResource(resourceRoot) end, 30000, 1 ) y si esta en el acl.xml "resource.BG-espalda"> No me pasa con mi otro server, así que no tengo idea de que pueda ser. Tampoco funciona con resource.* ni cambiandole el nombre.
  21. Solo encontre dos relacionados (https://forum.multitheftauto.com/viewtopic.php?f ... 8&p=616228 - https://forum.multitheftauto.com/viewtopic.php?f=145&t=93438), en uno no dice nada y en el otro no es lo que busco.
  22. Se que eso es posible pero tomaría tiempo. Yo me refiero a un arma que quede en cero balas y que no desaparezca, cuando haces driveby eso pasa por ejemplo.
  23. No se me ocurre la forma de que un arma se quede con 0 balas y no desaparezca. O sea, me gustaría que las armas solo desaparezcan con un takeWeapon. ¿Es posible? Gracias de antemano.
  24. Alto lío me tuve que hacer pero más o menos lo pude solucionar. function venderVeh(thePlayer) local rootNode = xmlLoadFile("data/vehicles.xml") local groupNode = xmlFindChild(rootNode, "group", 0) local vehicleNode = xmlFindChild(groupNode, "vehicle", 0) local veh = getPedOccupiedVehicle(thePlayer) local realId = getElementModel(veh) for k,node in ipairs({groupNode}) do children = xmlNodeGetChildren(node) for k,chil in ipairs(children) do newId = xmlNodeGetAttribute(chil, "id") if (tonumber(newId) == realId) then outputChatBox("true") else outputChatBox("false") end end end end addCommandHandler("venderveh", venderVeh) alternativo: Gracias por la ayuda, ahora solo me falta hacerlo como quería, esto solo era un test
  25. Si no aparece nada en el debugscript, no será que no está agregado al meta.xml? Por favor dejen de decirme cosas tan básicas. Reviso antes de hacer los posts. Obviamente esta agregado. ¿Qué diablos puede estar provocando esto?
×
×
  • Create New...