Raised This Month: $ Target: $400
 0% 

Props Through the Floor Problem


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
arybagusoctora
Junior Member
Join Date: Nov 2015
Location: Sleman
Old 03-16-2016 , 07:42   Props Through the Floor Problem
Reply With Quote #1

I apologize in advance if I was asked at the wrong category. My server is experiencing problems with some props. Some props like a barrel, file cabinets, chairs and tables through the floor. This problem is not only in custom maps but also default maps. I think it's quite distracting. Is there a way to fix this problem? Sorry if my english is a mess. I am very grateful if anyone wants to help.

Props Problem


List of Plugin


List of Plugin 2


and Latest Sourcemod + Metamod stable version.

Last edited by arybagusoctora; 03-16-2016 at 07:44.
arybagusoctora is offline
Send a message via Yahoo to arybagusoctora Send a message via Skype™ to arybagusoctora
xines
Veteran Member
Join Date: Aug 2013
Location: Denmark
Old 03-16-2016 , 09:17   Re: Props Through the Floor Problem
Reply With Quote #2

Try turn off all plugins and see if problem still occurs.
__________________
xines is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 03-16-2016 , 11:08   Re: Props Through the Floor Problem
Reply With Quote #3

Seems a Engine Bug: "Physical Mayhem"

Produced when turn on/off noblock.
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 03-16-2016 at 11:09.
Franc1sco is offline
Send a message via MSN to Franc1sco
arybagusoctora
Junior Member
Join Date: Nov 2015
Location: Sleman
Old 03-17-2016 , 09:43   Re: Props Through the Floor Problem
Reply With Quote #4

Quote:
Originally Posted by xines View Post
Try turn off all plugins and see if problem still occurs.
Quote:
Originally Posted by Franc1sco View Post
Seems a Engine Bug: "Physical Mayhem"

Produced when turn on/off noblock.
thanks for help, master. i found solution for this problem just install this plugin https://forums.alliedmods.net/showthread.php?p=1444462. everything is ok now!

Last edited by arybagusoctora; 03-17-2016 at 09:44.
arybagusoctora is offline
Send a message via Yahoo to arybagusoctora Send a message via Skype™ to arybagusoctora
arybagusoctora
Junior Member
Join Date: Nov 2015
Location: Sleman
Old 03-22-2016 , 05:29   Re: Props Through the Floor Problem
Reply With Quote #5

this problem happen again.. Noblock plugin can sometimes be overcome, but sometimes not.
Now i try this method https://forums.alliedmods.net/showpo...&postcount=155 i hope it work

Last edited by arybagusoctora; 03-22-2016 at 05:33.
arybagusoctora is offline
Send a message via Yahoo to arybagusoctora Send a message via Skype™ to arybagusoctora
xines
Veteran Member
Join Date: Aug 2013
Location: Denmark
Old 03-22-2016 , 12:38   Re: Props Through the Floor Problem
Reply With Quote #6

Quote:
Originally Posted by arybagusoctora View Post
this problem happen again.. Noblock plugin can sometimes be overcome, but sometimes not.
Now i try this method https://forums.alliedmods.net/showpo...&postcount=155 i hope it work
If this works...
PHP Code:
import es
 
def es_map_start
(ev):
    
es.server.queuecmd('sv_turbophysics 0')
    
es.server.queuecmd('sv_bounce 0')
 
def round_start(ev):
    
es.server.queuecmd('sv_turbophysics 0')
    
es.server.queuecmd('sv_bounce 0'
To something like this:

PHP Code:
#include <sourcemod>

public OnPluginStart()
{
    
HookEvent("round_start"Event_OnRoundStart);
}

public 
OnMapStart()
{
    
ServerCommand("sv_turbophysics 0");
    
ServerCommand("sv_bounce 0");
}

public 
Action:Event_OnRoundStart(Handle:event, const String:name[], bool:dontBroadcast)
{
    
ServerCommand("sv_turbophysics 0");
    
ServerCommand("sv_bounce 0");
    return 
Plugin_Continue;

__________________
xines is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:39.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode