![]() |
Having a problem creating a entity...
I know this probably ain't the place to ask this question, but when I try to spawn a new entity using a model I precahed before hand... seems to crash the server..
PHP Code:
|
Re: Having a problem creating a entity...
Is there an exported class for "item_locmarker" entities in your game DLL ? You can only add entities that are supported by the game DLL, not create new ones on the go.
|
Re: Having a problem creating a entity...
doh! I completely forgot all about that thx for reminding me PM, how o_O I seem to be now LOL..
|
Re: Having a problem creating a entity...
"You can only add entities that are supported by the game DLL, not create new ones on the go."
Well..., not if you add hooks to your plugin to handle these new entities. :) Take a look at my Monster plugin for metamod as an example of adding new entities to a MOD that doesn't normally support them. It's pretty complicated to get working properly and it has some limitations interacting with the game DLL code, but it can be done if you know what you are doing. botman |
Re: Having a problem creating a entity...
heck, I am once again given lessons by the Jedi Master... thanks for correcting, botman ;)
|
All times are GMT +2. The time now is 02:57. |
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.