MOVETYPE_NOCLIP with gravity and physics?
Is there any way to make that player X can go through all other players and all other players can go through player X ONLY but not through each other?
Basicly, I need what this plugin is doing but only with different method. https://forums.alliedmods.net/showthread.php?p=562944 I don't want to use server_frame, Touch, or any other forwards. I tried something like this: PHP Code:
But I want that player can walk/run/jump around the map and be able to go through other players, and not "fly" with noclip. |
Re: MOVETYPE_NOCLIP with gravity and physics?
pev_groupinfo, however, it will make him invisible to other players, so you need to render him with AddToFullpack
|
Re: MOVETYPE_NOCLIP with gravity and physics?
Okay, I managed to do this with pev_groupinfo. (When I use /aspec command, I move all players to group 1 and me to group 2) but now I can't see other players and they can't see me. How can I render me to them and them to me? I need example since didn't worked with AddToFullpack so far, but I did found this https://www.amxmodx.org/api/fakemeta..._AddToFullPack
|
Re: MOVETYPE_NOCLIP with gravity and physics?
Check out my thread from some days ago.
|
Re: MOVETYPE_NOCLIP with gravity and physics?
I don't get it at all now.
This is the part where i go to aspec but I don't know what do I need to add to render players. PHP Code:
|
Re: MOVETYPE_NOCLIP with gravity and physics?
My suggestion is not to use grouinfo, but setting aspec-ent semiclip (solid_not and solid_slidebox) and make it invis to other players, it will work 100%.. See example in prokreedz plugin
|
Re: MOVETYPE_NOCLIP with gravity and physics?
Quote:
I set all players to be solid_slidebox and me to be solid_not. |
Re: MOVETYPE_NOCLIP with gravity and physics?
Show your code? I think you didnt made it good with indexes
|
Re: MOVETYPE_NOCLIP with gravity and physics?
PHP Code:
PHP Code:
|
Re: MOVETYPE_NOCLIP with gravity and physics?
w8..you want to go through ALL and ALL through you? i think its just simple: SOLID_NOT (cmd_aspec)..unless you have some other plugin which is doing semiclip things ?
|
| All times are GMT -4. The time now is 20:26. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.