Jump to content

12p

Members
  • Posts

    2,608
  • Joined

  • Last visited

Everything posted by 12p

  1. This will do the job addEvent("Zomb_STFU",true) addEventHandler("Zomb_STFU",root, function ( zomb ) if zomb and getElementType ( zomb ) == "ped" then giveWeapon ( zomb, 8, 1, true ) end end)
  2. @Dev, He wants to give weapons to ZOMBIES, not to create a ped and give it a weapon...
  3. Dev. Don't act like you are the best scripter or any sort of things like that. Your code is so wrong... onClientGUIClick is for GUI elements, not for a player element. localPlayer is not defined. sourcePlayer?!?!?! Instead of trying to help, learn to script yourself!!!
  4. No, CapY. WHAT
  5. Account data.
  6. 12p

    Color change bind

    Check freeroam code. There are comments everywhere, so you can find the vehicle colors part.
  7. 12p

    Help!!!

    https://wiki.multitheftauto.com/wiki/Resources https://wiki.multitheftauto.com/wiki/Meta.xml https://wiki.multitheftauto.com/wiki/Scr ... troduction Please read every of them with maximun attention. After that, do what I said in my previous post.
  8. Maybe events and mini-games. Just, try to recreate original GTA San Andreas concept (without missions), and you'll get a good freeroam GM
  9. @ZenoS. I suggest you to ask JiHost to show us some examples of servers running under their hosting before renting anything. If the servers they host are good, do whatever you want. Otherwise, you shouldn't host your server at JiHost, unless you want a bad-quality one.
  10. 12p

    Help!!!

    I cannot stop thinking about what is wrong on this. I'll start: 1. Copy and paste your code here, not in an image. 2. Lua and XML don't work together. 3. Stop using so much "...", it makes you look like a retard (don't offend). So for your script, you must do this: Everything what is outside from and must be placed in an external file (inside your resource) with .lua extension. Everything what is inside and must be in "meta.xml".
  11. Yeah, me too
  12. Then we could create a global black list so all servers BAN those who made that "illegal" action twice or more times.
  13. At least try to help us to help you: tell us what's wrong! /debugscript 3
  14. processLineOfSight
  15. Hahahaaha what a nice joke. The system says we need to be 16 and we need credit card. But you can set your age to 16 without being 16. Also you can not use a credit card on your PayPal. In fact I have a PayPal account and I'm 15. I don't use credit card, I just use the PayPal money
  16. 12p

    need help

    Have you got setFPSCamera function on that script?
  17. viewtopic.php?f=5&t=32563
  18. U still here? Lol. Hi man. I'm The Kid Have you checked IDE List?
  19. 12p

    Bus-System

    Lol. It was setPedControlState, not setControlState
  20. 12p

    Bus-System

    Explain me how Slothman made slothbots.
  21. No, you love JasperNL
  22. 12p

    Bus-System

    Didn't you know there are createPed warpPedIntoVehicle setPedControlState ???
  23. 12p

    need help

    Right. I just woke up when I made that script. Sorry, here you go: local player = getLocalPlayer ( ) local fpsmode = false bindKey ( "m", "down", function ( ) fpsmode = not fpsmode toggle ( ) end ) function toggle ( ) if isPedInVehicle ( player ) and fpsmode then addEventHandler ( "onClientPreRender", setFPSCamera ) else removeEventHandler ( "onClientPreRender", setFPSCamera ) setCameraTarget ( player ) end end ) addEventHandler ( "onClientPlayerVehicleEnter", player, toggle ) addEventHandler ( "onClientPlayerVehicleExit", player, toggle )
  24. Go to https://wiki.multitheftauto.com/wiki/Resource:Scoreboard
  25. No, TAPL. I think the math was wrong. Let him test my edit.
×
×
  • Create New...