Thom_Yorke 0 Posted January 8, 2020 You can lay out an example of the donation mechanism. And then there is no tutorial anywhere, although on the servers I saw a lever with a chest, which includes a window with a donate. I would like to see more tutorials from the developers, so that there would be at least some kind of scripting training in the game. Share this post Link to post Share on other sites
Igor Q. 519 Posted January 8, 2020 There are script tutorials online such as youtube, but to be honest the vast majority of what is learned is by experiment it with yourself. If you want help, just ask for it. There are quite a few people on the forum's including myself who help beginners with learning the scripting tools. 1 Share this post Link to post Share on other sites
Thom_Yorke 0 Posted January 8, 2020 (edited) Can you give a link to such material? In general, I'm not very good with English, so it's hard to find a guide where in a text format with screenshots (and examples) they explain such things. It’s hard to understand at the initial stage ... I tried to make a donation mechanism, but alas ... I still don’t understand how to make a private zone, so that when they appear on the spawn, players could not build on it. I would really appreciate it if you could help me with this question. And then there are no guides in Russian, so even finding in English is sometimes difficult. Edited January 8, 2020 by Thom_Yorke Share this post Link to post Share on other sites
Spyler.X 625 Posted January 8, 2020 @Thom_YorkeThe donation system is very simple, simply configure the money you want and establish an interaction that calls the transaction. for the protection of the area it is something more complicated since there are many ways to break everything, you can join the discord if you want, we can explain better what you need https://discord.gg/MwHNt43 1 2 Share this post Link to post Share on other sites
Thom_Yorke 0 Posted January 11, 2020 (edited) Thanks for the example with screenshots, but I can’t make a donation mechanism with the issue of the item. So that when the donation is activated, the player is given an object. I tried everything, but it doesn’t work out ((( Edited January 11, 2020 by Thom_Yorke Share this post Link to post Share on other sites
Spyler.X 625 Posted January 11, 2020 3 hours ago, Thom_Yorke said: Thanks for the example with screenshots, but I can’t make a donation mechanism with the issue of the item. So that when the donation is activated, the player is given an object. I tried everything, but it doesn’t work out ((( For that you must open the internal logic of donations, there you will find the function that detects the player when the transaction is accepted 1 Share this post Link to post Share on other sites