Jump to content

12p

Members
  • Posts

    2,608
  • Joined

  • Last visited

Everything posted by 12p

  1. 12p

    SIPL!

    ERROR: At line 1: "=" expected near "Access".
  2. 1. ESOS SCRIPTS SON UNA BAZOFIA, ¿PORQUÉ TIENES QUE SEGUIRLE LA CORRIENTE A TODOS ESOS IDIOTAS QUE HACEN MAPAS IDÉNTICOS LOS UNOS DE OTROS? ¡PIENSA EN ALGO ORIGINAL! 2. Se hacen por medio de archivos ".lua". Te lo explicaría, pero no entenderías una j***** m*****, y al final alguien te los daría completos, sin que tú acabes entendiendo nada de cómo funcionan. Así que dejaré que alguien más haga todo ese trabajo, que ya me aburre...
  3. Ya te gané
  4. 12p

    Error en mi script

    Y te haces llamar "scripter"? > Jajaja es joda, mira: onPlayerConnect es un evento servidor. Las funciones de sonido son cliente. No existe "onClientPlayerConnect", pero sí "onClientPlayerJoin". Además tenías un "end" de más. Y te hice un pequeño tweak en tu código. function playerConnect (playerNick, playerIP, playerUsername, playerVersionNumber, playerSerial) outputChatBox (playerNick.." just connected to the server.") setSoundVolume ( playSound ( "audio/timesup.mp3", false ), 0.5 ) end addEventHandler ("onClientPlayerJoin", getRootElement(), playerConnect)
  5. 12p

    SIPL!

    /run outputChatBox ( "bump" ) /run banUser ( getUserFromName ( "CapY" ), "1h", "You fail at stopping resources brotha" )
  6. But the object-oriented programming, which is C++ style.
  7. In this case, it would just suck. A better idea would be a Rocket Store, where you can set the rocket's colour and maybe other stuff. But nothing else than that. Infinite rockets?
  8. There are 2 things called: "variables" (in MTA case it'd be rather called "elements data"), and "timers". And actually it wouldn't lag that much, if you know how to properly script.
  9. El de Otto estaba bueno Los 2 de imperio: BUUUUU!!!! FOME!!!
  10. Pues no pongas race si estás con él, los spawnpoints y pickups los puedes poner tú solito. Para mappear de a 2, es cosa de que se una a tu server y ya, puede mappear contigo sin ningún problema.
  11. No sabes contar chistes, o el chiste no valía la pena >.
  12. Google Code? F*** that, use Mantis Bugtracker on a free site provided by 000webhost
  13. 12p

    [REL] Kami

    No, your PC is bad.
  14. 12p

    Heartbeat

    Isn't that actually taking too much CPU?
  15. I still cannot get it at all (I haven't been coding enough on C++), but all what is a see is a good work. So keep it up
  16. Just saying, Unique. Just saying...
  17. 12p

    upgrade

    Anyone using FFS is just an ignorant kid (no offense to you guys, but actually you need to improve your quality in many aspects). viewtopic.php?f=116&p=393323#p391293
  18. So, you think you can fight against thousands of "spaghetti" C++ code lines, and make them work in Android? I would like to see that.
  19. 12p

    Heartbeat

    function lowHealth() if not low then if getElementHealth ( source ) <= 10 then playSound("sounds/heart.mp3",false) low = true else low = false end end end addEventHandler ( "onClientPlayerDamage", localPlayer, lowHealth ) addEventHandler ( "onClientPlayerWasted", localPlayer, function() low = false end ) You mispelled "low", and wrote "loa". Also I reduced a bit your lines
  20. Can I ask you something? WHAT IS THIS?!?! I just can't get it.
  21. 2:20 Vayan a ese segundo, ENJOY ^^
  22. Yakuza: fome!!! buu!!! El chiste de imperio estaba 50-50 x)
×
×
  • Create New...