SA-MP Forums Archive
Symbol is already defined? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Symbol is already defined? (/showthread.php?tid=344987)



Symbol is already defined? - KaWavan - 23.05.2012

When I try to compile my script it says error 021: symbol already defined: "OnPlayerPickUpPickup"
But i have no OnPlayerPickUpPickup in my script... anybody can help?


Re: Symbol is already defined? - Faisal_khan - 23.05.2012

It must be in one of your includes.


Re: Symbol is already defined? - [FMJ]PowerSurge - 23.05.2012

Paste the entire error line here.


Re: Symbol is already defined? - KaWavan - 24.05.2012

E:\GTA SAN ANDREAS\pawno\include\streamer.inc(356) : error 021: symbol already defined: "OnPlayerPickUpPickup"
E:\GTA SAN ANDREAS\gamemodes\LSmassacre.pwn(472 : warning 217: loose indentation
E:\GTA SAN ANDREAS\gamemodes\LSmassacre.pwn(4742) : warning 219: local variable "infected" shadows a variable at a preceding level
E:\GTA SAN ANDREAS\gamemodes\LSmassacre.pwn(4749) : warning 211: possibly unintended assignment
E:\GTA SAN ANDREAS\gamemodes\LSmassacre.pwn(4803) : warning 217: loose indentation
E:\GTA SAN ANDREAS\gamemodes\LSmassacre.pwn(4932) : warning 219: local variable "HP" shadows a variable at a preceding level
E:\GTA SAN ANDREAS\gamemodes\LSmassacre.pwn(5003) : warning 217: loose indentation
E:\GTA SAN ANDREAS\gamemodes\LSmassacre.pwn(5182) : warning 203: symbol is never used: "gPlayerUsingLoopingAnim"
E:\GTA SAN ANDREAS\gamemodes\LSmassacre.pwn(5182) : warning 203: symbol is never used: "ret_memcpy"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.


Re: Symbol is already defined? - JaKe Elite - 24.05.2012

remove OnPlayerPickUpPickup


Re: Symbol is already defined? - KaWavan - 24.05.2012

i dont have OnPlayerPickUpPickup in my script. and that OnPlayerPickUpPickup is in that include