Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • I am creating an application where a user can create an account using a client application. It will connect through lacewing to my server, that has an ini file with all of the user info in it. How can I make sure that when the user creates their account that there isn't a user with the same username (saved as a group name)? I also have "Enable Condition 'On Message To Server'" set to Passive.

    Thanks,
    Jack

  • Well, I do not know PHP, nor how to use a mysql server. Every time I try the tutorial it never works for me (I always do something wrong). Ever since then, I have used my own way to store users in ini files on a server that I create through lacewing. Is there a way to search the ini file to see if a user has already been created? Thanks.

  • Yes,but only if you use the INI++ object by Jax, the regular INI object cannot do this or anything similar. If you still want to use the regular INI object, you would have to have a special Users group where it had the number of users, and for each user had their name:
    [Users]
    Users=5
    User0=Nivram
    User1=MrXkill
    User2=Jax
    User3=LB
    User4=Jeff

    Working as fast as I can on Fusion 3

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!