Difference between revisions of "TrainCarts/Signs/Ticket/zh-cn"

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "车票牌是一个简单的汇款和显示系统。它使用 Vault 来处理列车上的乘客。")
(Created page with "在 add(添加),buy(购买)或 pay(付款)前提下的金额。")
 
(3 intermediate revisions by the same user not shown)
Line 14: Line 14:
  
  
<div lang="en" dir="ltr" class="mw-content-ltr">
+
=== 第二行 ===
=== Second line ===
 
</div>
 
  
<div lang="en" dir="ltr" class="mw-content-ltr">
+
ticket
ticket, no other arguments.
 
</div>
 
  
  
<div lang="en" dir="ltr" class="mw-content-ltr">
+
=== 第三行 ===
=== Third line ===
 
</div>
 
  
<div lang="en" dir="ltr" class="mw-content-ltr">
+
''add'' 向账户充值, ''check'' 向玩家显示当前货币价值,''buy'' 让玩家买票,''pay'' 让玩家向列车的车主付款。请注意,如果某个玩家没买车票,列车就会自动弹出这个玩家。为防止玩家重新进入,请确保使用属性牌来禁止玩家进入。
''add'' to add money to the account, ''check'' to display the current money value to the player, ''buy'' to let the player buy a ticket and ''pay'' to let the user pay the owner(s) of the train. In the case of buying or paying, if the player can't buy a ticket, they are ejected from the train. To prevent the player re-entering the train, make sure player enter is disabled using a property sign as well.
 
</div>
 
  
  
<div lang="en" dir="ltr" class="mw-content-ltr">
+
=== 第四行 ===
=== Fourth line ===
 
</div>
 
  
<div lang="en" dir="ltr" class="mw-content-ltr">
+
在 add(添加),buy(购买)或 pay(付款)前提下的金额。
In the case of add, buy or pay, the money value to add or the money value of the train ticket.
 
</div>
 

Latest revision as of 00:56, 13 September 2024

Other languages:
English • ‎中文(中国大陆)‎

« 返回


描述

车票牌是一个简单的汇款和显示系统。它使用 Vault 来处理列车上的乘客。


语法

Signtemplate.png
[train]
ticket
add
1.5


第二行

ticket


第三行

add 向账户充值, check 向玩家显示当前货币价值,buy 让玩家买票,pay 让玩家向列车的车主付款。请注意,如果某个玩家没买车票,列车就会自动弹出这个玩家。为防止玩家重新进入,请确保使用属性牌来禁止玩家进入。


第四行

在 add(添加),buy(购买)或 pay(付款)前提下的金额。