AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   Error: Symbol already defined: OnPluginStart and OnClientPutInServer (https://forums.alliedmods.net/showthread.php?t=320093)

baskin 12-04-2019 04:21

Error: Symbol already defined: OnPluginStart and OnClientPutInServer
 
Error Image:

https://prnt.sc/q5zdwf

Ilusion9 12-04-2019 08:23

Re: Error: Symbol already defined: OnPluginStart and OnClientPutInServer
 
You defined the same function twice. Use it once: combine both of them.

baskin 12-04-2019 16:09

Re: Error: Symbol already defined: OnPluginStart and OnClientPutInServer
 
Quote:

Originally Posted by Ilusion9 (Post 2675634)
You defined the same function twice. Use it once: combine both of them.

Thank you. I would fix the "OnPluginStart" error and merge the files in one place. However, the error "OnClientPutInServer" still persists.

Mitchell 12-04-2019 23:31

Re: Error: Symbol already defined: OnPluginStart and OnClientPutInServer
 
Quote:

Originally Posted by baskin (Post 2675714)
Thank you. I would fix the "OnPluginStart" error and merge the files in one place. However, the error "OnClientPutInServer" still persists.

It's because you're trying to combine multiple standalone plugins into one compiled plugin.


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

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