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

[CS:GO] my zr plugin


Post New Thread Reply   
 
Thread Tools Display Modes
bebe9b
Veteran Member
Join Date: May 2009
Location: Romania
Old 04-06-2019 , 10:58   Re: [CS:GO] my zr plugin
Reply With Quote #21

Hi,
No work plugin zr_classfix.smx.

L 04/06/2019 - 169:58: [SM] Exception reported: Invalid class index. (-1)
L 04/06/2019 - 169:58: [SM] Blaming: zombiereloaded.smx
L 04/06/2019 - 169:58: [SM] Call stack trace:
L 04/06/2019 - 169:58: [SM] [0] ThrowNativeError
L 04/06/2019 - 169:58: [SM] [1] Line 88, zr/api/class.api.inc::APISelectClientClass
L 04/06/2019 - 169:58: [SM] [3] ZR_SelectClientClass
L 04/06/2019 - 169:58: [SM] [4] Line 132, store/zrclass.sp::ZRClass_Remove
L 04/06/2019 - 169:58: [SM] [6] Call_Finish
L 04/06/2019 - 169:58: [SM] [7] Line 3054, C:\Users\Computer\Desktop\Projects\store-plugin\addons\sourcemod\scripting\store.sp::S tore_UnequipItem
L 04/06/2019 - 169:58: [SM] [8] Line 1944, C:\Users\Computer\Desktop\Projects\store-plugin\addons\sourcemod\scripting\store.sp::M enuHandler_Item
L 04/06/2019 - 16:490: Error log file session closed.

__________________
respecta si vei fi respectat
bebe9b is offline
simpson0141
Member
Join Date: Sep 2017
Location: South Korea
Old 04-06-2019 , 12:01   Re: [CS:GO] my zr plugin
Reply With Quote #22

Quote:
Originally Posted by bebe9b View Post
Hi,
No work plugin zr_classfix.smx.

L 04/06/2019 - 169:58: [SM] Exception reported: Invalid class index. (-1)
L 04/06/2019 - 169:58: [SM] Blaming: zombiereloaded.smx
L 04/06/2019 - 169:58: [SM] Call stack trace:
L 04/06/2019 - 169:58: [SM] [0] ThrowNativeError
L 04/06/2019 - 169:58: [SM] [1] Line 88, zr/api/class.api.inc::APISelectClientClass
L 04/06/2019 - 169:58: [SM] [3] ZR_SelectClientClass
L 04/06/2019 - 169:58: [SM] [4] Line 132, store/zrclass.sp::ZRClass_Remove
L 04/06/2019 - 169:58: [SM] [6] Call_Finish
L 04/06/2019 - 169:58: [SM] [7] Line 3054, C:\Users\Computer\Desktop\Projects\store-plugin\addons\sourcemod\scripting\store.sp::S tore_UnequipItem
L 04/06/2019 - 169:58: [SM] [8] Line 1944, C:\Users\Computer\Desktop\Projects\store-plugin\addons\sourcemod\scripting\store.sp::M enuHandler_Item
L 04/06/2019 - 16:490: Error log file session closed.

i think that isn't a problem with zr_classfix plugin, problem with zrclass plugin in the store
https://forums.alliedmods.net/showpo...&postcount=363

1. download attach file
2. put in scrpiting - store folder and recompile the store plugin
3. open the store.cfg file in the cfg - sourcemod folder and set a valid class name for the sm_store_zrclass_default_human and sm_store_zrclass_default_human convars

Last edited by simpson0141; 04-06-2019 at 12:03.
simpson0141 is offline
bebe9b
Veteran Member
Join Date: May 2009
Location: Romania
Old 04-06-2019 , 16:31   Re: [CS:GO] my zr plugin
Reply With Quote #23

I have to recompile the store's plugin?
zrclass.sp move / addons / scripting/ folder store ?


Must match the playerclasses.txt name ?

// Name of the default human class.
// -
// Default: "Normal Human"
sm_store_zrclass_default_human "Normal Human" >> default humans

// Name of the default zombie class.
// -
// Default: "Classic"
sm_store_zrclass_default_zombie "zombie" >> mother zombie
__________________
respecta si vei fi respectat

Last edited by bebe9b; 04-07-2019 at 06:09.
bebe9b is offline
Truyn
Junior Member
Join Date: Mar 2019
Old 04-08-2019 , 03:24   Re: [CS:GO] my zr plugin
Reply With Quote #24

@simpson0141 didn't check my problem?
Occasionally, zombie classes go astray
And very often, ordinary players are given a mother of zombies.


This problem is terribly sick. Maybe I'm doing something wrong?


80.93.187.4:27615 ip my server



I repeat.

Me, and other players are given a zombie mother class, completely by accident. When we are not the first zombies.

Last edited by Truyn; 04-08-2019 at 03:29.
Truyn is offline
NanoC
Veteran Member
Join Date: Jan 2016
Location: Argentina
Old 04-09-2019 , 01:49   Re: [CS:GO] my zr plugin
Reply With Quote #25

Hello, thanks for sharing this. But, what is the difference between your modified version and the franc1sco's one?
Did you fix something wrong? i've noticed that franc1sco's version could crash the servers, one crash dump:
https://crash.limetech.org/3hge5c6ahprv

also:
__________________
NanoC is offline
Send a message via Skype™ to NanoC
simpson0141
Member
Join Date: Sep 2017
Location: South Korea
Old 04-09-2019 , 04:00   Re: [CS:GO] my zr plugin
Reply With Quote #26

@bebe9b
1. put in zrclass.sp to sourcemod/scripting/store folder (replaced it)
2. open the store.cfg file in the cfg - sourcemod folder and set a valid class name for the sm_store_zrclass_default_human and sm_store_zrclass_default_human convars (
you are right)
3. recompile store plugin, and apply

@Truyn i was busy with work and had no time to test it. i will test it when I have time
@NanoC this version only fixes a few bugs I found while using it. and i didn't crash using this version on my server. i also used the fransisco version, but there was no crash

sorry my bad english

Last edited by simpson0141; 04-09-2019 at 06:14.
simpson0141 is offline
simpson0141
Member
Join Date: Sep 2017
Location: South Korea
Old 04-09-2019 , 10:25   Re: [CS:GO] my zr plugin
Reply With Quote #27

Quote:
Originally Posted by Truyn View Post
@simpson0141 didn't check my problem?
Occasionally, zombie classes go astray
And very often, ordinary players are given a mother of zombies.


This problem is terribly sick. Maybe I'm doing something wrong?


80.93.187.4:27615 ip my server



I repeat.

Me, and other players are given a zombie mother class, completely by accident. When we are not the first zombies.
updated, retry please
but i did not test it
simpson0141 is offline
simpson0141
Member
Join Date: Sep 2017
Location: South Korea
Old 04-11-2019 , 14:55   Re: [CS:GO] my zr plugin
Reply With Quote #28

the file was attached incorrectly. please retry again.
simpson0141 is offline
Rozwel
Junior Member
Join Date: Apr 2019
Old 04-23-2019 , 04:43   Re: [CS:GO] my zr plugin
Reply With Quote #29

Knockback is not working when using your version.
With franug's latest version it's all fine.
Rozwel is offline
mintique
Junior Member
Join Date: Mar 2019
Old 04-25-2019 , 08:20   Re: [CS:GO] my zr plugin
Reply With Quote #30

Quote:
Originally Posted by Rozwel View Post
Knockback is not working when using your version.
With franug's latest version it's all fine.
my server knockback is working fine do you have movement unlocker?
mintique is offline
Reply


Thread Tools
Display Modes

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 02:15.


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