nuclearsilo583 / zephyrus-store-preview-new-syntax

My rewritten zephyrus store
61 stars 40 forks source link

Inquiries and suggestions for plugins #98

Closed laterre39 closed 2 years ago

laterre39 commented 2 years ago
  1. For gambling plugins, the larger the credit, the greater the amount of credit you can get. I wish there was a cfg that could control this.

  2. In the case of !daily, players can do it again 24 hours after typing the command. I would like this to be initialized from 3 am or 4 am based on standard time. It may be inefficient, but this is the method used by various game companies to reset daily tasks.

  3. As for the player skin, if I select Terror when I use a skin that can only use CT, there is a problem that the unpurchased skin is automatically installed when Terror. Can I have this only be equipped with the default skin or purchased skins?

  4. I don't know if it's a bug, but sometimes, if you use a custom weapon, especially the knife, the default weapon is loaded. In this case, swap to another weapon and it will return to normal. This problem often occurs in prisons or mini-game servers.

azalty commented 2 years ago

In the case of !daily, players can do it again 24 hours after typing the command. I would like this to be initialized from 3 am or 4 am based on standard time. It may be inefficient, but this is the method used by various game companies to reset daily tasks.

Great suggestion! Might work on it later, it can be done easily with FormatTime()

laterre39 commented 2 years ago

In the case of !daily, players can do it again 24 hours after typing the command. I would like this to be initialized from 3 am or 4 am based on standard time. It may be inefficient, but this is the method used by various game companies to reset daily tasks.

Great suggestion! Might work on it later, it can be done easily with FormatTime()

That's a good answer, I'm looking forward to it

And additionally, there is a bug in the chat processor where purple is displayed as the team color. Please check. This is question 5

  1. I know the purple color tag is recognized as a team chat, of course, there is already a color close to pink. But I know that purple can be used enough in csgo.
  2. 컬러

nuclearsilo583 commented 2 years ago

Sorry for late response since I dont have much time.

  1. So you say if you bet the max credits allowed in betting you will get about 50% of bonuses.
  2. Yes, I have thought about this feature before and started to update instead of 24 hours waiting since it isnt efficient.
  3. I quite dont understand your point. Could you explain more.
  4. Due to csgo's client's prediction in predicted_viewmodel which always show the default model first and csgo'd problem. This problem could appear sometime.
  5. You can't use purple color of spectator team of csgo.
laterre39 commented 2 years ago

Oh okay ... and there seems to be a bug. The latest patch raises the error 017: undefined symbol "g_cvarChatTag" bug.

laterre39 commented 2 years ago

Sorry for late response since I dont have much time.

  1. So you say if you bet the max credits allowed in betting you will get about 50% of bonuses.
  2. Yes, I have thought about this feature before and started to update instead of 24 hours waiting since it isnt efficient.
  3. I quite dont understand your point. Could you explain more.
  4. Due to csgo's client's prediction in predicted_viewmodel which always show the default model first and csgo'd problem. This problem could appear sometime.
  5. You can't use purple color of spectator team of csgo.

3 >> If only I was using the counter-terror skin. So I don't know if I can use all or the Terror skin at the same time when I choose Terror Team, but if not, the base model should come out. However, it seemed that a skin that I did not purchase at random came out.

nuclearsilo583 commented 2 years ago

For playerskin you can both equip the ct and ts skin at the same time which were specified by team 2 or 3 (4 is using both team and this skin will be overrided).

For ex: You equipped skin A for CT (team 3) and skin B for Ts (team 2). If you have no skin C (team 4) equipped. Skin A and B will be applied to that team else the skin C will override both A and B.

Sorry that I dont quite understand what you're talking about. I can only explain how the module functions.

laterre39 commented 2 years ago

No, I solved it. In the past, when I went to TR wearing a CT skin, strangely at the time of testing, the model randomly wore a different skin than the one I had purchased or equipped.

As a result of asking the testers this time, it was confirmed that the default terrorist model appeared normally.

And I am very grateful that some of my suggestions have been reflected. thank you!