Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
just skimmed trhough the code and I think you only need to add new "ppx" functions and link it.
So simply search for pp1/pp2 and so on up to pp6 and copy paste the code and add pp7/pp8 and so on. I think this will already work.
Meanwhile you can fix it yourself in the script, spawn 1 emoney object and go to modding->scripting and open the code for the emoney object. Search for
"function input_amount(".
There you will see as 2nd line
"if player~=nil and player.admin then"
Change it to
"if player~=nil then"
And then change the line:
"elseif inputNum==nil and inputString~=nil and type(inputString)=="string" then"
to
"elseif player.admin and inputNum==nil and inputString~=nil and type(inputString)=="string" then"
this way the admin check is in the correct location.
Unfortunately I was not able to test this with real players (we never played game of live or monopoly afterwards).
At first glance I think I found the problem in the script, I only allow the admin to change the value. That is of course not correct.
Unfortunately I dont remember how to update the mod. The problem is, that this card remembers the current players, so in my case it will remember "Serp". So if I upload this card, everyone downloading it will have Serp as one player. I can not remember how I solved this when I uploaded the mod...
How can i spawn may of those items like in the picture, i supose that copy pasting doen't run XD, sorry I'm a noob. Thanks
Please make sure you understood the usage description above.
To send money to the bank, you simple click the "bank" text on your card, then the send button will include text "transfer money to bank", enter the amount and click the send button.