Jump to content

12p

Members
  • Posts

    2,608
  • Joined

  • Last visited

Everything posted by 12p

  1. 12p

    Server Project? Yes/No

    JUST for making sure everybody understand what's happening here (if anybody isn't sure): NO, THIS PROJECT NEVER STARTED, AND NEVER WILL.
  2. 12p

    [REL]K-Garage

    The more features your script have, the better it becomes.
  3. 12p

    MTA Hosting

    If I'm right, iMortal already got a 24/7 server, I've seen a server called "BRASIL MORTAL OFICIAL" around the server list.
  4. 12p

    Cursor question

    Well, I'm running 2 resources at the time. In both I have made a function so the cursor shouldn't be shown when the player spawns. I will try isCursorShowing. Thx, worked.
  5. 12p

    little help

    SO? IT ALWAYS REPEAT THE SAME SOUND OR WHAT?
  6. 12p

    little help

    What is it doing instead of random?
  7. 12p

    Cursor question

    Well, I have a HUGE code, so I won't show it because it could give anyone a headache (hehehe). The only question is have, is, why could cursor be forced to be shown? For some reason, when I use showCursor (false) on Client, it doesn't do anything. Btw, already used guiSetInputEnabled(false) and set all GUIs invisible.
  8. Well. The color of that image doesn't fit the color of the window in my opinion. You could use a grayscale image. The bottom window is too much wide, y u no resize it to be 75% wide of its actual width?
  9. 12p

    Puerta admin

    1. Usa los tags CODE (mira arriba de la caja de edición, dice "Code"), y pon "[ code=lua]", por favor. 2. ¿Qué es lo que no funciona, exactamente?
  10. WHAT
  11. I don't like that window at all, Aero...
  12. I don't that script too hard (btw I did not like it at all hehehe )
  13. Pues te digo, yo uso mantis y no hay problemas con ese archivo.
  14. En un TP-Link es hacer lo mismo a lo que dice diego.
  15. Yo uso expresiones de todos los idiomas que conozco.Problem? Porque quise hacerlo. Problem? Pues averigua en internet; "cómo instalar MantisBT".
  16. Exactly.
  17. BinSlayer1, you weren't very clear with that code. He could not understand and make the code useless. function stopGrenadeDamage ( attacker, weapon, bodypart ) if weapon == 0 and attacker == getLocalPlayer() then --If the weapon is grenade and you are receiving damage from yourself cancelEvent ( ) --cancel the damage end end addEventHandler ( "onClientPlayerDamage", getLocalPlayer(), stopGrenadeDamage ) In "weapon == 0", change 0 to the ID of the grenade (search here, in ID, NOT MODEL ID)
  18. Ay no mames wey, ¡Lua no es tan difícil! Y además llevas poco tiempo, ¡por eso tienes un nivel de principiante! Mira, si no saben PHP y quieren que alguien haga eso por ustedes, pues el mejor consejo que les puedo dar es que: A) No sean tan mañosos. Es sólo el diseño, ¡por favor! Déjenlo como está. Al fin y al cabo, no es nada malo el diseño que tiene; es moderno y tiene su propio logo B) Usen otro sistema de bugtracker. Existen muchos sitios web que ofrecen hosting gratuito de archivos y páginas web. Simplemente hacen una cuenta en alguno, consiguen el source de un proyecto llamado "MantisBT", luego suben los archivos y se encargan de instalar MantisBT en la página web y listo. Eso sí, necesitan que el hosting ofrezca bases de datos MySQL.
  19. getLocalPlayer getPedBonePosition setElementPosition "onClientRender"/"onClientPreRender"/setTimer You can do this client-side without problems. Also you can do it server-side, but it will take more CPU from both client and server, so I suggest you do this client-only. NOTE: To make the object rotate in the direction of the bone, you must get the position of 2 bones. For example, for the right hand: You will need to get the position of the bone 25 and the bone 23, then use THIS FUNCTION: https://wiki.multitheftauto.com/wiki/FindRotation
  20. 12p

    New animation

    Read below, Arran's reply. | | V
  21. WAIT IGNORE THIS
  22. guiGetText If you meant to copy data to clipboard, well, I don't know if that can be done via scripting. But the user can apply Ctrl + C.
  23. IGNORE!
×
×
  • Create New...