Jump to content

Spanish4Life

Members
  • Posts

    153
  • Joined

  • Last visited

Everything posted by Spanish4Life

  1. Spanish4Life

    SIPL!

    local R_N = math.random(2) if qaisjp == lostingTime and R_N == 0 or R_N == 1 then outputChatBox("Go work on F+, spammer!") elseif qaisjp == lostingTime and R_N == 2 then outputChatBox("Get a life!") else return itWasAJoke end
  2. Try to do it Well, i don't know C++. But if people knowd to make glue script, with that mathematics local px, py, pz = getElementPosition(getLocalPlayer()) local vx, vy, vz = getElementPosition(vehicle) local sx = px - vx local sy = py - vy local sz = pz - vz local rotpX = 0 local rotpY = 0 local rotpZ = getPedRotation(getLocalPlayer()) local rotvX,rotvY,rotvZ = getElementRotation(vehicle) local t = math.rad(rotvX) local p = math.rad(rotvY) local f = math.rad(rotvZ) local ct = math.cos(t) local st = math.sin(t) local cp = math.cos(p) local sp = math.sin(p) local cf = math.cos(f) local sf = math.sin(f) local z = ct*cp*sz + (sf*st*cp + cf*sp)*sx + (-cf*st*cp + sf*sp)*sy local x = -ct*sp*sz + (-sf*st*sp + cf*cp)*sx + (cf*st*sp + sf*cp)*sy local y = st*sz - sf*ct*sx + cf*ct*sy local rotX = rotpX - rotvX local rotY = rotpY - rotvY local rotZ = rotpZ - rotvZ I don't know if scripting guru's will not know to do that
  3. Why not to make peds render, like entities on Minecraft?!?!?!? Well, chunks of 16x16x(currentZAxis)^2). It creates the peds only in that "chunk". If 2 is nearby the same chunk, in same of 16^2x16^2x((currentZAxis)^2)^2, 16x16x(currentZAxis^2)^2. When the ped goes out that "chunk", syncher stops on that entity and goes to create another ped, in the begging of the chunk, in the specified path. That way this can be fixed making a function, for scripting, maybe: toggleNPC(bool, [path = int, canDrive = bool])
  4. bind 0 0 0 0 0 0 0 0 0 0 0 it's 12 ints of colours.
  5. Yes but i don't think so. He only made some more touches with the ball, nothing more. How is sccer going in your country, Z3RB14N?
  6. zomfg /me calling moderator. Please, relax!
  7. If "View new posts" wasn't there I would've killed myself ages ago trying to moderate the forum. Towncivilian FTW a onine radio We need to make the forums anything to make this interesting. If I search in a forum, i don't wanna a forum that has the average of 10 posts by day.
  8. They would be pretty tough to recreate in LUA due to their size. The Pool minigame alone has something like 8000 lines of code in the SCM. And how do you know that if GTA extra scripts are obfuscated?
  9. https://wiki.multitheftauto.com/wiki/PlaySound (Sound file has to be predefined in the meta.xml file with tag.) WIYF
  10. Nono, ALL players are experiencing this while browsing the "Internet" ServerBrowser page.
  11. Spanish4Life

    HELP!!!

    Close al stuff that uses internet: >Spotify >MSN >W.Browser >P2P
  12. Did you download steam GTA:SA songs? Maybe it are broken ig.
  13. Yea, good job solidsnake Always you are right. Well you have to do that server sided and don't use getLocalPlayer() func. Haha, no: i only needed onClientPlayerWasted. I have strange behaviour, howewer: When I type kill, shows "63" from killer and "2089943303" for weapon. Also, when i drowned i got "53" from killer, why this strange behaviour?
  14. Yea, good job solidsnake Always you are right. Well you have to do that server sided and don't use getLocalPlayer() func. Haha, no: i only needed onClientPlayerWasted. I have strange behaviour, howewer: When I type kill, shows "63" from killer and "2089943303" for weapon. Also, when i drowned i got "53" from killer, why this strange behaviour?
  15. Thanks aibo to delete my post Maybe more forum plug-ins?
  16. Barcelona >! ATM Spain - England (0-0) (live: http://www.marca.com/marcador/futbol/20 ... 7/ing_spa/ ) I'm downloading crests of teams, when finished i will upload it to my web site. I have only Spain and some more ones at /Escudos_futbol/ dir. EDIT1: Woot - we lose 1-0
  17. I prefer blacklist than copyright. If copyright it's free: 1. Possible legal trouble; 2. Some from here are minors; 3. People can claim a false "copyright" (see 1. and 2.) 4. MTA is open-source. 5. Lua is open-source. And surely more i'm forgetin.
  18. Black-list aka IP blocking right?
  19. Today i've been looking stats and found that strange thing: Parachute 1 kills https://community.multitheftauto.com/index.php?p=global bug or not?
  20. Ew, that hurts... Anyways, what team do you support?
  21. http://open.spotify.com/user/113753052/ ... vZ2jFO8yGE /not spam
  22. Today, GMT+01:00 Bosnia-Herzegovina Portugal, Thoughts? I swear will win 2-1 portugal w/CR7. P.D: I saw on TV chile lose on mundial classifications I apologize.
  23. but if "shaders" do one more atleast >_> or change it, it sounds like a liar
×
×
  • Create New...