when a player in online and he is in PVE i have this msg on console:
user used attack packet with illegal defender serial
someone could explain me what does it mean?
tnx
Strange msg in console
It depends on what script distro you're using. You'll have to search all your .src and .inc files for that string to hunt the problem down right.
If you're using Windows XP and I think 2000 the search function is soundly broken and you have to go through some confusing process to get it to work right. Windows doesn't search extentions it doesn't know and it doesn't know .src or .inc files, so if you're going to run a server/script you _need_ to do this.
For more info, go here:
http://support.telop.org/xpsrch.htm
To fix, do this:
Click Start, select Run and enter ciadv.msc.
Click OK and Indexing Service settings will be run.
On the menu select Action, Properties. Note that you do not have to turn on the Index service.
On the Generation tab, click to select the Index files with unknown extensions check box, and then click OK
Close the Indexing Service console.
Now open your pol directory and press ctrl+f to bring up search menu. If a stupid dog appears, you can turn him off under prefrences or something. You want to search for All files and folders, something like that. I fixed my windows searches a long time ago and I don't remember how it looks by default. I'm sure you can figure out how to search.
All or part of the file name box should be this:
*.src;*.inc
* = wildcard, can mean anything, so anything with .src or anything with .inc search inside
A word or phrase in the file box should be like this:
user used attack packet with illegal defender serial
It should come back with 1+ results. Open them and figure it out. Good luck.
The whole "how to search your code" thing should be a sticky somewhere...
If you're using Windows XP and I think 2000 the search function is soundly broken and you have to go through some confusing process to get it to work right. Windows doesn't search extentions it doesn't know and it doesn't know .src or .inc files, so if you're going to run a server/script you _need_ to do this.
For more info, go here:
http://support.telop.org/xpsrch.htm
To fix, do this:
Click Start, select Run and enter ciadv.msc.
Click OK and Indexing Service settings will be run.
On the menu select Action, Properties. Note that you do not have to turn on the Index service.
On the Generation tab, click to select the Index files with unknown extensions check box, and then click OK
Close the Indexing Service console.
Now open your pol directory and press ctrl+f to bring up search menu. If a stupid dog appears, you can turn him off under prefrences or something. You want to search for All files and folders, something like that. I fixed my windows searches a long time ago and I don't remember how it looks by default. I'm sure you can figure out how to search.
All or part of the file name box should be this:
*.src;*.inc
* = wildcard, can mean anything, so anything with .src or anything with .inc search inside
A word or phrase in the file box should be like this:
user used attack packet with illegal defender serial
It should come back with 1+ results. Open them and figure it out. Good luck.
The whole "how to search your code" thing should be a sticky somewhere...