Jump to content

Jaysds1

Members
  • Posts

    4,961
  • Joined

  • Last visited

Everything posted by Jaysds1

  1. Hi guyz, I'm really getting annoyed of seeing you guys post a youtube video url instead of using the MTA's BBCode: Here's how simple it is: Get a youtube url: [url=http://www.youtube.com/watch?v=I9wMYqlViMM]http://www.youtube.com/watch?v=I9wMYqlViMM[/url] Take this part out: [url=http://www.youtube.com/watch?v=]http://www.youtube.com/watch?v=[/url][color=#BF0000]I9wMYqlViMM[/color] Then put it between the mta bbcode: [youtube][color=#BF0000]I9wMYqlViMM[/color][/youtube] and this is what you should see:
  2. 1. Check if you have any important updates in Microsoft Update
  3. Jaysds1

    Trash BINS EVERYWHERE

    Can you take a vid or screenshots of this please?
  4. sorry, I didn't play mta for the past 3 months, so i don't know what's what anymore. Are you using a nightly?
  5. sorry, but he had an error at the end in outputchatbox. Read my comments.
  6. sorry, but this really requires reading. Read the function page.
  7. function mycoords (thePlayer, command) local x, y,z = getElementPosition( thePlayer ) --forgot to put the '=' symbol outputChatBox ( "X pos " .. x .. " Y pos " .. y .. " Z pos" .. z .. ".") --forgot to add the last '..' after the z coordinate end addCommandHandler("mycoords", mycoords)
  8. Jaysds1

    jetpack

    Solid means you missed a bracket ')' try this: addEventHandler( "onClientResourceStart", root,function ( ) local jetpackt = engineLoadTXD ( "Models-n-Sounds/jetpack.txd" ) local jetpackd = engineLoadDFF ( "Models-n-Sounds/jetpack.dff", 0 ) engineImportTXD ( jetpackt, 370 ) engineReplaceModel ( jetpackd, 370 ) end)
  9. Make sure you uploaded the flagjoin resource. BTW, in different parts of the script, you are overwriting the same data and countryCode doesn't exist. Try this: exports.scoreboard:addScoreboardColumn("Country",root,2,150.0 ) countryNames = { ['AD'] = 'Andorra', ['AE'] = 'United Arab Emirates', ['AF'] = 'Afghanistan', ['AG'] = 'Antigua and Barbuda', ['AI'] = 'Anguilla', ['AL'] = 'Albania', ['AM'] = 'Armenia', ['AO'] = 'Angola', ['AP'] = 'ARIPO', ['AR'] = 'Argentina', ['AT'] = 'Austria', ['AU'] = 'Australia', ['AW'] = 'Aruba', ['AZ'] = 'Azerbaijan', ['BA'] = 'Bosnia and Herzegovina', ['BB'] = 'Barbados', ['BD'] = 'Bangladesh', ['BE'] = 'Belgium', ['BF'] = 'Burkina Faso', ['BG'] = 'Bulgaria', ['BH'] = 'Bahrain', ['BI'] = 'Burundi', ['BJ'] = 'Benin', ['BM'] = 'Bermuda', ['BN'] = 'Brunei Darussalam', ['BO'] = 'Bolivia', ['BQ'] = 'Bonaire', ['BR'] = 'Brazil', ['BS'] = 'Bahamas', ['BT'] = 'Bhutan', ['BV'] = 'Bouvet Island', ['BW'] = 'Botswana', ['BY'] = 'Belarus', ['BZ'] = 'Belize', ['CA'] = 'Canada', ['CD'] = 'Congo', ['CF'] = 'Central African Republic', ['CG'] = 'Congo', ['CH'] = 'Switzerland', ['CI'] = 'Cote d?Ivoire', ['CK'] = 'Cook Islands', ['CL'] = 'Chile', ['CM'] = 'Cameroon', ['CN'] = 'China', ['CO'] = 'Colombia', ['CR'] = 'Costa Rica', ['CU'] = 'Cuba', ['CV'] = 'Cape Verde', ['CW'] = 'Curacao', ['CY'] = 'Cyprus', ['CZ'] = 'Czech Republic', ['DE'] = 'Germany', ['DJ'] = 'Djibouti', ['DK'] = 'Denmark', ['DM'] = 'Dominica', ['DO'] = 'Dominican Republic', ['DZ'] = 'Algeria', ['EC'] = 'Ecuador', ['EE'] = 'Estonia', ['EG'] = 'Egypt', ['EH'] = 'Western Sahara', ['ER'] = 'Eritrea', ['ES'] = 'Spain', ['ET'] = 'Ethiopia', ['FI'] = 'Finland', ['FJ'] = 'Fiji', ['FK'] = 'Malvinas', ['FO'] = 'Faroe Islands', ['FR'] = 'France', ['GA'] = 'Gabon', ['GB'] = 'United Kingdom', ['GD'] = 'Grenada', ['GE'] = 'Georgia', ['GG'] = 'Guernsey', ['GH'] = 'Ghana', ['GI'] = 'Gibraltar', ['GL'] = 'Greenland', ['GM'] = 'Gambia', ['GN'] = 'Guinea', ['GQ'] = 'Equatorial Guinea', ['GR'] = 'Greece', ['GT'] = 'Guatemala', ['GW'] = 'Guinea-Bissau', ['GY'] = 'Guyana', ['HN'] = 'Honduras', ['HR'] = 'Croatia', ['HT'] = 'Haiti', ['HU'] = 'Hungary', ['ID'] = 'Indonesia', ['IE'] = 'Ireland', ['IL'] = 'Israel', ['IM'] = 'Isle of Man', ['IN'] = 'India', ['IQ'] = 'Iraq', ['IR'] = 'Iran', ['IS'] = 'Iceland', ['IT'] = 'Italy', ['JE'] = 'Jersey', ['JM'] = 'Jamaica', ['JO'] = 'Jordan', ['JP'] = 'Japan', ['KE'] = 'Kenya', ['KG'] = 'Kyrgyzstan', ['KH'] = 'Cambodia', ['KI'] = 'Kiribati', ['KM'] = 'Comoros', ['KN'] = 'Saint Kitts and Nevis', ['KP'] = 'Korea', ['KR'] = 'Korea', ['KW'] = 'Kuwait', ['KY'] = 'Cayman Islands', ['KZ'] = 'Kazakhstan', ['LA'] = 'Lao People?s Republic', ['LB'] = 'Lebanon', ['LC'] = 'Saint Lucia', ['LI'] = 'Liechtenstein', ['LK'] = 'Sri Lanka', ['LR'] = 'Liberia', ['LS'] = 'Lesotho', ['LT'] = 'Lithuania', ['LU'] = 'Luxembourg', ['LV'] = 'Latvia', ['LY'] = 'Libyan Arab Jamahiriya', ['MA'] = 'Morocco', ['MC'] = 'Monaco', ['MD'] = 'Moldova', ['ME'] = 'Montenegro', ['MG'] = 'Madagascar', ['MK'] = 'Macedonia', ['ML'] = 'Mali', ['MM'] = 'Myanmar', ['MN'] = 'Mongolia', ['MO'] = 'Macao', ['MP'] = 'Northern Mariana Islands', ['MR'] = 'Mauritania', ['MS'] = 'Montserrat', ['MT'] = 'Malta', ['MU'] = 'Mauritius', ['MV'] = 'Maldives', ['MW'] = 'Malawi', ['MX'] = 'Mexico', ['MY'] = 'Malaysia', ['MZ'] = 'Mozambique', ['NA'] = 'Namibia', ['NE'] = 'Niger', ['NG'] = 'Nigeria', ['NI'] = 'Nicaragua', ['NL'] = 'Netherlands', ['NO'] = 'Norway', ['NP'] = 'Nepal', ['NR'] = 'Nauru', ['NZ'] = 'New Zealand', ['OM'] = 'Oman', ['PA'] = 'Panama', ['PE'] = 'Peru', ['PG'] = 'Papua New Guinea', ['PH'] = 'Philippines', ['PK'] = 'Pakistan', ['PL'] = 'Poland', ['PT'] = 'Portugal', ['PW'] = 'Palau', ['PY'] = 'Paraguay', ['QA'] = 'Qatar', ['RO'] = 'Romania', ['RS'] = 'Serbia', ['RU'] = 'Russian Federation', ['RW'] = 'Rwanda', ['SA'] = 'Saudi Arabia', ['SB'] = 'Solomon Islands', ['SC'] = 'Seychelles', ['SD'] = 'Sudan', ['SE'] = 'Sweden', ['SG'] = 'Singapore', ['SH'] = 'Saint Helena', ['SI'] = 'Slovenia', ['SK'] = 'Slovakia', ['SL'] = 'Sierra Leone', ['SM'] = 'San Marino', ['SN'] = 'Senegal', ['SO'] = 'Somalia', ['SR'] = 'Suriname', ['ST'] = 'Sao Tome and Principe', ['SV'] = 'Salvador', ['SX'] = 'Sint Maarten (Dutch part)', ['SY'] = 'Syrian Arab Republic', ['SZ'] = 'Swaziland', ['TC'] = 'Turks and Caicos Islands', ['TD'] = 'Chad', ['TG'] = 'Togo', ['TH'] = 'Thailand', ['TJ'] = 'Tajikistan', ['TL'] = 'Timor?Leste', ['TM'] = 'Turkmenistan', ['TN'] = 'Tunisia', ['TO'] = 'Tonga', ['TR'] = 'Turkey', ['TT'] = 'Trinidad and Tobago', ['TV'] = 'Tuvalu', ['TW'] = 'Taiwan', ['TZ'] = 'Tanzania', ['UA'] = 'Ukraine', ['UG'] = 'Uganda', ['US'] = 'United States of America', ['UY'] = 'Uruguay', ['UZ'] = 'Uzbekistan', ['VA'] = 'Holy See', ['VC'] = 'Saint Vincent', ['VE'] = 'Venezuela', ['VG'] = 'Virgin Islands', ['VN'] = 'Viet Nam', ['VU'] = 'Vanuatu', ['WS'] = 'Samoa', ['YE'] = 'Yemen', ['ZA'] = 'South Africa', ['ZZ'] = 'n/a', ['ZM'] = 'Zambia', ['ZW'] = 'Zimbabwe' } addEventHandler("onPlayerJoin",root,function() local country = exports["admin"]:getPlayerCountry(source) if country then setElementData(source,"CountryFlag",":flagjoin/flags/"..flag..".png") --renamed data to countryFlag setElementData(source,"CountryName",countryNames[country]) --renamed data to countryName outputChatBox('[JOIN] #ffffff' .. getPlayerName(source) .. '#00FF09 è entrato nel server [Provenienza #FF8900[' .. tostring(countryNames[country]) .. '] ',root, 2, 255, 2, true) else setElementData ( source , "CountryFlag" , "N/A") setElementData(source,"CountryName","N/A") outputChatBox('[JOIN] #ffffff' .. getPlayerName(source) .. '#00FF09 è entrato nel server [Provenienza sconosciuta]',root,255,255,255,true) end end) addEventHandler('onPlayerChangeNick',root, function(oldNick, newNick) outputChatBox('[Change-Nick] #ffffff' .. oldNick .. '#03B4FF è adesso conosciuto come : #ffffff' .. newNick, root, 3, 180, 255, true) end) addEventHandler('onPlayerQuit',root, function(reason) outputChatBox('[' .. reason .. '] #ffffff' .. getPlayerName(source) .. ' #FE0000è uscito dal server.',root, 255, 0, 0, true) end) http://pastebin.com/tjSZ7eBj
  10. Jaysds1

    Help

    check this topic out: https://forum.multitheftauto.com/viewtop ... 5&p=283878
  11. Did you try downloading the editor resource again?
  12. Do you get any errors?
  13. try using the onClientResource event.
  14. I liked it, How long did it take to make?
  15. Sorry, we don't know any server that allows customized files.
  16. Well, if they're deleted then no, there's no way you could get it back.
  17. damn, i missed it because of my damn pc, anyways happy belated birthday
  18. here's a page for that: https://wiki.multitheftauto.com/wiki/Element/Console
  19. great, I loved it, it's all the same way,cut-scenes,positioning, everything!!! nice.
  20. well, sorry, I never knew it was solved, nice to see you've fixed it...
  21. Do you have any resources that uses the acl or has access to it?
  22. if you choose "Yes" while MTA was uninstalling, then they should be there, but if you pressed "No" then everything is gone. Even if you install it over the saved maps, it should be there, because nothing can't overwrite it.
  23. Jaysds1

    Delete objects

    1. Yes you can delete world objects using: removeWorldModel 2. well, it depends on the program you are using... Here's a map converter: http://gtamap.delux-host.com/converter/old/
  24. What if we just give him the credits..? well, that could work to.
×
×
  • Create New...