Server Shutdown....
Well idk why but server shutdown when read this:
PHP Code:
I did debug, nothing comes up... |
Re: Server Shutdown....
What does it show in console when it crashes?
Also, you need to make sure that the client is connected and/or alive before calling certain player functions. |
Re: Server Shutdown....
Option 1: First comment out lines one by one to check which one creates the problem. Then you search for that function to double check you used it correctly. Then you start adding your debug messages checking the parameters you send to that function.
If these steps don't give you results, you create a thread. Option 2: Share source. This is from another thread: Quote:
|
Re: Server Shutdown....
It has nothing to do with your crashes problem.
When you have a primary weapon, that pdata is set to 1, so armoury_entity entities are ignored when contain primary weapons. cs strip system is missing the reset of that pdata, so when you strip player weapons he can't pickup map weapons on aim maps, that's all. |
Re: Server Shutdown....
On console logs found this:
Code:
L 07/28/2013 - 14:19:00: [META] ini: Begin re-reading plugins list: /ftp/czero/addons/metamod/plugins.ini |
Re: Server Shutdown....
Disable all 3rd party plugins.
|
Re: Server Shutdown....
Well the problem is really related to this plugin. I removed all 3rd party plugins and still same problem.
It has more few things in code but i dont think they are the problem. Here is what was missing: PHP Code:
PHP Code:
|
Re: Server Shutdown....
400.0
|
Re: Server Shutdown....
add some prints then you can find where is the problem
|
Re: Server Shutdown....
It has one print after render, but doesnt shows...
|
| All times are GMT -4. The time now is 15:54. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.