Advertisement
KingOfVC

[UPDATE] Skylarks CnR language file

Nov 4th, 2016
1,108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 18.52 KB | None | 0 0
  1. /*
  2.  
  3.     EXAMPLE TO ADD YOUR OWN LANGAUGE:
  4.     xx = [ "language", "your_new_lang_here" ]
  5.    
  6.     NOTE:
  7.     You must keep the '%s' and hex codes just like english string
  8.    
  9. */
  10.  
  11. Lang <- {
  12.  
  13.     // onPlayerJoin
  14.     JoinAll = [ "[#ffffff]%s [#00cc99]joined the server from [#ffffff]%s." ],
  15.    
  16.     // onPlayerRequestSpawn
  17.     Cop250Skill = [ "You need at lease [#ffffff]250 copskill [#e60000]to with this spawn."],
  18.     Cop500Skill = [ "You need at lease [#ffffff]500 copskill [#e60000]to with this spawn."],
  19.     WantedCop = [ "You cant spawn with this skin." ],
  20.    
  21.     // onPlayerPart
  22.     PartAll = [ "[#ffffff]%s [#009933]has [#ffffff]%s" ],
  23.  
  24.     // onPlayerDeath
  25.     DeathAll = [ "[#ffffff]%s has died. Possible cause [#ffffff]%s" ],
  26.    
  27.     // onPlayerKill / onPlayerTeamKill
  28.     KillAll = [ "[#ffffff]%s killed [#ffffff]%s with [#ffffff]%s" ],
  29.    
  30.     // onPlayerChat
  31.     MutedCantChat = [ "You cannot talk because you are muted!" ],
  32.    
  33.     // onPlayerCommand
  34.     InvalidCmd = [ "Unknown command. Use /help" ],
  35.     Stats = [ "Your stats" ]
  36.     Stats1 = [ "Position [#ffffff]%s [#009933]XP [#ffffff]%s [#009933]Wantedlevel [#ffffff]%s [#009933]Copskill [#ffffff]%s" ],
  37.     StatsGang = [ "Gang [#ffffff]%s" ],
  38.     CashInHad = [ "You have [#ffffff]$%s [#009933]in hand." ],
  39.     BankInHad = [ "You have [#ffffff]$%s [#009933]in bank." ],
  40.     BankNo = [ "You dont have bank account." ],
  41.     SurNotInSphere = [ "You need to be inside VCPD sphere." ],
  42.     CashDropped = [ "You dropped [#ffffff]$%s [#009933]on the floor." ],
  43.     DropNotEnoughCash = [ "You dont have enough cash." ],
  44.     DropCashSyntax = [ "Syntax, /dropcash [amount]" ],
  45.    
  46.     HelpCmd = [ "(/) gencmds, playercmds, jobhelp, vehiclecmds, rpcmds, gangcmds, propcmds " ]
  47.        
  48.     PropHelp = [ "(/) buyprop, property, collect, setpropmsg" ]
  49.    
  50.     GenHelp = [ "(/) irc, server, credits, forum, admins" ]
  51.  
  52.     IRCLink = [ "#cnr @ irc.liberty-unleashed.co.uk" ]
  53.     ServerInfo = [ "[#ffffff]Skylarks Cops and Robbers [#009933]Version [#ffffff]v1.0" ]
  54.     ServerCredits = [ "Server is scripted by [#ffffff][VU_T]kiki" ]
  55.     ForumURL = [ "http://ktb.vcmp.co.uk" ]
  56.    
  57.     PHelp = [ "(/) cash, bank, items, stats, sur, paycaution, dropcash, dropwep, breakcuff" ]
  58.  
  59.     VehHelp = [ "(/) car, parkcar, mycars" ]
  60.  
  61.     JobHelp = [ "(/) cophelp, crimecmds, medichelp" ]
  62.    
  63.     HouseHelp = [ "(/) house, buyhouse, setwelcomemessage, sharehouse, delsharehouse, sethousepass, storewep, viewstorage, getwep" ]
  64.    
  65.     GangHelp = [ "(/) creategang, ganginfo, setgangcar, setganghouse, getgangcar, ganginvite, gangaccept, gangreject, gangkick, leavegang, storegangcash, getgangcash, changegangname, listgang" ]
  66.  
  67.     CopHelp = [ "Arrest any nearest criminal by pressing RIGHT CLICK, and then take him/her to nearest police station(big sphere)." ]
  68.     CopHelp1 = [ "Commands: (/) wanted, sus, unsus, r" ]
  69.    
  70.     Medhelp = [ "Heal any player and earn cash by using right click." ]
  71.     Medhelp1 = [ "Commands: /r " ]
  72.  
  73.     RPCmd = [ "(/) 911, ad, me, sms" ]
  74.    
  75.     // PlayerRob
  76.     RobFail = [ "Robbery failed. Someone has robbed this place, please try again later." ]
  77.     RobWait = [ "Please do not move while robbing." ]
  78.     RobSucess = [ "[#ffffff]%s [#ff3399]has robbed [#ffffff]$%s [#ff3399]from [#ffffff]%s." ]
  79.     RobAll = [ "[#ffffff]%s [#ff3399]has robbed [#ffffff]$%s [#ff3399]from [#ffffff]%s." ]
  80.    
  81.     // GetItemByList
  82.     NoItem = [ "You got no item." ]
  83.     Item = [ "[#ffffff]%s [#009933]Amount [#ffffff]%s" ]
  84.     Item1 = [ "[#ffffff]%s, [#ffffff]%s [#009933]Amount [#ffffff]%s" ]
  85.    
  86.     // HandleSpawn
  87.     F4 = [ "You can press [#ffffff]F4 [#00cc99]key to disable auto spawn." ]
  88.    
  89.     // RightHeal
  90.     HealWithCash = [ "You healed [#ffffff]%s [#009933]and earned [#ffffff]$10." ]
  91.     Heal = [ "You healed [#ffffff]%s." ]
  92.     HealPlr = [ "You has been healed by [#ffffff]%s." ]
  93.     HealNotAround = [ "You need near at injured player." ]
  94.    
  95.     // onMedicCmd
  96.     NotCopORMedic = [ "You must be part of cop or medic to use this command." ]
  97.     RadioSyntax = [ "Syntax, /r [text]" ]
  98.     PoliceR = [ "[Police Radio] [#ffffff]%s: [#ffffff]%s" ]
  99.     MedicR = [ "[Medic Radio] [#ffffff]%s: [#ffffff]%s" ]
  100.    
  101.     NotSpawn = [ "You must be spawned to use this command." ]
  102.     Syntax911 = [ "Syntax, /911 [text]" ]
  103.     Call911 = [ "[#ffffff]%s [#00cc99]is calling 911 in [#ffffff]%s" ]
  104.     Call9111 = [ "For reason [#ffffff]%s" ]
  105.     Call9112 = [ "Emergency team has been notified." ]
  106.    
  107.     // EnterToHeal
  108.     FullHeal = [ "Your health is already full, you don't need to heal." ]
  109.     HealWait = [ "Healing, please wait" ]
  110.    
  111.     // Heal
  112.     NoMoney = [ "You need [#ffffff]$%s [#e60000]to heal." ]
  113.     FullyHealed = [ "You are fully healed." ]
  114.    
  115.     // onPickupPickedUp
  116.     HouseForSale = [ "This house is for sale for [#ffffff]$%s" ]
  117.     HouseWelcomeMessage = [ "House: [#ffffff]%s" ]
  118.     CashPickup = [ "You are picked [#ffffff]$%s, [#009933]Dropped by [#ffffff]%s." ]
  119.     WeaponPickup = [ "You are picked [#ffffff]%s, [#009933]Dropped by [#ffffff]%s." ]
  120.     BankPickup = [ "You are picked [#ffffff]$%s, [#ff3399]Total [#ffffff]$%s" ]
  121.     NotEnoughHouse = [ "You need [#ffffff]$%s [#e60000]to buy this house." ]
  122.     HouseBrough = [ "You successfully brough this house." ]
  123.    
  124.     // CheckArea
  125.     NotInVault = [ "Get back to the vault!" ]
  126.     PropWel = [ "Property: [#ffffff]%s" ]
  127.     RobReward = [ "You got $[#ffffff]%s [#009933]from vault."]
  128.    
  129.     // onBizz
  130.     NotInProperty = [ "You need to be inside property to use this command." ]
  131.     PropNotForSale = [ "This property is not for sale." ]
  132.     PropNotEnoughCash = [ "You need [#ffffff]$%s [#e60000]to [#e60000]buy this property." ]
  133.     PropForSale = [ "This property is for sale for [#ffffff]$%s."]
  134.     PropInfo = [ "Property ID [#ffffff]%s [#e6e600]Type [#ffffff]%s" ]
  135.     PropHelp1 = [ "Owner [#ffffff]%s [#e6e600]Income [#ffffff]%s" ]
  136.     PropHelp2 = [ "Welcome message [#ffffff]%s" ]
  137.     PropNotOwner = [ "You are not this property owner." ]
  138.     NotIncome = [ "Nothing to collect." ]
  139.     SetMsgPropSyntax = [ "Syntax, /setpropmsg [text]" ]
  140.     SetMsgProp = [ "You changed property welcome message to [#ffffff]%s."]
  141.     CollectIncome = [ "You are collected [#ffffff]$%s [#009933]from your property." ]
  142.    
  143.     // BuyProp
  144.     BuyProp = [ "You are brought business [#ffffff]%s "]
  145.     BuyProp1 = [ "Type /prophelp to learn more about property." ]
  146.    
  147.     // onCheckpointExited
  148.     RobFailMove = [ "Robbery failed because you move." ]
  149.    
  150.     // BuyVehicle
  151.     VehicleNotEnoughCash = [ "You need [#ffffff]$%s [#e60000]to buy this vehicle." ]
  152.     VehicleBuyed = [ "You are brought [#ffffff]%s." ]
  153.    
  154.     // onVehicleCommand
  155.     SucessPark = [ "Sucessfully parked your vehicle." ]
  156.     NotOwner = [ "You are not owner of this vehicle." ]
  157.     NotInVehicle = [ "You are not in vehicle." ]
  158.     VehicleInfo = [ "Vehicle [#ffffff]%s [#009933]Owner [#ffffff]%s" ]
  159.     MyVehicle = [ "[#ffffff]%s, [#009933]Vehicle [#ffffff]%s [#009933]ID [#ffffff]%s" ]
  160.     MyVehicle1 = [ "[#009933]Vehicle [#ffffff]%s [#009933]ID [#ffffff]%s" ]
  161.     MyVehicle3 = [ "Your vehicle: %s" ]
  162.     MyVehicleNoVehicle = [ "You don't own any vehicle." ]
  163.     CantEnterCopCar = [ "You need to be cop to enter this car." ]
  164.    
  165.     // RightCuff
  166.     CuffTakeFirst = [ "Take [#ffffff]%s [#3366ff]to nearest police station first." ]
  167.     CuffSucess = [ "You cuffed [#ffffff]%s, [#009933]take him/her to nearest police station. (RED SPHERE) " ]
  168.     CuffSucessCrime = [ "You has been cuffed.You can break the cuff by using /breakcuff ." ]
  169.     CuffNoNear = [ "You need near at wanted player." ]
  170.    
  171.     // FindCuffedPlayer
  172.     Uncuff = [ "You had been uncuffed." ]
  173.    
  174.     // FindCuffPlayer
  175.     CuffFail = [ "Cuff failed, [#ffffff]%s [#3366ff]left the server." ]
  176.    
  177.     // Jail
  178.     UnjailAll = [ "[#ffffff]%s [#3366ff]has been release from jail." ]
  179.    
  180.     // ArrestSphere
  181.     JailPlr = [ "[#ffffff]%s [#3366ff]has been jailed for [#ffffff]%s, [#3366ff]after being arrested by [#ffffff]%s" ]
  182.    
  183.     // HandleCopReward
  184.     JailReward = [ "You jailed [#ffffff]%s [#009933]and got [#ffffff]$%s [#009933]and [#ffffff]%s copskill." ]
  185.    
  186.     // Sur
  187.     NoWanted = [ "You dont have any wanted level." ]
  188.     SurJail = [ "[#ffffff]%s [#3366ff]has been jailed for [#ffffff]%s, [#3366ff]after surrendering." ]
  189.    
  190.     // JailSpawn
  191.     JailSpawn = [ "[#ffffff]%s [#3366ff]has been jailed for [#ffffff]%s." ]
  192.    
  193.     // onCopCommand
  194.     NotACop = [ "You need to be a cop to use this command." ]
  195.    
  196.     SusSyntax = [ "Syntax, /sur [player] [reason]" ]
  197.     UnknownPlr = [ "Unknown player." ]
  198.     PlrNotSpawned = [ "This player is not spawned." ]
  199.     CantSusJailedPlr = [ "You cant suspect jailed player." ]
  200.     CantSusPlr = [ "You cant suspect that player." ]
  201.     SusSucess = [ "[#ffffff]%s [#3366ff]has suspected [#ffffff]%s [#3366ff]Reason [#ffffff]%s" ]
  202.    
  203.     UnSusSyntax = [ "Syntax, /unsus [player] [reason]" ]
  204.     UnSusSucess = [ "[#ffffff]%s [#3366ff]has unsus [#ffffff]%s [#3366ff]Reason [#ffffff]%s" ]
  205.     CantUnsusPlr = [ "You cant unsus that player." ]
  206.    
  207.     PayCauNeedCash = [ "You need [#ffffff]%s [#e60000]to use this command." ]
  208.     PayCauNotJailed = [ "You are not jailed." ]
  209.     PayCauRel = [ "[#ffffff]%s [#3366ff]has been release from jail." ]
  210.    
  211.     WantedList = [ "[#ffffff]%s, [#009933]Player [#ffffff]%s [#009933]Wantedlevel [#ffffff]%s" ]
  212.     WantedList1 = [ "[#009933]Player [#ffffff]%s [#009933]Wantedlevel [#ffffff]%s" ]
  213.     WantedList2 = [ "Wanted player online: [#ffffff]%s" ]
  214.     WantedNoWanted = [ "No online wanted player."]
  215.    
  216.     // ReFillVCPD
  217.     RefillVCPD = [ "Refilled." ]
  218.    
  219.     // onHouseCommand
  220.     NotInHouse = [ "You need to be inside house." ]
  221.     HouseNotForSale = [ "This house is not sale." ]
  222.    
  223.     SpawnHouseSyntax = [ "Syntax, /spawnhouse [on/off]" ]
  224.     NotOwnerShared = [ "You are not owner or shared." ]
  225.     SpawnHouseAlreadyOn = [ "House spawn already enable." ]
  226.     SpawnHouseAlreadyOff = [ "House spawn already disable." ]
  227.     SpawnHouseOn = [ "You enabled spawn house." ]
  228.     SpawnHouseOff = [ "You disable spawn house." ]
  229.    
  230.     HouseInfo = [ "Owner [#ffffff]%s [#e6e600]Share [#ffffff]%s" ]
  231.     HouseInfo1 = [ "Password [#ffffff]%s" ]
  232.     HouseInfo2 = [ "Welcome message [#ffffff]%s" ]
  233.     HouseType = [ "House type: [#ffffff]%s" ]
  234.    
  235.     HWelSyntax = [ "Syntax, /setwelcomemessage [text]" ]
  236.     HWelSucess = [ "You set your welcome message to [#ffffff]%s." ]
  237.    
  238.     ShareHouseSyntax = [ "Syntax, /sharehouse [player]" ]
  239.     ShareHouseAlreadyShared = [ "You already shared your house to this player." ]
  240.     HouseNotOwner = [ "You are not owner." ]
  241.     HouseShare = [ "You are shared your house [#ffffff]%s [#009933]to [#ffffff]%s." ]
  242.     HouseShare1 = [ "[#ffffff]%s [#e6e600]has shared his/her house [#ffffff]%s to you." ]
  243.    
  244.     DelShareSyntax = [ "Syntax, /delsharehouse [player] " ]
  245.     DelShareNotInShareList = [ "This player is not in house share list." ]
  246.     DelShareSucess = [ "You delshare your house [#ffffff]%s [#009933]to [#ffffff]%s." ]
  247.     DelShareSucess1 = [ "[#ffffff]%s [#e6e600]has delshared his/her house [#ffffff]%s to you." ]
  248.    
  249.     SetHPassSyntax = [ "Syntax, /sethousepass [password]" ]
  250.     SetHPassSucess = [ "You changed your house password to [#ffffff]%s." ]
  251.    
  252.     WepStorage = [ "[#ffffff]%s, [#009933]Weapon [#ffffff]%s [#009933]Ammo [#ffffff]%s" ]
  253.     WepStorage1 = [ "[#009933]Weapon [#ffffff]%s [#009933]Ammo [#ffffff]%s"]
  254.     WepStorage3 = [ "Weapon storage: %s" ]
  255.     WepStorageNo = [ "You dont have any weapon in storage." ]
  256.    
  257.     StorewepSyntax = [ "Syntax, /storewep [ammo]" ]
  258.     StorewepUnarmed = [ "You cant store this weapon." ]
  259.     StorewepNoAmmo = [ "You dont have enough ammo." ]
  260.     StorewepNoNum = [ "Ammo must be in number." ]
  261.     StorewepSucess = [ "You are stored weapon [#ffffff]%s [#009933]with ammo [#ffffff]%s [#009933]into storage." ]
  262.    
  263.     GetwepSyntax = [ "Syntax, /getwep [weapon] [ammo]" ]
  264.     GetwepInvalidAmmo = [ "You dont have enough ammo in your storage." ]
  265.     GetwepInvalidAmmo = [ "Invalid ammo. " ]
  266.     GetwepNotExist = [ "This weapon is not exist in storage." ]
  267.     GetwepSucess = [ "You got weapon [#ffffff]%s [#009933]with ammo [#ffffff]%s from your storage." ]
  268.    
  269.     // BuyHouse
  270.     BuyhouseNotEnoughCash = [ "You need [#ffffff]%s [#e60000]to buy this house." ]
  271.     BuyHouse = [ "You are brought house [#ffffff]%s" ]
  272.     BuyHouse1 = [ "Type /househelp to learn more about house system." ]
  273.    
  274.     // CheckHousePass
  275.     WrongHPass = [ "Wrong house password." ]
  276.     ChangeHPass = [ "You changed your house password to [#ffffff]%s." ]
  277.    
  278.     // Class: Player
  279.     AutoLogged = [ "You were auto logged." ]
  280.     LoggedAs = [ "%s [#00cc99]has logged as [#ffffff]%s" ]
  281.     AutoLoggedAs = [ "%s [#00cc99]has auto logged as [#ffffff]%s" ]
  282.     Register = [ "You are registered." ]
  283.     Logged = [ "You are logged." ]
  284.    
  285.     // CreateBankAccount
  286.     BankCreated = [ "Successfully created bank account!" ]
  287.     BankCantCreate = [ "You need [#ffffff]$1000 [#e60000]to create a bank account." ]
  288.    
  289.     // ProcessBank
  290.     CashNotInNum = [ "Amount be be in number." ]
  291.     CashNotEnough = [ "You dont have enough cash." ]
  292.     CashDeposit = [ "You are deposited [#ffffff]$%s [#009933]Balance [#ffffff]$%s." ]
  293.    
  294.     BankNotEnough = [ "You dont have enough bank cash to withdraw." ]
  295.     BankWithdraw = [ "You are withdrew [#ffffff]$%s [#009933]Balance $[#ffffff]$%s" ]
  296.    
  297.     // BuyWeapon
  298.     WepNotEnoughCash = [ "You need [#ffffff]$%s [#e60000]to buy this weapon." ]
  299.     BombNotEnoughXP = [ "You need at lease [#ffffff]200 XP [#e60000]to buy this bomb." ]
  300.     BuyBomb = [ "You are brought Bomb." ]
  301.     BuyWep = [ "You are brought [#ffffff]%s." ]
  302.  
  303.     // onPlayerCmd
  304.     WepCantDrop = [ "You cant drop this weapon." ]
  305.     WepDropSyntax = [ "Syntax, /dropwep [ammo]" ]
  306.     WepDropDuty = [ "You cannot drop any weapon while on cop duty." ]
  307.     WepDropNoAmmo = [ "You dont have enough ammo." ]
  308.     WepDrop = [ "You dropped weapon [#ffffff]%s [#009933]with ammo [#ffffff]%s [#009933]on the ground." ]
  309.    
  310.     AdNeedCash = [ "You need $500 to use this command." ]
  311.     AdSyntax = [ "Syntax, /ad [text]" ]
  312.     Ad = [ "[#ffffff]%s, [#00cc99]Contract [#ffffff]%s" ]
  313.    
  314.     MeNeedCash = [ "You need $100 to use this command." ]
  315.     MeSyntax = [ "Syntax, /me [text]" ]
  316.    
  317.     SmsNeedCash = [ "You need $10 to use this command." ]
  318.     SmsSyntax = [ "Syntax, /sms [player] [text]" ]
  319.     SmsTo = [ "Sending message to [#ffffff]%s [#009933]with text [#ffffff]%s" ]
  320.     SmsRev = [ "Recving message from [#ffffff]%s [#00cc99]with text [#ffffff]%s" ]
  321.     PlrNeedSpawn = [ "This player need to be spawned." ]
  322.    
  323.     PlantbombNeedVault = [ "You need to at bank vault to plant bomb." ]
  324.     NoBomb = [ "You dont have any bomb." ]
  325.     BankRobInProcess = [ "Robbery in process, please try again later." ]
  326.     BankRobWait = [ "Please wait [#ffffff]%s [#e60000]before you can crack the vault door." ]
  327.     Plantbomb = [ "Planting a bomb. Do not leave the vault." ]
  328.    
  329.     ItemsS = [ "Your item: [#ffffff]%s" ]
  330.    
  331.     NoAdminOnline = [ "No admin online." ]
  332.     AdminOnline = [ "Admin online: " ]
  333.    
  334.    
  335.     // ExplodeVault
  336.     BanrobFail = [ "Robbery failed, you are not in vault." ]
  337.     Banrob = [ "[#ffffff]%s [#ff3399]has cracked the vault door." ]
  338.  
  339.     // F4
  340.     F4Dis = [ "You disable auto spawn." ]
  341.     F4Ena = [ "You enable auto spawn."]
  342.    
  343.     // onGange
  344.     AlreadyGang = [ "You already in a gang." ]
  345.     CopNotAllow = [ "Cop cannot use this command." ]
  346.     GangNieExist = [ "This gang does not exist." ]
  347.     NotGangLeader = [ "You are not gang leader." ]
  348.     NotInGang = [ "You are not in any gang." ]
  349.     GangAlreadyExist = [ "This gang already exist." ]
  350.    
  351.     NeedCashToGang = [ "You need [#ffffff]$50000 [#e60000]to create a gang." ]
  352.     CreategangSyntax = [ "Syntax, /creategang [gangname]" ]
  353.     Creategang = [ "Sucessfully founded gang [#ffffff]%s (gangtag: %s), [#009933]use /ganghelp for more information." ]
  354.    
  355.     SetgangircSyntax = [ "Syntax, /setgangirc [irc channel]" ]
  356.     SetgangircUsed = [ "This channel already used by other gang." ]
  357.     Setgangirc = [ "You has set [#ffffff]%s [#009933]as irc echo. Type !verifygang to comfirm your gang irc. NOTE: You must be channel owner to use this command." ]
  358.    
  359.     GanginfoSyntax = [ "Syntax, /ganginfo [gang tag]" ]
  360.     GanginfoInvalidGangTag = [ "Invalid gang tag." ]
  361.     Ganginfo = [ "Gang tag [#ffffff]%s [#93a5c1]Name [#ffffff]%s" ]
  362.     Ganginfo1 = [ "Leader[#ffffff] %s [#93a5c1]Members [#ffffff]%s" ]
  363.     Ganginfo2 = [ "Gang cash [#ffffff]$%s [#93a5c1]Skin [#ffffff]%s" ]
  364.    
  365.     GanginviteSyntax = [ "Syntax, /ganginvite [player]" ]
  366.     GanginviteNotLogged = [ "This player is not logged." ]
  367.     GanginviteAlreadyIngang = [ "This player already in a gang." ]
  368.     GanginvitePending = [ "This player already have pending gang request." ]
  369.     Ganginvite = [ "You are invite %s [#009933]to your gang." ]
  370.     Ganginvite1 = [ "%s [#93a5c1]are invite you to gang [#ffffff]%s" ]
  371.     Ganginvite2 = [ "Type /gangaccept to join OR /gangreject to deny request." ]
  372.    
  373.     GangNotPending = [ "You dont have any pending request." ]
  374.    
  375.     GangJoin = [ "%s joined the gang." ]
  376.     GangReject = [ "%s has rejected the gang join request." ]
  377.    
  378.     GangkickSyntax = [ "Syntax, /gangkick [player]" ]
  379.     GangkickSelf = [ "You cannot kick yourself." ]
  380.     GangkickNonGangMember = [ "This player is not gang member." ]
  381.     Gangkick = [ "Leader %s [#93a5c1]has kicked [#ffffff]%s [#93a5c1]from gang." ]
  382.    
  383.     GangHouse = [ "%s [#93a5c1]has set [#ffffff]%s [#93a5c1]as gang house." ]
  384.    
  385.     NotAGangHouse = [ "This is not a gang house." ]
  386.     StoregangcashSyntax = [ "Syntax, /storegangcash [amount]" ]
  387.     Storegangcash = [ "%s [#93a5c1]has stored [#ffffff]$%s [#93a5c1]into gang house." ]
  388.    
  389.     GetgangcashSyntax = [ "Syntax, /getgangcash [amount]" ]
  390.     Getgangcash = [ "%s [#93a5c1]has withdraw [#ffffff]$%s [#93a5c1]from gang house." ]
  391.    
  392.     SetgangskinSyntax = [ "Syntax, /setgangskin [id]" ]
  393.     SetgangskinNoNum = [ "Skin id must be in number." ]
  394.     SetgangskinInvalid = [ "Skin id must between 1 and 150." ]
  395.     Setgangskin = [ "Leader %s [#93a5c1]has set skin id [#ffffff]%s [#93a5c1]as gang skin." ]
  396.    
  397.     SetgangcarSyntax = [ "Syntax, /setgangcar [1/2]" ]
  398.     SetgangcarSlotNoNum = [ "Slot must be in number." ]
  399.     Setgangcar = [ "Leader [#ffffff]%s [#93a5c1]has set vehicle [#ffffff]%s [#93a5c1]as gang vehicle." ]
  400.     Setgangcar1 = [ "Leader [#ffffff]%s [#93a5c1]has set vehicle [#ffffff]%s [#93a5c1]as second gang vehicle."]
  401.    
  402.     GetgangcarInsideCar = [ "You cannot use this commands while in vehicle." ]
  403.     GetgangcarSlotNotAva = [ "Ask gang leader to set gang vehicle." ]
  404.     GetgangcarSyntax = [ "Syntax, /getgangcar [1/2]" ]
  405.     GetgangcarSlotNotAva1 = [ "Ask gang leader to set second gang vehicle." ]
  406.    
  407.     LeavegangLeader = [ "Leader are not allow to leave gang." ]
  408.     Leavegang = [ "%s [#93a5c1]has left the gang." ]
  409.    
  410.     Listgang = [ "List of gang" ]
  411.     Listgang1 = [ "Gang tag [#ffffff]%s [#93a5c1]Name [#ffffff]%s [#93a5c1]Leader [#ffffff]%s" ]
  412.     EndGanglist = [ "End of gang list." ]
  413.    
  414.     ChangegangnameSyntax = [ "Syntax, /changegangname [text]" ]
  415.     Changegangname = [ "Leader [#ffffff]%s [#93a5c1]has change gang name to [#ffffff]%s." ]
  416.    
  417.     // GangHelp
  418.     GangNeedHelp = [ "%s [#93a5c1]need help at [#ffffff]%s [#93a5c1]Distance [#ffffff]%s" ]
  419.    
  420.     GangChat = [ "Gang chat: %s: [#ffffff]%s"]
  421.    
  422.     // Event
  423.     StartMilitary = [ "The military has loaded some military equipment into truck in Vice Port."]
  424.     AccWrongPass = [ "Wrong password." ]
  425.     CopToBase = [ "Drive this truck to military base." ]
  426.     ToLockup = [ "Drive this truck to colonel lockup, Little Haiti." ]
  427.    
  428.    
  429.    
  430.    
  431. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement