Jump to content

12p

Members
  • Posts

    2,608
  • Joined

  • Last visited

Everything posted by 12p

  1. Which of all games? This? http://spriters-resource.com/gameboy/du ... heet/15488 Or this? http://spriters-resource.com/pc_compute ... heet/24003 Or which?
  2. Wow, to be such a big utility (and seeming kinda complex at the time), AND BEING SMALL... You sir is a master
  3. This is SHOWROOM forum, not download maps forum. Why would he send you guys the link?
  4. This is a question I need you guys to answer me: Which characters would you like to see in a 2D platform-war game? Think about it being like an online Worms Armageddon where you can choose your character. They must belong to some 2D game and you must tell me the name of the game where it appears. You can vote up to 3 characters, so choose carefully. Higher counts will not be taken in account! Once 15 people (or more) vote their characters, I'll create a final poll including the 20 most voted, from those, 14 will be choosen. (btw if you can find the sprite sheet of the characters you want for me, I'll be even happier ) Actual list of voted characters: Duke Nukem (from Duke Nukem 2) - 1 vote - http://spriters-resource.com/pc_compute ... heet/24003 Mario (from Super Mario Bros. 3) - 1 vote - http://spriters-resource.com/snes/super ... sheet/4296
  5. Create a system yourself... IDK anything about MySQL and never will know.
  6. logIn logOut (click on functions' names)
  7. Epic phrases must be repeaten.
  8. This Is Leonardo Da Vinci's MASTAHPIECE!!!!!!!
  9. 12p

    5000 posts!

    Sure. lol Just stole my thinkings. Btw, PM me if you found IWBTB, we'll play and I will check your real skillz
  10. Not so true. That concept from GTA is funny only by 10 minutes or something... After that, it gets boring quickly
  11. Well, Oz, let's wait NPG is over the basics and released. Hope it won't be like you say. That's all.
  12. But San Andreas is sandbox and roleplay combined... LOL
  13. 12p

    Help with code

    en vez de setMaxPlayers ( numbermax ) pone setMaxPlayers ( tonumber (numbermax) ) Cuando dices a setMaxPlayers que use "numbermax", le dices que ocupe UN TEXTO para la cantidad de jugadores, lo cual no tiene sentido. tonumber convierte el texto a un número y así lo hace funcionar (BTW can anyone pls move this to Spanish subforum, ty)
  14. 12p

    5000 posts!

    I Wanna be The Boshy? I will smash you if we play online to that game
  15. Oz, NPG is not going to release the scripts and repeat the same pattern as happened with Paradise Roleplay or something. And it's not going to be the same thing as DKR's Hide'n'Seek, I can bet it won't (btw I don't really know how is it, lol). And don't tell I "support the practice of stealing", because THIS TIME ISN'T STEALING! So what if I make a fangame of a game that was already made, like Worms, or anything... The only things I'm using is the game concept, but apart from that is another game. Can it be called stealing too?
  16. 12p

    Help with code

    No te pongas rudo conmigo, que yo trato de ayudarte DE OTRA MANERA. TAPL, will he learn ANYTHING from that code? Did you make any comment for him? (yet another user that will copy + paste, say thanks, come back asking for help, and the cycle repeats)
  17. 12p

    Help with code

    Clickea la función, porfavor. addCommandHandler Qué no entiendes?
  18. Bueno... Tendrás que analizar qué es lo que hace el botón de SET NEXT MAP. Una vez que lo descubras, tendrás que tratar de hacer una función que agarre el elemento RESOURCE que es el next map definido... Y con eso tendrás que iniciar un evento cliente que defina el nombre del nuevo mapa, y hacer un texto DirectX que dibuje el nombre del mismo. Y... eso es todo, supongo.
  19. So, every project/server/gamemode/script/etc that was based on other's ideas must be killed? FFS Racing didn't make DM's, DKR didn't make Freeroam, KSA didn't make Basemode, the zombies concept wasn't made by Slothman, Hide'n'Seek wasn't made by Kayl (the original game has no known author).
  20. 12p

    Disable

    That's another way, but it takes more operations, it's better to modify race ;P
  21. Ese server es el de Castillo (SolidSnake14), y no es nada nuevo, ya que se ha visto muchas otras veces Usa setCameraMatrix En SERVIDOR (server), ya que el cliente funciona una vez que se han bajado los mods de autos y eso... Lo de arriba... Me da weba leer el script, dejaré que alguien más te ayude ;P
  22. Es un tanto complicado, muchacho. Si no sabes scripting no creo que lo consigas.
  23. 12p

    HELP!!

    This is client-side only! function checkVeh ( player, key ) if not getPedOccupiedVehicle ( player ) then return end --Stop if player is not in vehicle if not isVehicleOnGround ( getPedOccupiedVehicle ( player ) ) then if key == "f" then setWorldSpecialPropertyEnabled ( "aircars", not isWorldSpecialPropertyEnabled ( "aircars" ) ) elseif key == "w" then setWorldSpecialPropertyEnabled ( "hovercars", not isWorldSpecialPropertyEnabled ( "hovercars" ) ) end end end function bindTheKey() bindKey ( "f", "down", checkVeh ) bindKey ( "w", "down", checkVeh ) end addEventHandler ( "onClientPlayerJoin", getRootElement(), bindTheKey) It should work...
  24. Copia el contenido de meta.xml, y pégalo acá, poniéndole los tags [ code ]
×
×
  • Create New...