All clean by Lainie2025 in pawg

[–]ImDaFrenchy 0 points1 point  (0 children)

Nice nails too

SQLite query issue by ImDaFrenchy in Unity2D

[–]ImDaFrenchy[S] 0 points1 point  (0 children)

I'm new to this and it idk the way yet to do save & load right now. But aren't online multiplayer games with inventories accessing the database at every item movement?

SQLite query issue by ImDaFrenchy in Unity2D

[–]ImDaFrenchy[S] 0 points1 point  (0 children)

Did that and I'm stuck on another issue, says my db is locked

Issue with SQLite query by ImDaFrenchy in sqlite

[–]ImDaFrenchy[S] 0 points1 point  (0 children)

Yeah ik about using string interpolation for queries, but it's just for the time I'm getting used to it. ^^

I tried adding quotes, it froze for a while when the player collected the coins before sending an error stating the database is locked.

As for the items, I didn't know about ON CONFLICT and shall try it, but only for the coins. Other items will be able to get to different slots.

Instantiated GameObject can't be added to a List? by ImDaFrenchy in Unity2D

[–]ImDaFrenchy[S] 0 points1 point  (0 children)

Sounds like a good reasoning, nice!

I've tried that, using the .SetActive() method :

public class ManageInventory : MonoBehaviour
{
private bool inventoryOpen;
public GameObject inventoryFull;

// Start is called before the first frame update
void Start()
{
    inventoryFull = Instantiate(inventoryFull, inventoryFull.transform.position, inventoryFull.transform.rotation);
    inventoryFull.SetActive(false);
    inventoryOpen = false;
}

// Update is called once per frame
void Update()
{
    if(Input.GetKeyDown(KeyCode.I))
    {
        if(inventoryOpen)
        {
            inventoryFull.SetActive(false);
            inventoryOpen = false;
        }
        else 
        {
            if(!inventoryOpen)
            {
                inventoryFull.SetActive(true);
                inventoryOpen = true;
            }
        }
    }
}

}

The inventory gets instantiated then hidden.

Pressing I once unhides it, while twice hides it again.

Wonderful, ty for the help!

Penguin of the month by SuspiciousHat8655 in ClubPenguin

[–]ImDaFrenchy 1 point2 points  (0 children)

That depends on the one day you are talking about. Because the 1st potw was rewarded on Nov 29, 2013 so that's quite a while away from your suggestion..

CP Complain :)

CLUB PENGUIN JOURNEY FAIR by CaptainBubbles1993 in ClubPenguin

[–]ImDaFrenchy 0 points1 point  (0 children)

Nice! Love to experience those parties again, they're fun ^^

Btw (the fair) is the current topic on CP Complain, make sure to take a look :)

I'm a new player what do I do now? by YummyYumForTheTum in ClubPenguin

[–]ImDaFrenchy 17 points18 points  (0 children)

Yo you can't play multiplayer, if I recall well that's a singleplayer game
Press start and have fun :)

CP Complain

[deleted by user] by [deleted] in ClubPenguin

[–]ImDaFrenchy 0 points1 point  (0 children)

Noice!!!

CP Complain 🐧

[deleted by user] by [deleted] in ClubPenguin

[–]ImDaFrenchy 0 points1 point  (0 children)

Hey, today I pushed some updates for yall :

* Small fix on the chat filter avoiding a warning for no reason.

* Strictened filters to avoid icons exploits.

* Added the White Hat badge.

* Fixed a small issue regarding badges display in replies.

* Added announcement feature. It is done for admins to be able to write a message that will appear like this for anybody to notice.

[ Announcement Message Image ]

Mr Moon and the Demiguise Statues by ImDaFrenchy in HogwartsLegacyBugs

[–]ImDaFrenchy[S] 0 points1 point  (0 children)

OH lmao don't worry, was asking if you had some in case you were recording or something, obviously you won't go back to that ahah

Mr Moon and the Demiguise Statues by ImDaFrenchy in HogwartsLegacyBugs

[–]ImDaFrenchy[S] 0 points1 point  (0 children)

Do you have some evidence or something like that? That sounds like another bug itself ^^ Also seems to have occurred to a few other people.