downight Posted February 8, 2014 Share Posted February 8, 2014 So I want to make something like when player quits the game the msg pops up: "Playername from [country] has left the game (reason)" but my code doesn't work. Look: local root = getRootElement() countryNames = { ["IT"]="Italy", ["MX"]="Mexico", ["SA"]="SAUDI ARBIA", ["PK"]="Pakistan", ["AF"]="Afghanistan", ["DZ"]="Algeria", ["AS"]="American samoa", ["AU"]="Australlia", ["AO"]="Anqola", ["AI"]="Anquilla", ["AQ"]="Antarctica", ["AG"]="Antigua and Barbuda", ["AR"]="Argentina", ["AM"]="Armenia", ["AW"]="Aruba", ["AT"]="Austria", ["AZ"]="Azerbaijan", ["BS"]="Bahamas", ["BH"]="Bahrain", ["BD"]="Bangladesh", ["BB"]="Barbados", ["BY"]="Belarus", ["BE"]="Belgium", ["BZ"]="Belize", ["BJ"]="Benin", ["BM"]="Bermuda", ["BT"]="Bhutan", ["BO"]="Bolivia", ["BA"]="Bosnia", ["BH"]="Herzegovina", ["BW"]="Botswana", ["BR"]="Brazil", ["IO"]="British Indian Ocean Territory", ["VG"]="British Virgin Islands", ["BN"]="Brunei", ["BG"]="Bulgaria", ["BF"]="Burkina Faso", ["MM"]="Burma (Myanmar)", ["BI"]="Burundi", ["KH"]="Cambodia", ["CM"]="Cameroon", ["CA"]="Canada", ["CV"]="Cape Verde", ["KY"]="Cayman Islands", ["CF"]="Central African Republic", ["TD"]="Chad", ["CL"]="Chile", ["CN"]="China", ["CX"]="Christmas Island", ["CC"]="Cocos (Keeling) Islands", ["CO"]="Colombia", ["KM"]="Comoros", ["CK"]="Cook Islands", ["CR"]="Costa Rica", ["HR"]="Croatia", ["CU"]="Cuba", ["CY"]="Cyprus", ["CZ"]="Czech Republic", ["CD"]="Democratic Republic of the Congo", ["DK"]="Denmark", ["DJ"]="Djibouti", ["DM"]="Dominica", ["DO"]="Dominican Republic", ["EC"]="Ecuador", ["SV"]="El Salvador", ["GQ"]="Equatorial Guinea", ["ER"]="Eritrea", ["EE"]="Estonia", ["ET"]="Ethiopia", ["FK"]="Falkland Islands", ["FO"]="Faroe Islands", ["FJ"]="Fiji", ["FI"]="Finland", ["FR"]="France", ["PF"]="French Polynesia", ["GA"]="Gabon", ["GM"]="Gambia", ["GE"]="Georgia", ["DE"]="Germany", ["GH"]="Ghana", ["GI"]="Gibraltar", ["GR"]="Greece", ["GL"]="Greenland", ["GD"]="Grenada", ["GU"]="Guam", ["GT"]="Guatemala", ["GN"]="Guinea", ["GW"]="Guinea-Bissau", ["GY"]="Guyana", ["HT"]="Haiti", ["VA"]="Holy See (Vatican City)", ["HN"]="Honduras", ["HK"]="Hong Kong", ["HU"]="Hungary", ["IS"]="Iceland", ["IN"]="India", ["ID"]="Indonesia", ["IR"]="Iran", ["IQ"]="Iraq", ["IE"]="Ireland", ["IM"]="Isle of Man", ["IL"]="Israel", ["IT"]="Italy", ["CI"]="Ivory Coast", ["JM"]="Jamaica", ["JP"]="Japan", ["JE"]="Jersey", ["JO"]="Jordan", ["KZ"]="Kazakhstan", ["KE"]="Kenya", ["KI"]="Kiribati", ["KO"]="Kosovo", ["KW"]="Kuwait", ["KG"]="Kyrgyzstan", ["LA"]="Laos", ["LV"]="Latvia", ["LB"]="Lebanon", ["LS"]="Lesotho", ["LR"]="Liberia", ["LY"]="Libya", ["LI"]="Liechtenstein", ["LT"]="Lithuania", ["LU"]="Luxembourg", ["MO"]="Macau", ["MK"]="Macedonia", ["MG"]="Madagascar", ["MW"]="Malawi", ["MY"]="Malaysia", ["MV"]="Maldives", ["ML"]="Mali", ["MT"]="Malta", ["MH"]="Marshall Islands", ["MR"]="Mauritania", ["MU"]="Mauritius", ["YT"]="Mayotte", ["MX"]="Mexico", ["FM"]="Micronesia", ["MD"]="Moldova", ["MC"]="Monaco", ["MN"]="Mongolia", ["ME"]="Montenegro", ["MS"]="Montserrat", ["MA"]="Morocco", ["MZ"]="Mozambique", ["NA"]="Namibia", ["NR"]="Nauru", ["NP"]="Nepal", ["NL"]="Netherlands", ["AN"]="Netherlands Antilles", ["NC"]="New Caledonia", ["NZ"]="New Zealand", ["NI"]="Nicaragua", ["NE"]="Niger", ["NG"]="Nigeria", ["NU"]="Niue", ["NI"]="Norfolk Island", ["KP"]="North Korea", ["MP"]="Northern Mariana Islands", ["NO"]="Norway", ["OM"]="Oman", ["PK"]="Pakistan", ["PW"]="Palau", ["PA"]="Panama", ["PG"]="Papua New Guinea", ["PY"]="Paraguay", ["PE"]="Peru", ["PH"]="Philippines", ["PN"]="Pitcairn Islands", ["PL"]="Poland", ["PT"]="Portugal", ["PR"]="Puerto Rico", ["QA"]="Qatar", ["CG"]="Republic of the Congo", ["RO"]="Romania", ["RU"]="Russia", ["RW"]="Rwanda", ["BL"]="Saint Barthelemy", ["SH"]="Saint Helena", ["KN"]="Saint Kitts and Nevis", ["LC"]="Saint Lucia", ["MF"]="Saint Martin", ["PM"]="Saint Pierre and Miquelon", ["VC"]="Saint Vincent and the Grenadines", ["WS"]="Samoa", ["SM"]="San Marino", ["ST"]="Sao Tome and Principe", ["SA"]="Saudi Arabia", ["SN"]="Senegal", ["RS"]="Serbia", ["SC"]="Seychelles", ["SL"]="Sierra Leone", ["SG"]="Singapore", ["SK"]="Slovakia", ["SI"]="Slovenia", ["SB"]="Solomon Islands", ["SO"]="Somalia", ["ZA"]="South Africa", ["KR"]="South Korea", ["ES"]="Spain", ["LK"]="Sri Lanka", ["SD"]="Sudan", ["SR"]="Suriname", ["SJ"]="Svalbard", ["SZ"]="Swaziland", ["SE"]="Sweden", ["CH"]="Switzerland", ["SY"]="Syria", ["TW"]="Taiwan", ["TJ"]="Tajikistan", ["TZ"]="Tanzania", ["TH"]="Thailand", ["TL"]="Timor-Leste", ["TG"]="Togo", ["TK"]="Tokelau", ["TO"]="Tonga", ["TT"]="Trinidad and Tobago", ["TN"]="Tunisia", ["TR"]="Turkey", ["TM"]="Turkmenistan", ["TC"]="Turks and Caicos Islands", ["TV"]="Tuvalu", ["UG"]="Uganda", ["UA"]="Ukraine", ["AE"]="United Arab Emirates", ["GB"]="United Kingdom", ["US"]="United States", ["UY"]="Uruguay", ["VI"]="US Virgin Islands", ["UZ"]="Uzbekistan", ["VU"]="Vanuatu", ["VE"]="Venezuela", ["VN"]="Vietnam", ["WF"]="Wallis and Futuna", ["WB"]="West Bank", ["EH"]="Western Sahara", ["YE"]="Yemen", ["ZM"]="Zambia", ["ZW"]="Zimbabwe" } function showHome () local quiterPlayerName = getPlayerName ( source ) local countryCode = exports["admin"]:getPlayerCountry(source) function quiterPlayer ( quitReason ) local quiterPlayerName = getPlayerName ( source ) setElementData(source,"Country",countryNames[countryCode]) outputChatBox("* " ..getPlayerName(source) .." from ".. tostring(countryNames[countryCode]) .." has left the game (" .. quitReason .. ")",getRootElement(),97,255,19) end Link to comment
myonlake Posted February 8, 2014 Share Posted February 8, 2014 (edited) Eh, you had two functions, one of them you didn't even end properly, and the function was totally unnecessary anyways. Also, getRootElement does not have to be initialized as a variable, because "root" is a pre-defined variable already. Try the following. Server-side local countryNames = { [ "AF" ] = "Afghanistan", [ "AS" ] = "American Samoa", [ "AU" ] = "Australia", [ "AO" ] = "Anqola", [ "AI" ] = "Anquilla", [ "AQ" ] = "Antarctica", [ "AG" ] = "Antigua and Barbuda", [ "AR" ] = "Argentina", [ "AM" ] = "Armenia", [ "AW" ] = "Aruba", [ "AT" ] = "Austria", [ "AZ" ] = "Azerbaijan", [ "BS" ] = "Bahamas", [ "BH" ] = "Bahrain", [ "BD" ] = "Bangladesh", [ "BB" ] = "Barbados", [ "BY" ] = "Belarus", [ "BE" ] = "Belgium", [ "BZ" ] = "Belize", [ "BJ" ] = "Benin", [ "BM" ] = "Bermuda", [ "BT" ] = "Bhutan", [ "BO" ] = "Bolivia", [ "BA" ] = "Bosnia", [ "BH" ] = "Herzegovina", [ "BW" ] = "Botswana", [ "BR" ] = "Brazil", [ "IO" ] = "British Indian Ocean Territory", [ "VG" ] = "British Virgin Islands", [ "BN" ] = "Brunei", [ "BG" ] = "Bulgaria", [ "BF" ] = "Burkina Faso", [ "MM" ] = "Burma (Myanmar)", [ "BI" ] = "Burundi", [ "KH" ] = "Cambodia", [ "CM" ] = "Cameroon", [ "CA" ] = "Canada", [ "CV" ] = "Cape Verde", [ "KY" ] = "Cayman Islands", [ "CF" ] = "Central African Republic", [ "TD" ] = "Chad", [ "CL" ] = "Chile", [ "CN" ] = "China", [ "CX" ] = "Christmas Island", [ "CC" ] = "Cocos (Keeling) Islands", [ "CO" ] = "Colombia", [ "KM" ] = "Comoros", [ "CK" ] = "Cook Islands", [ "CR" ] = "Costa Rica", [ "HR" ] = "Croatia", [ "CU" ] = "Cuba", [ "CY" ] = "Cyprus", [ "CZ" ] = "Czech Republic", [ "CD" ] = "Democratic Republic of the Congo", [ "DK" ] = "Denmark", [ "DJ" ] = "Djibouti", [ "DM" ] = "Dominica", [ "DO" ] = "Dominican Republic", [ "EC" ] = "Ecuador", [ "SV" ] = "El Salvador", [ "GQ" ] = "Equatorial Guinea", [ "ER" ] = "Eritrea", [ "EE" ] = "Estonia", [ "ET" ] = "Ethiopia", [ "FK" ] = "Falkland Islands", [ "FO" ] = "Faroe Islands", [ "FJ" ] = "Fiji", [ "FI" ] = "Finland", [ "FR" ] = "France", [ "PF" ] = "French Polynesia", [ "GA" ] = "Gabon", [ "GM" ] = "Gambia", [ "GE" ] = "Georgia", [ "DE" ] = "Germany", [ "GH" ] = "Ghana", [ "GI" ] = "Gibraltar", [ "GR" ] = "Greece", [ "GL" ] = "Greenland", [ "GD" ] = "Grenada", [ "GU" ] = "Guam", [ "GT" ] = "Guatemala", [ "GN" ] = "Guinea", [ "GW" ] = "Guinea-Bissau", [ "GY" ] = "Guyana", [ "HT" ] = "Haiti", [ "VA" ] = "Holy See (Vatican City)", [ "HN" ] = "Honduras", [ "HK" ] = "Hong Kong", [ "HU" ] = "Hungary", [ "IS" ] = "Iceland", [ "IN" ] = "India", [ "ID" ] = "Indonesia", [ "IR" ] = "Iran", [ "IQ" ] = "Iraq", [ "IE" ] = "Ireland", [ "IM" ] = "Isle of Man", [ "IL" ] = "Israel", [ "IT" ] = "Italy", [ "CI" ] = "Ivory Coast", [ "JM" ] = "Jamaica", [ "JP" ] = "Japan", [ "JE" ] = "Jersey", [ "JO" ] = "Jordan", [ "KZ" ] = "Kazakhstan", [ "KE" ] = "Kenya", [ "KI" ] = "Kiribati", [ "KO" ] = "Kosovo", [ "KW" ] = "Kuwait", [ "KG" ] = "Kyrgyzstan", [ "LA" ] = "Laos", [ "LV" ] = "Latvia", [ "LB" ] = "Lebanon", [ "LS" ] = "Lesotho", [ "LR" ] = "Liberia", [ "LY" ] = "Libya", [ "LI" ] = "Liechtenstein", [ "LT" ] = "Lithuania", [ "LU" ] = "Luxembourg", [ "MO" ] = "Macau", [ "MK" ] = "Macedonia", [ "MG" ] = "Madagascar", [ "MW" ] = "Malawi", [ "MY" ] = "Malaysia", [ "MV" ] = "Maldives", [ "ML" ] = "Mali", [ "MT" ] = "Malta", [ "MH" ] = "Marshall Islands", [ "MR" ] = "Mauritania", [ "MU" ] = "Mauritius", [ "YT" ] = "Mayotte", [ "MX" ] = "Mexico", [ "FM" ] = "Micronesia", [ "MD" ] = "Moldova", [ "MC" ] = "Monaco", [ "MN" ] = "Mongolia", [ "ME" ] = "Montenegro", [ "MS" ] = "Montserrat", [ "MA" ] = "Morocco", [ "MZ" ] = "Mozambique", [ "NA" ] = "Namibia", [ "NR" ] = "Nauru", [ "NP" ] = "Nepal", [ "NL" ] = "Netherlands", [ "AN" ] = "Netherlands Antilles", [ "NC" ] = "New Caledonia", [ "NZ" ] = "New Zealand", [ "NI" ] = "Nicaragua", [ "NE" ] = "Niger", [ "NG" ] = "Nigeria", [ "NU" ] = "Niue", [ "NI" ] = "Norfolk Island", [ "KP" ] = "North Korea", [ "MP" ] = "Northern Mariana Islands", [ "NO" ] = "Norway", [ "OM" ] = "Oman", [ "PK" ] = "Pakistan", [ "PW" ] = "Palau", [ "PA" ] = "Panama", [ "PG" ] = "Papua New Guinea", [ "PY" ] = "Paraguay", [ "PE" ] = "Peru", [ "PH" ] = "Philippines", [ "PN" ] = "Pitcairn Islands", [ "PL" ] = "Poland", [ "PT" ] = "Portugal", [ "PR" ] = "Puerto Rico", [ "QA" ] = "Qatar", [ "CG" ] = "Republic of the Congo", [ "RO" ] = "Romania", [ "RU" ] = "Russia", [ "RW" ] = "Rwanda", [ "BL" ] = "Saint Barthelemy", [ "SH" ] = "Saint Helena", [ "KN" ] = "Saint Kitts and Nevis", [ "LC" ] = "Saint Lucia", [ "MF" ] = "Saint Martin", [ "PM" ] = "Saint Pierre and Miquelon", [ "VC" ] = "Saint Vincent and the Grenadines", [ "WS" ] = "Samoa", [ "SM" ] = "San Marino", [ "ST" ] = "Sao Tome and Principe", [ "SA" ] = "Saudi Arabia", [ "SN" ] = "Senegal", [ "RS" ] = "Serbia", [ "SC" ] = "Seychelles", [ "SL" ] = "Sierra Leone", [ "SG" ] = "Singapore", [ "SK" ] = "Slovakia", [ "SI" ] = "Slovenia", [ "SB" ] = "Solomon Islands", [ "SO" ] = "Somalia", [ "ZA" ] = "South Africa", [ "KR" ] = "South Korea", [ "ES" ] = "Spain", [ "LK" ] = "Sri Lanka", [ "SD" ] = "Sudan", [ "SR" ] = "Suriname", [ "SJ" ] = "Svalbard", [ "SZ" ] = "Swaziland", [ "SE" ] = "Sweden", [ "CH" ] = "Switzerland", [ "SY" ] = "Syria", [ "TW" ] = "Taiwan", [ "TJ" ] = "Tajikistan", [ "TZ" ] = "Tanzania", [ "TH" ] = "Thailand", [ "TL" ] = "Timor-Leste", [ "TG" ] = "Togo", [ "TK" ] = "Tokelau", [ "TO" ] = "Tonga", [ "TT" ] = "Trinidad and Tobago", [ "TN" ] = "Tunisia", [ "TR" ] = "Turkey", [ "TM" ] = "Turkmenistan", [ "TC" ] = "Turks and Caicos Islands", [ "TV" ] = "Tuvalu", [ "UG" ] = "Uganda", [ "UA" ] = "Ukraine", [ "AE" ] = "United Arab Emirates", [ "GB" ] = "United Kingdom", [ "US" ] = "United States", [ "UY" ] = "Uruguay", [ "VI" ] = "US Virgin Islands", [ "UZ" ] = "Uzbekistan", [ "VU" ] = "Vanuatu", [ "VE" ] = "Venezuela", [ "VN" ] = "Vietnam", [ "WF" ] = "Wallis and Futuna", [ "WB" ] = "West Bank", [ "EH" ] = "Western Sahara", [ "YE" ] = "Yemen", [ "ZM" ] = "Zambia", [ "ZW" ] = "Zimbabwe" } addEventHandler( "onPlayerQuit", root, function( ) outputChatBox( "* " .. getPlayerName( source ) .. " from " .. tostring( countryNames[ exports.admin:getPlayerCountry( source ) ] ) .. " has left the game (" .. quitReason .. ")", root, 97, 255, 19, false ) end ) Edited February 8, 2014 by Guest Link to comment
WASSIm. Posted February 8, 2014 Share Posted February 8, 2014 addEventHandler( "onPlayerQuit", root, function(quitReason) outputChatBox( "* " .. getPlayerName( source ) .. " from " .. tostring( countryNames[ exports.admin:getPlayerCountry( source ) ] ) .. " has left the game (" .. quitReason .. ")", root, 97, 255, 19, false ) end ) Link to comment
downight Posted February 8, 2014 Author Share Posted February 8, 2014 Thank you, myonlake and WASSIm. whose code is working THANKS GUYS Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now