-
Posts
597 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by 0xF
-
Hello, sorry for the lack of response, I did not receive notification of a new request. As far as I understand the code that you gave you ChatGPT, but this code makes absolutely no sense, because the player's flags belong to the internal game flags, and the flag you are talking about belongs to the plugin zonemanager
-
- 18 comments
-
- #additional
- #belt
-
(and 2 more)
Tagged with:
-
Unfortunately, the Rust does not support the ability to track all buttons, only some of them, here is a list: public enum BUTTON { // Token: 0x04002CB0 RID: 11440 FORWARD = 2, // Token: 0x04002CB1 RID: 11441 BACKWARD = 4, // Token: 0x04002CB2 RID: 11442 LEFT = 8, // Token: 0x04002CB3 RID: 11443 RIGHT = 16, // Token: 0x04002CB4 RID: 11444 JUMP = 32, // Token: 0x04002CB5 RID: 11445 DUCK = 64, // Token: 0x04002CB6 RID: 11446 SPRINT = 128, // Token: 0x04002CB7 RID: 11447 USE = 256, // Token: 0x04002CB8 RID: 11448 FIRE_PRIMARY = 1024, // Token: 0x04002CB9 RID: 11449 FIRE_SECONDARY = 2048, // Token: 0x04002CBA RID: 11450 RELOAD = 8192, // Token: 0x04002CBB RID: 11451 FIRE_THIRD = 134217728 } There is an option to send a command to the player with a bind, but that is not a good option. I might add a combination change, but it's complicated and doesn't make sense because of the small set of actual buttons for this task.
- 18 comments
-
- #additional
- #belt
-
(and 2 more)
Tagged with:
-
- 46 comments
-
- 1
-
-
- #timedpermissions
- #statusbar
-
(and 7 more)
Tagged with:
-
Changed Status from Work in Progress to Closed Changed Fixed In to 1.2.2
-
- 72 comments
-
- 1
-
-
- #custom
- #customizable
- (and 5 more)
-
- 18 comments
-
- #additional
- #belt
-
(and 2 more)
Tagged with:
-
Sorry for the inconvenience
-
Changed Status from Pending to Closed Changed Fixed In to 1.2.2
-
Not everything I can test myself, this particular error I think is related to the RAM, which appears with a large number of players.
-
If I tell you that I tested it, and I currently have no problems with fps, would you believe me?
-
Create a custom weapon and add the ability to get it as a craft weapon or something like that.
-
Changed Status from Pending to Closed
-
Decided in discord. Closed.
-
- 46 comments
-
- #timedpermissions
- #statusbar
-
(and 7 more)
Tagged with:
-
this is just an outline for the future
-
Changed Status from Pending to Closed
-
Hello, PVE is not included in any way, because this is just an outline for the future, there is no PVE mode yet, but in the update I didn't really report that it had been added.
-
Changed Status from Work in Progress to Closed Changed Fixed In to 1.2
-
Yes, there was indeed a small mistake, it was corrected, thanks for letting me know. The plugin has been updated without changing the version.
-
Changed Status from Pending to Work in Progress