AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   zpclass (https://forums.alliedmods.net/showthread.php?t=340622)

tomriddle 11-28-2022 13:20

zpclass
 
Hello, I have a small problem with compilation. The problem is the following, I made changes to the zp_sirenclass_zombi code, changed the models, the blood, etc. the first error was Warning: Symbol "client_disconnect" is marked as deprecated: Use client_disconnected() instead. on line 211 I replaced client_disconnect with client_disconnected and this error disappeared, but this Error: Invalid symbol name "" on line 88 appeared, and the line of the error is this

https://i.imgur.com/l3MZe1s.png

I tried everything, but to no avail...
I also tried removing the line const GIB_NEVER = 0 and the plugin compiles, but a player when using siren zombie and gets killed after respawning can't use the ability.

If anyone can help or direct me I would be grateful. :)

DeMNiX 12-05-2022 23:47

Re: zpclass
 
just remove it
it's dublicates in cssdk_const.inc


All times are GMT -4. The time now is 14:56.

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