Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
[AtlasAPI]
TopGameServersID=ID HERE
TopGameServersReward="Command here"
TopGameServersRewardAmount=1
TopGameServersID is where your ServerID goes. Dont know where to find that? Check https://topgameservers.net/help/help-center/articles/7/65/where-do-i-find-my-server-key
TopGameServersReward is a tricky one as it depends completely on you. Basically it does create a Console Command from that.
Theres 2 Placeholders <SteamID> and <Amount>
A Few Examples will help:
Want to award ppl with AtlasShop Points for voting?
use:
AddPoints <SteamID> <Amount>
want to award Players with an Item? use:
GiveItemToPlayer <SteamID> =Blueprint'/Game/Mods/Radioactive/RadioCoins/PrimalItemResource_Radio.PrimalItemResource_Radio'= <Amount> 0 0
This is obviously an Example from my Mod and wont work for you!
Why = you may ask? Well Since the String is Encased by "" you would bug it! Dont worry = will get exchanged for " ingame!
An alternative would be:
cheat gfi PrimalItemResource_Radio <Amount> 0 0
TopGameServersRewardAmount is where the <Amount> Placeholder Comes in. Basically this is the Amounts of Poins/Items/etc you want to give the Player per Vote.
If a Player has 5 Votes unclaimed that value will multiplied by the number of Votes.
Important
If you don't use the <Amount> Placeholder the Mod will assume your Code works without any Amount Specified and will execute the Code multiple times if there are multiple unclaimed Votes!