Jump to content

Category:Action: Difference between revisions

Marked this version for translation
No edit summary
(Marked this version for translation)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<translate>
<!--T:1-->
Actions that the player may perform
Actions that the player may perform


Some actions take time (maybe 5 seconds, needs to be tested). And the player has to be near all the time. This is in order to prevent this action to take place from running vehicle.
<!--T:2-->
There will be a counter counting down from the time to lower value. Block or not, not sure. Maybe just 5 short toasts?
Most actions take place within one of the [[Action Radius]]


== Unsynchronized ==
== Unsynchronized == <!--T:3-->
All server requests should be unsynchronized and could be called twice or more getting the result just once.
All server requests should be unsynchronized and could be called twice or more getting the result just once.
</translate>