Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.94 KB | None | 0 0
  1. "Phrases"
  2. {
  3. "Inform about plugin"
  4. {
  5. // 1: Running SM:RPG plugin version (e.g. 1.0)
  6. "#format" "{1:s}"
  7. "en" "This server is running SM:RPG v{1}."
  8. }
  9.  
  10. "Advertise rpgmenu command"
  11. {
  12. "en" "{G}Type \"{N}rpgmenu{G}\" to bring up your options."
  13. }
  14.  
  15. "Client level changed"
  16. {
  17. // 1: Name of the client which level has changed.
  18. // 2: New rpg level of the client
  19. "#format" "{1:N},{2:d}"
  20. "en" "{1} is now level {2}."
  21. }
  22.  
  23. "You have new credits"
  24. {
  25. // 1: Total amount of credits the player currently has.
  26. "#format" "{1:d}"
  27. "en" "You have new credits ({1} total). Type \"rpgmenu\" to buy upgrades."
  28. }
  29.  
  30. //Newbie Text
  31. "Newbie instructions new level"
  32. {
  33. "en" "{G}You have gained a {N}new level{G}! This means you can {N}buy upgrades{G} which give you an advantage over your opponents."
  34. }
  35.  
  36. "Newbie instructions use rpgmenu"
  37. {
  38. "en" "{G}Type \"{L}rpgmenu{G}\" in chat, or type it into the console to bring up a menu from which you can buy upgrades."
  39. }
  40.  
  41. //Experience Hintbox
  42. "Experience Gained Hintbox"
  43. {
  44. // 1: Amount of experience the client just gained.
  45. // 2: Total amount of experience the client currently has on his level.
  46. // 3: Amount of experience needed to reach the next level.
  47. "#format" "{1:d},{2:d},{3:d}"
  48. "en" "Experience Gained: {1}+\nExperience Quota: {2}/{3}"
  49. }
  50.  
  51. "rpgrank"
  52. {
  53. // 1: Name of the player whos rpgrank is being displayed.
  54. // 2: RPG level of the player.
  55. // 3: Current rpg rank of the player.
  56. // 4: Total number of players ranked.
  57. // 5: Amount of experience the player has on his level.
  58. // 6: Amount of experience needed to reach the next level.
  59. // 7: Amount of rpg credits of the player.
  60. "#format" "{1:N},{2:d},{3:d},{4:d},{5:d},{6:d},{7:d}"
  61. "en" "{1} is level {2}, ranked {3}/{4} with {5}/{6} experience and {7} credits"
  62. }
  63.  
  64. "Top 10 Players"
  65. {
  66. "en" "Top 10 SM:RPG Players"
  67. }
  68.  
  69. "Next ranked players"
  70. {
  71. "en" "Next ranked players"
  72. }
  73.  
  74. "Player reached maxlevel"
  75. {
  76. // 1: Name of the player
  77. // 2: Maximum level a player can reach.
  78. "#format" "{1:N},{2:d}"
  79. "en" "{1} reached the maximum level of {2} and was reset."
  80. }
  81.  
  82. // Menu text
  83. "Level"
  84. {
  85. // 1: Current rpg level of the player.
  86. "#format" "{1:d}"
  87. "en" "Level: {1}"
  88. }
  89.  
  90. "Experience short"
  91. {
  92. // 1: Current amount of experience of the player.
  93. // 2: Experience required for next level.
  94. "#format" "{1:d},{2:d}"
  95. "en" "Exp: {1}/{2}"
  96. }
  97.  
  98. "Experience"
  99. {
  100. "en" "Experience"
  101. }
  102.  
  103. "Credits"
  104. {
  105. // 1: Amount of credits the player has.
  106. "#format" "{1:d}"
  107. "en" "Credits: {1}"
  108. }
  109.  
  110. "Rank"
  111. {
  112. // 1: Current rpg rank of the player.
  113. // 2: Total amount of ranked players.
  114. "#format" "{1:d},{2:d}"
  115. "en" "Rank: {1}/{2}"
  116. }
  117.  
  118. "Last reset"
  119. {
  120. // 1: date and time representation of the last time the stats were reset to 0 for this player
  121. "#format" "{1:s}"
  122. "en" "Last reset: {1}"
  123. }
  124.  
  125. "Experience Reason Other Client"
  126. {
  127. // 1: The amount of experience added to a client.
  128. // 2: The reason this experience was added for
  129. // 3: The name of the other client involved in the reason for this experience. (e.g. name of victim hurt)
  130. "#format" "{1:d},{2:s},{3:N}"
  131. "en" "{1} exp. for \"{2}\" against {3}"
  132. }
  133.  
  134. "Experience Reason General"
  135. {
  136. // 1: The amount of experience added to a client.
  137. // 2: The reason this experience was added for
  138. "#format" "{1:d},{2:s}"
  139. "en" "{1} exp. for \"{2}\""
  140. }
  141.  
  142. "Nothing to display"
  143. {
  144. "en" "There is nothing to display."
  145. }
  146.  
  147. "Cost"
  148. {
  149. "en" "Cost"
  150. }
  151.  
  152. "Sale"
  153. {
  154. "en" "Sale"
  155. }
  156.  
  157. "Is teamlocked"
  158. {
  159. // 1: The team name of the team the upgrade is restricted to.
  160. "#format" "{1:s}"
  161. "en" "TEAM {1} ONLY!"
  162. }
  163.  
  164. "RPG menu buy upgrade entry max level"
  165. {
  166. // 1: Translated name of the upgrade.
  167. // 2: Current level of the upgrade the player has purchased.
  168. // 3: "Cost" phrase.
  169. // 4: Optional " (Is teamlocked)" phrase if upgrade is locked to a team.
  170. "#format" "{1:s},{2:d},{3:t},{4:s}"
  171. "en" "{1} Lvl {2} MAX [{3}: MAX]{4}"
  172. }
  173.  
  174. "RPG menu buy upgrade entry show max"
  175. {
  176. // 1: Translated name of the upgrade.
  177. // 2: Next level of the upgrade the player wants to purchase.
  178. // 3: Maximal level of the upgrade.
  179. // 4: "Cost" phrase.
  180. // 5: Upgrade cost for the next level.
  181. // 6: Optional " (Is teamlocked)" phrase if upgrade is locked to a team.
  182. "#format" "{1:s},{2:d},{3:d},{4:t},{5:d},{6:s}"
  183. "en" "{1} Lvl {2}/{3} [{4}: {5}]{6}"
  184. }
  185.  
  186. "RPG menu buy upgrade entry"
  187. {
  188. // 1: Translated name of the upgrade.
  189. // 2: Next level of the upgrade the player wants to purchase.
  190. // 3: "Cost" phrase.
  191. // 4: Upgrade cost for the next level.
  192. // 5: Optional " (Is teamlocked)" phrase if upgrade is locked to a team.
  193. "#format" "{1:s},{2:d},{3:t},{4:d},{5:s}"
  194. "en" "{1} Lvl {2} [{3}: {4}]{5}"
  195. }
  196.  
  197. "RPG menu sell upgrade entry show max"
  198. {
  199. // 1: Translated name of the upgrade.
  200. // 2: Current level of the upgrade to be sold.
  201. // 3: Maximal level of the upgrade.
  202. // 4: "Sale" phrase.
  203. // 5: Amount of credits player earns for selling the upgrade level.
  204. // 6: Optional " (Is teamlocked)" phrase if upgrade is locked to a team.
  205. "#format" "{1:s},{2:d},{3:d},{4:t},{5:d},{6:s}"
  206. "en" "{1} Lvl {2}/{3} [{4}: {5}]{6}"
  207. }
  208.  
  209. "RPG menu sell upgrade entry"
  210. {
  211. // 1: Translated name of the upgrade.
  212. // 2: Current level of the upgrade to be sold.
  213. // 3: "Sale" phrase.
  214. // 4: Amount of credits player earns for selling the upgrade level.
  215. // 5: Optional " (Is teamlocked)" phrase if upgrade is locked to a team.
  216. "#format" "{1:s},{2:d},{3:t},{4:d},{5:s}"
  217. "en" "{1} Lvl {2} [{3}: {4}]{5}"
  218. }
  219.  
  220. "RPG menu upgrade settings entry level selection"
  221. {
  222. // 1: Translated name of the upgrade.
  223. // 2: Currently selected level of the upgrade (might be lower than purchased).
  224. // 3: Purchased level of the upgrade.
  225. // 4: "On" or "Off" phrase depending on if the player has the upgrade enabled.
  226. // 5: Optional " (Is teamlocked)" phrase if upgrade is locked to a team.
  227. "#format" "{1:s},{2:d},{3:d},{4:t},{5:s}"
  228. "en" "{1} Lvl {2}/{3} [{4}]{5}"
  229. }
  230.  
  231. "RPG menu upgrade settings entry"
  232. {
  233. // 1: Translated name of the upgrade.
  234. // 2: Purchased level of the upgrade.
  235. // 3: "On" or "Off" phrase depending on if the player has the upgrade enabled.
  236. // 4: Optional " (Is teamlocked)" phrase if upgrade is locked to a team.
  237. "#format" "{1:s},{2:d},{3:t},{4:s}"
  238. "en" "{1} Lvl {2} [{3}]{4}"
  239. }
  240.  
  241. "RPG menu other players upgrades entry max level"
  242. {
  243. // 1: Translated name of the upgrade.
  244. // 2: Purchased level of the upgrade.
  245. "#format" "{1:s},{2:d}"
  246. "en" "{1} Lvl {2} MAX"
  247. }
  248.  
  249. "RPG menu other players upgrades entry show max"
  250. {
  251. // 1: Translated name of the upgrade.
  252. // 2: Purchased level of the upgrade.
  253. // 3: Maximal level of the upgrade.
  254. "#format" "{1:s},{2:d},{3:d}"
  255. "en" "{1} Lvl {2}/{3}"
  256. }
  257.  
  258. "RPG menu other players upgrades entry"
  259. {
  260. // 1: Translated name of the upgrade.
  261. // 2: Purchased level of the upgrade.
  262. "#format" "{1:s},{2:d}"
  263. "en" "{1} Lvl {2}"
  264. }
  265.  
  266. "Session"
  267. {
  268. "en" "Session"
  269. }
  270.  
  271. "Playtime"
  272. {
  273. // 1: The time in hh:mm:ss the player is on the server since he joined.
  274. "#format" "{1:s}"
  275. "en" "Session playtime: {1}"
  276. }
  277.  
  278. "Changed level"
  279. {
  280. "en" "Level change"
  281. }
  282.  
  283. "Changed experience"
  284. {
  285. "en" "Experience change"
  286. }
  287.  
  288. "Changed credits"
  289. {
  290. "en" "Credits change"
  291. }
  292.  
  293. "Changed rank"
  294. {
  295. "en" "Rank change"
  296. }
  297.  
  298. // Menu Options
  299. "Menu"
  300. {
  301. "en" "Menu"
  302. }
  303.  
  304. "Upgrades"
  305. {
  306. "en" "Upgrades"
  307. }
  308.  
  309. "Sell"
  310. {
  311. "en" "Sell"
  312. }
  313.  
  314. "Upgrade Settings"
  315. {
  316. "en" "Upgrade Settings"
  317. }
  318.  
  319. "Last Experience"
  320. {
  321. "en" "Latest Experience Log"
  322. }
  323.  
  324. "Stats"
  325. {
  326. "en" "Stats"
  327. }
  328.  
  329. "Settings"
  330. {
  331. "en" "Settings"
  332. }
  333.  
  334. "Help"
  335. {
  336. "en" "Help"
  337. }
  338.  
  339. "Reset Stats"
  340. {
  341. "en" "Reset Stats"
  342. }
  343.  
  344. "Show menu on levelup"
  345. {
  346. "en" "Show menu on levelup"
  347. }
  348.  
  349. "Fade screen on levelup"
  350. {
  351. "en" "Flash screen on levelup"
  352. }
  353.  
  354. "Auto refresh panel"
  355. {
  356. "en" "Auto refresh"
  357. }
  358.  
  359. // Menu selection result
  360. "Stats have been reset"
  361. {
  362. "en" "Your stats have been successfully reset."
  363. }
  364.  
  365. "Maximum level reached"
  366. {
  367. "en" "You have reached the maximum level for this upgrade."
  368. }
  369.  
  370. "Not enough credits"
  371. {
  372. // 1: The name of the upgrade the player wanted to buy.
  373. // 2: The level of the upgrade the player wanted to buy.
  374. // 3: The amount of credits this level of the upgrade costs.
  375. "#format" "{1:s},{2:d},{3:d}"
  376. "en" "You do not have enough credits to buy {1} level {2}. (Requires {3} credits)"
  377. }
  378.  
  379. "Upgrade bought"
  380. {
  381. // 1: The name of the upgrade the player just bought.
  382. // 2: The new level of this upgrade.
  383. "#format" "{1:s},{2:d}"
  384. "en" "{1} level {2} successfully purchased."
  385. }
  386.  
  387. "Upgrade purchase notification"
  388. {
  389. // 1: The name of the player who bought an upgrade.
  390. // 2: The name of the upgrade the player just bought.
  391. // 3: The new level of this upgrade.
  392. "#format" "{1:N},{2:s},{3:d}"
  393. "en" "{1} purchased {2} level {3}."
  394. }
  395.  
  396. "Upgrade sold"
  397. {
  398. // 1: The name of the upgrade the player just sold.
  399. // 2: The new level of this upgrade.
  400. "#format" "{1:s},{2:d}"
  401. "en" "{1} level {2} has been sold."
  402. }
  403.  
  404. //Menu Confirm
  405. "Are you sure?"
  406. {
  407. "en" "Are you sure?"
  408. }
  409.  
  410. "Confirm stats reset"
  411. {
  412. "en" "WARNING: You will lose all Levels, Credits, and Experience.\nReset stats permanently?"
  413. }
  414.  
  415. //Menu upgrade settings
  416. "Enabled"
  417. {
  418. "en" "Enabled"
  419. }
  420.  
  421. "Selected level"
  422. {
  423. "en" "Selected level"
  424. }
  425.  
  426. "Increase selected level"
  427. {
  428. "en" "Increase selected level"
  429. }
  430.  
  431. "Decrease selected level"
  432. {
  433. "en" "Decrease selected level"
  434. }
  435.  
  436. "Visual effects"
  437. {
  438. "en" "Visual effects"
  439. }
  440.  
  441. "Sound effects"
  442. {
  443. "en" "Sound effects"
  444. }
  445.  
  446.  
  447. // Admin menu
  448. "Commands"
  449. {
  450. "en" "Commands"
  451. }
  452.  
  453. "Manage players"
  454. {
  455. "en" "Manage players"
  456. }
  457.  
  458. "Select player"
  459. {
  460. "en" "Select player:"
  461. }
  462.  
  463. "Player Details"
  464. {
  465. "en" "Player Details"
  466. }
  467.  
  468. "Manage stats"
  469. {
  470. "en" "Manage RPG stats"
  471. }
  472.  
  473. "Manage upgrades"
  474. {
  475. "en" "Manage upgrades"
  476. }
  477.  
  478. "Reset player"
  479. {
  480. "en" "Reset player"
  481. }
  482.  
  483. "Confirm reset player"
  484. {
  485. // 1: Name of the player to reset stats of.
  486. "#format" "{1:N}"
  487. "en" "Do you really want to reset the stats and upgrades of {1}?"
  488. }
  489.  
  490. "Inform player reset"
  491. {
  492. // 1: Name of the player who's stats got reset.
  493. "#format" "{1:N}"
  494. "en" "{1}'s stats have been permanently reset."
  495. }
  496.  
  497. "Change credits"
  498. {
  499. "en" "Change credits"
  500. }
  501.  
  502. "Change experience"
  503. {
  504. "en" "Change experience"
  505. }
  506.  
  507. "Change level"
  508. {
  509. "en" "Change level"
  510. }
  511.  
  512. "Manage player upgrades"
  513. {
  514. "en" "Manage player upgrades"
  515. }
  516.  
  517. "Give all upgrades free"
  518. {
  519. "en" "Give all upgrades at no costs"
  520. }
  521.  
  522. "Adminflags hint"
  523. {
  524. // 1: The required admin flags like "ab" for that upgrade.
  525. "#format" "{1:s}"
  526. "en" " (adminflags: {1})"
  527. }
  528.  
  529. "Adminflags Admin Denied Warning"
  530. {
  531. "en" "NO ACCESS"
  532. }
  533.  
  534. "Adminflags Admin Inform OK"
  535. {
  536. "en" "OK"
  537. }
  538.  
  539. "Teamlock hint"
  540. {
  541. // 1: The team name this upgrade is locked to.
  542. "#format" "{1:s}"
  543. "en" " (teamlock: {1})"
  544. }
  545.  
  546. "Admin player upgrades list item maxed"
  547. {
  548. // 1: Translated name of the upgrade.
  549. // 2: Player's current purchased level of the upgrade.
  550. // 3: Maximum level of the upgrade.
  551. // 4: Optional required permissions ("Adminflags hint" phrase)
  552. // 5: Optional locked team ("Teamlock hint" phrase)
  553. "#format" "{1:s},{2:d},{3:d},{4:s},{5:s}"
  554. "en" "{1} Lvl MAX {2}/{3}{4}{5}"
  555. }
  556.  
  557. "Admin player upgrades list item"
  558. {
  559. // 1: Translated name of the upgrade.
  560. // 2: Player's current purchased level of the upgrade.
  561. // 3: Maximum level of the upgrade.
  562. // 4: Optional required permissions ("Adminflags hint" phrase)
  563. // 5: Optional locked team ("Teamlock hint" phrase)
  564. "#format" "{1:s},{2:d},{3:d},{4:s},{5:s}"
  565. "en" "{1} Lvl {2}/{3}{4}{5}"
  566. }
  567.  
  568. "Confirm max all player upgrades"
  569. {
  570. // 1: The name of the player who's upgrades should be upgraded.
  571. "#format" "{1:N}"
  572. "en" "Do you really want to set all upgrades to the maximal level for {1}?"
  573. }
  574.  
  575. "Inform player upgrades maxed"
  576. {
  577. // 1: The name of the player who's upgrades got set to the maximal level.
  578. "#format" "{1:N}"
  579. "en" "{1} now has all upgrades on max."
  580. }
  581.  
  582. "Change player upgrade level"
  583. {
  584. // 1: Name of player who's upgrade level should be changed.
  585. "#format" "{1:N}"
  586. "en" "Change {1}'s upgrade level"
  587. }
  588.  
  589. "Current player upgrade level"
  590. {
  591. // 1: Translated name of the upgrade.
  592. // 2: Current purchased level of the upgrade.
  593. // 3: Maximal level of the upgrade.
  594. "#format" "{1:s},{2:d},{3:d}"
  595. "en" "{1}: {2}/{3}"
  596. }
  597.  
  598. "Reset player upgrade level 0"
  599. {
  600. "en" "Reset to level 0"
  601. }
  602.  
  603. "Remove player upgrade level"
  604. {
  605. "en" "Remove a level"
  606. }
  607.  
  608. "Add player upgrade level"
  609. {
  610. "en" "Add a level"
  611. }
  612.  
  613. "Set player upgrade level to max"
  614. {
  615. "en" "Set to maximal level"
  616. }
  617.  
  618. "Take player upgrade level full refund"
  619. {
  620. "en" "Take level with full refund"
  621. }
  622.  
  623. "Force player sell upgrade level"
  624. {
  625. "en" "Force to sell level"
  626. }
  627.  
  628. "Take player upgrade level no refund"
  629. {
  630. "en" "Take level with no refund"
  631. }
  632.  
  633. "Give player upgrade level for free"
  634. {
  635. "en" "Give level for free"
  636. }
  637.  
  638. "Force player buy upgrade level"
  639. {
  640. "en" "Force to buy level"
  641. }
  642.  
  643. "Admin reset player upgrades notification"
  644. {
  645. // 1: Name of the player who got his upgrade reset.
  646. // 2: Translated name of the upgrade which got reset.
  647. // 3: Previous level of the upgrade before resetting.
  648. // 4: New upgrade level after resetting (usually 0).
  649. // 5: Returned credits for the bought upgrade levels. Full refund = same amount player payed for it.
  650. "#format" "{1:N},{2:s},{3:d},{4:d},{5:d}"
  651. "en" "Reset {1}'s upgrade {2} with full refund of all upgrade costs. Upgrade level changed from {3} to {4} and the player earned {5} credits."
  652. }
  653.  
  654. "Admin force buy insufficient funds"
  655. {
  656. // 1: Name of the player who was forced to buy the upgrade.
  657. // 2: Translated name of the upgrade.
  658. // 3: Current amount of credits the client has.
  659. // 4: Cost for the next level of the upgrade.
  660. "#format" "{1:N},{2:s},{3:d},{4:d}"
  661. "en" "{1} doesn't have enough credits to purchase {2} ({3}/{4})"
  662. }
  663.  
  664. "Upgrade short name"
  665. {
  666. // 1: Shortname of the upgrade (used in commands to reference it)
  667. "#format" "{1:s}"
  668. "en" "Short name: {1}"
  669. }
  670.  
  671. "Admin disable upgrade"
  672. {
  673. "en" "Disable upgrade"
  674. }
  675.  
  676. "Admin enable upgrade"
  677. {
  678. "en" "Enable upgrade"
  679. }
  680.  
  681. "Admin upgrade info maxlevel barrier"
  682. {
  683. // 1: Maximal level the upgrade can be set to / supports.
  684. "#format" "{1:d}"
  685. "en" "Maxlevel barrier: {1}"
  686. }
  687.  
  688. "Admin upgrade info maxlevel"
  689. {
  690. // 1: Current maximal level of the upgrade.
  691. "#format" "{1:d}"
  692. "en" "Maxlevel: {1}"
  693. }
  694.  
  695. "Admin upgrade info cost"
  696. {
  697. // 1: Current upgrade starting cost.
  698. "#format" "{1:d}"
  699. "en" "Cost: {1}"
  700. }
  701.  
  702. "Admin upgrade info increase cost"
  703. {
  704. // 1: Current upgrade increasing cost.
  705. "#format" "{1:d}"
  706. "en" "Increase cost: {1}"
  707. }
  708.  
  709. "Admin upgrade info teamlock"
  710. {
  711. // 1: Team name of the team this upgrade is locked to.
  712. "#format" "{1:s}"
  713. "en" "Teamlock: {1}"
  714. }
  715.  
  716. "Admin upgrade info visual effects"
  717. {
  718. // 1: Translated "On" or "Off"
  719. "#format" "{1:t}"
  720. "en" "Visual effects: {1}"
  721. }
  722.  
  723. "Admin upgrade info sound effects"
  724. {
  725. // 1: Translated "On" or "Off"
  726. "#format" "{1:t}"
  727. "en" "Sound effects: {1}"
  728. }
  729.  
  730. "Admin upgrades change maxlevel"
  731. {
  732. // 1: Current upgrade's maxlevel.
  733. "#format" "{1:d}"
  734. "en" "Change maxlevel temporarily: {1}"
  735. }
  736.  
  737. "Admin upgrades change start cost"
  738. {
  739. // 1: Current upgrade's start cost.
  740. "#format" "{1:d}"
  741. "en" "Change start cost temporarily: {1}"
  742. }
  743.  
  744. "Admin upgrades change increasing cost"
  745. {
  746. // 1: Current upgrade's increasing cost.
  747. "#format" "{1:d}"
  748. "en" "Change increasing cost temporarily: {1}"
  749. }
  750.  
  751.  
  752. // Command help
  753. "rpgmenu short desc"
  754. {
  755. "en" "Opens the rpg main menu"
  756. }
  757.  
  758. "rpgmenu desc"
  759. {
  760. "en" "Opens the rpg main menu. You can buy or sell upgrades, view your stats, view this command list and change other settings."
  761. }
  762.  
  763. "rpgmenu advert"
  764. {
  765. "en" "Type {N}rpgmenu{G} to open the main rpg menu and {N}manage your upgrades{G} and other options."
  766. }
  767.  
  768. "rpgrank short desc"
  769. {
  770. "en" "Shows your rank or the rank of the target person"
  771. }
  772.  
  773. "rpgrank desc"
  774. {
  775. "en" "Shows your rank or the rank of the target person. Usage: {N}rpgrank [name|#steamid|#userid]"
  776. }
  777.  
  778. "rpgrank advert"
  779. {
  780. "en" "Type {N}rpgrank{G} to display your own stats or {N}rpgrank <playername>{G} to display the rank of other players."
  781. }
  782.  
  783. "rpginfo short desc"
  784. {
  785. "en" "Shows the purchased upgrades of the target person"
  786. }
  787.  
  788. "rpginfo desc"
  789. {
  790. "en" "Shows the purchased upgrades of the target person. Usage: {N}rpginfo <name|#steamid|#userid>"
  791. }
  792.  
  793. "rpginfo advert"
  794. {
  795. "en" "Type {N}rpginfo <playername>{G} to view what upgrades other players have bought."
  796. }
  797.  
  798. "rpgtop10 short desc"
  799. {
  800. "en" "Show the SM:RPG top 10"
  801. }
  802.  
  803. "rpgtop10 desc"
  804. {
  805. "en" "Show the top 10 ranked RPG players on this server."
  806. }
  807.  
  808. "rpgtop10 advert"
  809. {
  810. "en" "Type {N}rpgtop10{G} to view the top 10 ranked RPG players on this server."
  811. }
  812.  
  813. "rpgnext short desc"
  814. {
  815. "en" "Show the next ranked players before you"
  816. }
  817.  
  818. "rpgnext desc"
  819. {
  820. "en" "Show a list of players which are right before you in the ranking."
  821. }
  822.  
  823. "rpgnext advert"
  824. {
  825. "en" "Type {N}rpgnext{G} to view a list of players, which are right before you in the ranking."
  826. }
  827.  
  828. "rpgsession short desc"
  829. {
  830. "en" "Show your current session rpg stats"
  831. }
  832.  
  833. "rpgsession desc"
  834. {
  835. "en" "Show statistics about how you performed in your current session."
  836. }
  837.  
  838. "rpgsession advert"
  839. {
  840. "en" "Type {N}rpgsession{G} to check how your statistics changed in your current session."
  841. }
  842.  
  843. "rpghelp short desc"
  844. {
  845. "en" "Show help about upgrades"
  846. }
  847.  
  848. "rpghelp desc"
  849. {
  850. "en" "Show the SM:RPG help menu where you get detailed descriptions of the different available upgrades."
  851. }
  852.  
  853. "rpghelp advert"
  854. {
  855. "en" "Type {N}rpghelp{G} to get a detailed description of what the upgrades do."
  856. }
  857.  
  858. "rpgexp short desc"
  859. {
  860. "en" "Show latest earned experience"
  861. }
  862.  
  863. "rpgexp desc"
  864. {
  865. "en" "Show the amount and reasons for the latest experience you've earned."
  866. }
  867.  
  868. "rpgexp advert"
  869. {
  870. // 1: Value of smrpg_lastexperience_count. The amount of experience saved in the array.
  871. "#format" "{1:d}"
  872. "en" "Type {N}rpgexp{G} to see a list of the latest {1} reasons and amounts of experience you've earned."
  873. }
  874. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement