Differences
This shows you the differences between the selected revisions of the page.
| 2018-09-20 | 2018-11-12 | ||
| Restored revision 1527764823. Undoing revisions 1537430027, 1537430072, 1537430112. (martin) (hidden) | no summary (80.71.141.124) (hidden) (untrusted) | ||
| Line 3: | Line 3: | ||
| //This guide contains a simplified description of downloading and installing WinSCP. You may want to see [[installation|detailed documentation]] of the process instead.// | //This guide contains a simplified description of downloading and installing WinSCP. You may want to see [[installation|detailed documentation]] of the process instead.// | ||
| - | ===== Downloading ===== | + | Options: | 
| - | You can obtain WinSCP from the [[&download|WinSCP download page]]. Follow the //Installation package// link. You should save the installer to an easily accessible location such as your Windows desktop or your //My Documents// folder. | + | ····p: &2&lCRINGE &a&lPVP &8(&a%number of all players%&8) | 
| - | WinSCP is also available from [[microsoft_store|Microsoft Store]]. | ||
| - | µsoft_store_badge | + | |
| + | |||
| + | |||
| + | every 2 seconds: | ||
| + | loop all players: | ||
| + | wipe loop-player's sidebar | ||
| + | set name of sidebar of loop-player to "{@p}" | ||
| + | set score "&a " in sidebar of loop-player to 9 | ||
| + | set score "&2&lPROFIL" in sidebar of loop-player to 8 | ||
| + | set score "&aNavn &8» &f%loop-player%" in sidebar of loop-player to 7 | ||
| + | set score "&aRank &8» &f%colored loop-player's prefix%" in sidebar of loop-player to 6 | ||
| + | set score "&aPenge &8» &f%loop-player's balance%" in sidebar of loop-player to 5 | ||
| + | set score "&b " in sidebar of loop-player to 4 | ||
| + | set score "&2&lSTATS" in sidebar of loop-player to 3 | ||
| + | set score "&aKills &8» &f%{kills.%loop-player%}%" in sidebar of loop-player to 2 | ||
| + | set score "&aDøde &8» &f%{deaths.%loop-player%}%" in sidebar of loop-player to 1 | ||
| + | set score "&c " in sidebar of loop-player to 0 | ||
| + | |||
| + | |||
| + | |||
| + | on death: | ||
| + | if attacker is a player: | ||
| + | add 1 to {deaths.%victim%} | ||
| + | add 1 to {kills.%attacker%} | ||
| + | |||
| + | on join: | ||
| + | if {kills.%player%} isn't set: | ||
| + | set {kills.%player%} to 0 | ||
| + | |||
| + | if {deaths.%player%} isn't set: | ||
| + | set {deaths.%player%} to 0 | ||
| + | -=-=----=-=- | ||
| ===== [[installation]] Installation ===== | ===== [[installation]] Installation ===== | ||