[HELP] mp_freezetime stop working when this plugin is on
1 Attachment(s)
Hi
my mp_freezetime stop working when This plugin is on....... anyone know the problem ? or fix? pls help me |
Re: [HELP] mp_freezetime stop working when this plugin is on
i think it is happening because you use set_user_maxspeed before round start
|
Re: [HELP] mp_freezetime stop working when this plugin is on
Before set_user_maxspeed, add this check :
if( get_user_maxspeed(id) != 1.0 ) |
Re: [HELP] mp_freezetime stop working when this plugin is on
PHP Code:
PHP Code:
PHP Code:
PHP Code:
or can u do that for me connor? |
Re: [HELP] mp_freezetime stop working when this plugin is on
if( iOwner != id )
if( get_user_maxspeed(id) != 1.0 ) -> if( iOwner != id && get_user_maxspeed(id) != 1.0 ) |
Re: [HELP] mp_freezetime stop working when this plugin is on
oh my god thank u, u are the best
awesome helps from Connor <3 |
| All times are GMT -4. The time now is 14:18. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.