Raised This Month: $51 Target: $400
 12% 

[NMRiH] Clear map 1.2.0 [2016/09/15]


Post New Thread Reply   
 
Thread Tools Display Modes
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 02-21-2021 , 13:12   Re: [NMRiH] Clear map 1.2.0 [2016/09/15]
Reply With Quote #11

phoenix0001, only don't use plugins that often change collision for models (like NoBlock).
And restart server after phisics crash.
__________________
Grey83 is offline
Shazam
Junior Member
Join Date: Feb 2021
Old 08-19-2021 , 15:41   Re: [NMRiH] Clear map 1.2.0 [2016/09/15]
Reply With Quote #12

Hi,

warning 234: symbol "GetMaxClients" is marked as deprecated: Use MaxClients variable instead.

in lines: 75, 96, 144
Shazam is offline
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 08-20-2021 , 09:18   [NMRiH] Clear map 1.2.5 [2021/08/25]
Reply With Quote #13

Quote:
Originally Posted by Shazam View Post
Hi,

warning 234: symbol "GetMaxClients" is marked as deprecated: Use MaxClients variable instead.

in lines: 75, 96, 144
UPD Fixed error "Exception reported: Entity * is invalid"
UPD2 Fixed error "Exception reported: Entity * is invalid" in the other place
Attached Files
File Type: sp Get Plugin or Get Source (nmrih_clear_map 1.2.5.sp - 116 views - 7.5 KB)
__________________

Last edited by Grey83; 08-25-2021 at 08:49.
Grey83 is offline
Shazam
Junior Member
Join Date: Feb 2021
Old 08-20-2021 , 12:20   Re: [NMRiH] Clear map 1.2.0 [2016/09/15]
Reply With Quote #14

thanks you
Shazam is offline
Shazam
Junior Member
Join Date: Feb 2021
Old 08-21-2021 , 19:38   Re: [NMRiH] Clear map 1.2.0 [2016/09/15]
Reply With Quote #15

[SM] Exception reported: Entity 190 (190) is invalid
L 08/21/2021 - 20:27:43: [SM] Blaming: disabled\nmrih_clear_map 1.2.5.smx
L 08/21/2021 - 20:27:43: [SM] Call stack trace:
L 08/21/2021 - 20:27:43: [SM] [0] GetEntPropString
L 08/21/2021 - 20:27:43: [SM] [1] Line 766, C:\Users\user\spedit\sourcepawn\configs\sm_1_ 8_5914\include\entity.inc::GetEntityClassname
L 08/21/2021 - 20:27:43: [SM] [2] Line 201, C:\Users\user\nmrih_clear_map 1.2.5.sp::ClearMap
L 08/21/2021 - 20:27:43: [SM] [3] Line 83, C:\Users\user\nmrih_clear_map 1.2.5.sp::OnPluginStart
Shazam is offline
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 08-22-2021 , 02:37   Re: [NMRiH] Clear map 1.2.0 [2016/09/15]
Reply With Quote #16

Shazam, try the updated version in the comment above.
__________________
Grey83 is offline
Shazam
Junior Member
Join Date: Feb 2021
Old 08-24-2021 , 18:11   Re: [NMRiH] Clear map 1.2.0 [2016/09/15]
Reply With Quote #17

Quote:
Originally Posted by Grey83 View Post
Shazam, try the updated version in the comment above.
Why show this?

[Clear map] Autoclearing is disabled.
Shazam is offline
Shazam
Junior Member
Join Date: Feb 2021
Old 08-24-2021 , 18:15   Re: [NMRiH] Clear map 1.2.0 [2016/09/15]
Reply With Quote #18

and i input sm_clear in console...

L 08/24/2021 - 19:12:59: [SM] Exception reported: Entity 123 (123) is invalid
L 08/24/2021 - 19:12:59: [SM] Blaming: disabled\nmrih_clear_map 1.2.5.smx
L 08/24/2021 - 19:12:59: [SM] Call stack trace:
L 08/24/2021 - 19:12:59: [SM] [0] GetEntPropEnt
L 08/24/2021 - 19:12:59: [SM] [1] Line 268, /home/forums/content/files/2/5/6/7/1/3/190997.attach::IsValidItem
L 08/24/2021 - 19:12:59: [SM] [2] Line 227, /home/forums/content/files/2/5/6/7/1/3/190997.attach::RemoveItems
L 08/24/2021 - 19:12:59: [SM] [3] Line 112, /home/forums/content/files/2/5/6/7/1/3/190997.attach::Cmd_NoItems
Shazam is offline
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 08-25-2021 , 08:44   Re: [NMRiH] Clear map 1.2.0 [2016/09/15]
Reply With Quote #19

Shazam, add "!" sign before CheckEntity() at line 227 plz.

if(CheckEntity(i, class, sizeof(class)) || !IsValidItem(i, class))
==>
if(!CheckEntity(i, class, sizeof(class)) || !IsValidItem(i, class))
__________________
Grey83 is offline
Shazam
Junior Member
Join Date: Feb 2021
Old 08-26-2021 , 02:14   Re: [NMRiH] Clear map 1.2.0 [2016/09/15]
Reply With Quote #20

Quote:
Originally Posted by Grey83 View Post
Shazam, add "!" sign before CheckEntity() at line 227 plz.

if(CheckEntity(i, class, sizeof(class)) || !IsValidItem(i, class))
==>
if(!CheckEntity(i, class, sizeof(class)) || !IsValidItem(i, class))
thanks you , work "sm_clear" but is no automatic...
in console: [Clear map] Autoclearing is disabled.
Shazam 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 04:21.


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