Jump to content

laogui

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

laogui's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. i changed protocol.js at Protocol.prototype._startSequence = function(sequence) { if (sequence._timeout > 0 && isFinite(sequence._timeout)) { //Timers.enroll(sequence, sequence._timeout); setTimeout(sequence, sequence._timeout); Timers.active(sequence); } but got a new error Error: TypeError [ERR_INVALID_CALLBACK]: Callback must be a function settimeout <timers.js:379:11>
  2. i got <node:8784> [DEP0095] DeprecationWarning: timers.enroll() is deprecated. please use setTimeout instead <node:8784> [DEP0095] DeprecationWarning: timers.unenroll() is deprecated. please use cleartimeout instead
  3. I installRAGE Multiplayer.msi and find the server-files folder, then paste all server files of rageserver-master to server-files folder, then use cmd npm i and npm run build, last start server.exe . When i get in my server and send code to my e-mail,server is broken,i don`t know why. i should have not other script
×
×
  • Create New...