Jump to content

xXMADEXx

Members
  • Posts

    2,718
  • Joined

  • Last visited

Everything posted by xXMADEXx

  1. xXMADEXx

    Question

    As far as I know, its nearly impossible (still possible but very, very hard) to give your account admin or switch the ACL.
  2. Its in the playerblip resource. Make the r, g, b to getPlayerTeamColor ( getPlayerTeam ( playerElement ) )
  3. + Server: ma = createMarker (x,y,z, "cylinder", 4, 0, 0, 255, 225 ) addEventHandler("onMarkerHit",ma, function ( p ) triggerClientEvent ( p, "wii", p) end )
  4. Did you make it on the server side? or client?
  5. Sounds like a good idea, but what if the host is full? And as SoldSnake14 said, it would need a very powerful host, to support hundreds/thousands of people.
  6. I think that Castillo (he prob wouldn't enter it) or Union/Dennis would win by a long shot. I'd like to see them both enter it though. This seems like it would be interesting, im down. It would also be kinda cool if MTA had something like "Best scripter of the month."
  7. Oh, lol, i fail! @_@ I forgot to see the rest of your script
  8. This script haves not function for what your trying to do..
  9. Its because your only creating it for your resolution. You need to use math to make it in the same place for all reses
  10. https://wiki.multitheftauto.com/wiki/CenterWindow
  11. Delete these resources please, just old ones I dont want on any more: https://community.multitheftauto.com/index.php?p= ... ls&id=7044 https://community.multitheftauto.com/index.php?p= ... ls&id=6863 https://community.multitheftauto.com/index.php?p= ... ls&id=7130 https://community.multitheftauto.com/index.php?p= ... ls&id=6956 DONE
  12. This is a tutorial (I guess), should be placed here: viewforum.php?f=148
  13. xXMADEXx

    Money Saver

    There are tons of save systems on MTA community.
  14. You'll prob have to make a shader or a custom hud to do this.
  15. How are you triggering "triggerSwarm" ?
  16. xXMADEXx

    xml

    It took me a good two hours (ikr, im a really noob at XML...) Finally, I realized that I could just use the code from GateMaker.
  17. Try this: function triggerSwarm( myName ) runningStreaks[myName] = getPlayerFromName ( myName ) runningStreaks[myName].x, runningStreaks[myName].y, runningStreaks[myName].z = getElementPosition ( runningStreaks[myName] ) end
  18. xXMADEXx

    xml

    Thanks, but that wasn't the problem. Solved.
  19. xXMADEXx

    xml

    Thanks, but prob solved. Lock please.
  20. Hum.. That proves you're to lazy to make your own scripts/learn to script, and you have to use leaked ones.
  21. Look at my signature...
  22. So you're using scripts from Valhalla?
  23. Not really sure if it does, but a while back, when I was scanning the forums, 50p said that the txd needs to be loaded first.... But, not sure if it works. (on this page: viewtopic.php?f=91&t=60867&p=580304#p580172 )
  24. addEventHandler ( "onClientGUIClick", root, function ( ) if ( source == GUIEditor.button[2] ) then local car = getPedOccupiedVehicle ( localPlayer ) if ( car ) then fixVehicle ( car ) guiSetEnabled ( source, false ) setTimer ( function ( element ) guiSetEnabled ( element, true ) end, 60000, 1, source ) end end end )
×
×
  • Create New...