It looks like you have the port 40000 occupied.
Run the command "netstat -ano | findstr :4000" on your cmd to see the pid of the process and then run "taskkill.exe /F /PID thePID " to close it
It looks like you have the port 40000 occupied.
Run the command "netstat -ano | findstr :4000" on your cmd to see the pid of the process and then run "taskkill.exe /F /PID thePID " to close it
When I modify mysql data , I have to close all the server and start again?
Is there any faster way to do that? such as restart or something to apply lastest data?
Just log out and go back in or go to the lobby
Display Moreyes but that is done in the game chat thanks to the privileges that the user has, I know that in the backend of the server it rewrites that variable, matching it to the entered speed, however in the server files the value must be assigned somewhere by default, for example in the gm.cpp file there is the
ACMD function(do_setspeed) {
.................
.................
pPlayer-> UpdateMoveSpeed (fSpeed, fSpeed);
}
which in the end calls the UpdateMoveSpeed method with the variables fSpeed, fSpeed which are the ones that have the speed defined.
In which file is the default speed defined for all characters?
Shared>NtlShared>Game>NtlMovement.h
#define NTL_DEFAULT_MOVEMENT_SPEED (7.0f)
O que outras pessoas estão dizendo
visual 10 dont open project , he says the project has created in the new version and don't open project
Open it with Visual Studio 2019
in the last repo, after compiled server. Masterserver and queryserver closed it self too
This is the screen before it close it self
It looks like Port 40000 is in use.
Try looking at the command "netstat -ano | findstr :40000" on the cmd and see what you get