Jump to content

Slothman

Retired Staff
  • Posts

    2,963
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Slothman

  1. Heres the simplest example of an exploding bullet script CLIENT STUFF function weaponfired (weapon, ammo, ammoInClip, hitX, hitY, hitZ, hitElement ) if source == getLocalPlayer () then triggerServerEvent ("bulletboom", getLocalPlayer (), hitX, hitY, hitZ ) end end addEventHandler ( "onClientPlayerWeaponFire", getRootElement(), weaponfired ) SERVER STUFF addEvent ("bulletboom", true ) function bulletexplosion (hitX, hitY, hitZ) createExplosion ( hitX, hitY, hitZ, 2 ) end addEventHandler("bulletboom",getRootElement(),bulletexplosion) play with it if you want to check which weapon is fired, credit the player with the kill, or generally improve it
  2. pfft. 1 shot stubby master right here. I was the guy taking out the cheaters with my golden gun
  3. yes, the clientside toggleCameraFixedMode i have found to be more reliable
  4. http://development.mtasa.com/index.php? ... andHandler
  5. we are always in irc, and this forum has pm capabilities
  6. Slothman

    Clothes

    yes, only cj can use clothing.
  7. as far as i know the lawyer is referred to as "jack" , now theres little doubt that its a poke at that jackass, but im sure hes not the only lawyer with that first name. jack is media whoring as usual. im not gonna get into a forum circle jerk where everyone agrees and just keeps bouncing arguments around, but i will say he would be a lot more entertaining if he was doing it at least a little tongue in cheek, but he seems to genuinely believe the babble that flows out of his maw.
  8. my concern would be more towards hidden functions that might make a player who enters a secret code super-powered or something like that. Its a problem I've seen in samp scripts, where the guy who wrote the script sneaks himself a little bit of an edge. open scripting can stop those dubious practices.
  9. Personally speaking i wouldn't run any script on a server without going through and inspecting it fully. I'm unaware of any encryption techniques, but I am sure that if you wanted to do so, people would be extremely hesitant to run it in the first place.
  10. some server owners assume that a 2nd ip connection might be a form of cheating, but its rather ridiculous for them to do so.
  11. what sort of connection is this, a dialup, a highspeed, through a business or school? it seems you possbly might have the ports blocked to your system, are you running any firewalls?
  12. Im still proud of the map "Miniputt" I made that came with the release. It isnt really suitable for a full server though
  13. admin abuse is a pain in the ass, yeah. A nice teleport to 50 miles out in the ocean isnt a bad way to tell a brat to smarten up though. or a nice banishment to "the phantom zone" via MTA's dimension feature.
  14. That's tasty sarcasm, couldnt have done it better myself Here's another even earlier vid/news post. you may now commence crapping your pants in joy.
  15. ty all, I spent the day boozing, fishing, and just hanging with friends. I also decided im giving myself a tattoo for my birthday, but im still deciding on what to get.
  16. Slothman

    I need an expert

    it doesn't appear conclusive enough to me. And I wouldn't ban unless I was 100% sure.
  17. you just need to space them out more.
  18. They knew this was a controversial decision, but Steam is the only forseeable way that they could legally turn MTA into a continuous source of income. a 1 time fee plus a few ingame ads will seem like nothing compared to the frewuent updates and gamemode expansions.
  19. April fools is mostly an american/british tradition, so i don't think Ijs knew. We should have warned him
  20. Slothman

    Banned?!??

    it was my mistake, I thought you were a cheater following us into the server.
  21. you have the german version, so you need to find the american 1.1 exe. We cannot give you a link here, but if you search google you might be able to find something (or ask a friend from america to send it to you)
  22. your talking about streaming objects that are close to the player, something that mta:race already does. the object limit isn't the absolute limit, its how many objects that can be within a certain distance of the player at any time.
  23. hes suggesting you bind the left and right brake pedals to "w" and "s" to use with the logitech steering wheel. kinda an obvious suggestion imo.
×
×
  • Create New...