Thread: Compile Errors
View Single Post
Author Message
Diggingwolf2605
Junior Member
Join Date: Apr 2020
Old 03-31-2021 , 08:03   Compile Errors
Reply With Quote #1

I am trying to edit this plugin: https://forums.alliedmods.net/showthread.php?p=1208693

When i try to re-compile, it has multiple errors on the same line. I'm not exactly sure what causes these errors.

fortspawner.sp(99 : warning 219: local variable "client" shadows a variable at a preceding level
fortspawner.sp(99 : warning 219: local variable "args" shadows a variable at a preceding level
fortspawner.sp(1005) : warning 219: local variable "index" shadows a variable at a preceding level
fortspawner.sp(1047) : warning 219: local variable "client" shadows a variable at a preceding level
fortspawner.sp(1047) : warning 219: local variable "args" shadows a variable at a preceding level
fortspawner.sp(1066) : warning 219: local variable "param" shadows a variable at a preceding level
fortspawner.sp(1100) : warning 219: local variable "index" shadows a variable at a preceding level
fortspawner.sp(1204) : warning 219: local variable "client" shadows a variable at a preceding level

fortspawner.sp(140 : error 021: symbol already defined: "RemoveEntity"
fortspawner.sp(1410) : error 010: invalid function or declaration
fortspawner.sp(1412) : error 010: invalid function or declaration
fortspawner.sp(1417) : error 010: invalid function or declaration
fortspawner.sp(1420) : error 010: invalid function or declaration
fortspawner.sp(1424) : error 010: invalid function or declaration
fortspawner.sp(1427) : error 021: symbol already defined: "GetCmdArg"
fortspawner.sp(1429) : error 054: unmatched closing brace ("}")
fortspawner.sp(1430) : error 010: invalid function or declaration
fortspawner.sp(1433) : error 054: unmatched closing brace ("}")
fortspawner.sp(1435) : error 010: invalid function or declaration
fortspawner.sp(1439) : error 021: symbol already defined: "ReplyToCommand"
fortspawner.sp(1440) : error 021: symbol already defined: "RemoveFromLimit"
Attached Files
File Type: sp Get Plugin or Get Source (fortspawner.sp - 40 views - 57.0 KB)
Diggingwolf2605 is offline