Search results

  1. P

    Why my array data gets wiped out?

    Idk why but my arrays are save and have about 1200 values but whenver there is noone online in the world and i join there data wipes out and there is nothing in the arrays, like no values and things please fix this problem or tell me what is causing this.
  2. P

    Creative+ C+ | New codes suggestion

    Hello Mineland, me piyushwarior, just here to give some suggestion for some cool ideas that can improve the c+ games by a lot... 1st Suggestion: Dictionaries: they can help improve many things and unlock new ideas for c+ worlds [FOR PEOPLE WHO DON'T KNOW DICITIONARIES] Dictionaries...
  3. P

    Popular game in c+ | How to apply? [Question]

    I just want to ask how to apply for popular game in c+, i just saw a game being in the popular segment in /g
  4. P

    Guides 2.0

    Ask me anything related to coding i will reply
  5. P

    Creative+ Suggestion to improve ,C+

    Probably just add a search bar to search any world you want, sometimes players found it tricky to find the game they really want and causes to waste there time by flipping many pages through games and still find nothing..
  6. P

    2 things you probably forgot can help you..

    #1 You can make a glowing block by spawning a shulker block at that position #2 You can make a npc that actually feels like npc, not like a still figure, using recrusive function and tp-ing it to the location you spawned it and switiching the tp-ing method to only coordinates.
  7. P

    How to code a circling particle,

    First of all place a function then place select random player then place select default player then following: let a variable for angle of circle (x) Than use += to increase the variable by 5 (or your choise, more the number more the speed) Then use radian function to get the radian of 'x' ...
  8. P

    How to code a bidding/auc system like skyblock [ML]...

    LINE 1: Chat Event : If holding NOT (Empty chest) : Split Text: Array [A], Text: Current Message, Text[Split]: ' ' [Space] or [Empty] INFO: Neither one of this variable or array is %player% Get Element: Array [A], Index: 1, Variable [C]...
  9. P

    I am bored so, i will make a guide for 2d ,1 step vector

    STEP 1: use a Function block, Get location value from yaw of player [LET: A] , and add a condition, If compare number A < 0, then A+=360. STEP 2: get Radian of variable A [Let: B] and get the value of cosine and sine with the variable B [LET: C and S as variable [respectively]] STEP...
Top