Jump to content

12p

Members
  • Posts

    2,608
  • Joined

  • Last visited

Everything posted by 12p

  1. 12p

    Problem cash

  2. It wouldn't be very useful, but I think it is fine.
  3. It's great that you put effort on the deco and that stuff, but... Your lack of ideas for the maps' stunts can be noticed. Btw I prefer you V7 and V2, for me those are the best.
  4. Well... No, the player shouldn't be able to do so. (Sorry for the late reply)
  5. Because he probably don't have enough scripting skills to do that.
  6. 12p

    5000 posts!

  7. Try it, instead of asking.
  8. 12p

    Announcement

    WHY SHOULD WE GIVE A F*CK ABOUT THIS CONFESSION? There was no need to post that here, I could live my life better without having to worry about others' sexual orientation, but you had to ruin it with your revelation >!!!!!
  9. then show your script! and stop using exclamations, it's annoying!!!
  10. You could retrieve coordinates by using Admin Panel. The script would work this way... function warpPlayer ( player ) setElementPosition ( ... ) --Click the name of this function end bindKey ( "somekey", "somestate", warpPlayer )
  11. I don't know how to explain this, exactly... It's complex for me. So I will just say: I want the camera to move as in TrackMania Nations Forever (while on stunts, check 0:10) BUT without using a FPS mode. I've got my script working this way: So, can I fix it? Here's my code if you can add some improvement/wanna have it lol (I was planning to make this script public, as a Race Addon) function getPointFromDistanceRotation ( x, y, dist, angle ) --Function made by "robhol" local a = math.rad ( 90 + angle ) local dx = math.cos ( a ) * dist local dy = math.sin ( a ) * dist return x + dx, y + dy end player = getLocalPlayer ( ) --This script will only work while using vehicles! function setTrackmaniaCamera ( ) if not isPedInVehicle ( player ) then if getCameraTarget ( ) ~= player then setCameraTarget ( player, player ) end return end local v = getPedOccupiedVehicle ( player ) local px, py, pz = getElementPosition ( v ) local prx, pry, prz = getElementRotation ( v ) local csx, csy = getPointFromDistanceRotation ( px, py, 10, prz - 180 ) local csz = getPointFromDistanceRotation ( pz, px, 10, pry - 30 ) local ctx, cty = getPointFromDistanceRotation ( px, py, 5, prz ) local ctz = getPointFromDistanceRotation ( pz, px, 10, prx - 180 ) setCameraMatrix ( csx, csy, csz, ctx, cty, ctz, -pry ) return true end addEventHandler ( "onClientPreRender", getRootElement ( ), setTrackmaniaCamera ) NOTE: Yes, I made a Race DM map and called it that way
  12. Para ver la documentación de una función, sólo haces click en ella si está coloreada. Por ejemplo, haz click en la que te mostré antes.
  13. Probably he was refering to me. And obviously I'm not a scripter of them... (cannot stop laughing at this thread because of the fails) Won't you say any name, John?
  14. (Por dios...) imperio, sé un poco más inteligente y piensa antes de actuar. Yo simplemente te di el link a la función que necesitas usar.
  15. setCameraTarget
  16. 12p

    DDose???

    DDoS, as I know, is when a group of people/one person "attacks" a server, sending messages or stuff like that. When the server cannot manage/receive all those messages at the time, it starts to lag heavily (stack overflow). And it's just time for it to CRASH.
  17. 12p

    MTA Hosting

    Can anyone lock this, please? It's going off-topic.
  18. Voted. GO, MTA, GO!
  19. 12p

    little help

    Then do local soundsTable = { "sound1.mp3", "sound2.mp3", "sound3.mp3", "sound4.mp3", "sound5.mp3", }
  20. LOL! Btw, here's full image (GET RID OF IMAGESHACK): http://img529.imageshack.us/img529/7221 ... 201946.png
  21. What are you talking about? This is just genius! Obviously MTA Staff is going make you DEV just because you made this
  22. This already exists https://community.multitheftauto.com/index.php?p= ... ls&id=1846
×
×
  • Create New...