already defined S@@_OnPlayerDisconnect
#1

Hey there i have these errors and i dont know what to do guys..

pawn Код:
...\include\YSI\y_iterate.inc(622) : error 021: symbol already defined: "S@@_OnPlayerConnect"
...\include\YSI\y_iterate.inc(906) : error 021: symbol already defined: "S@@_OnPlayerDisconnect"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase
Reply
#2

Look in your script for MISSING or EXTRA brackets '{'/'}' this could be the reason.
Reply
#3

ok thanks man
Reply
#4

Quote:

...\include\YSI\y_iterate.inc(622) : error 021: symbol already defined: "S@@_OnPlayerConnect"
...\include\YSI\y_iterate.inc(906) : error 021: symbol already defined: "S@@_OnPlayerDisconnect"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

You already defines OnPlayerConnect, OnPlayerDisconnect probably or you have a missing bracket above these two.
Reply
#5

Got same problem, but i dont have any extra or missing brackets on my script
Reply
#6

If you use foreach than try to comment that include as Iterate is extended foreach...
Reply
#7

What includes do you use? One of them does not hook the callbacks something every include should: https://sampforum.blast.hk/showthread.php?tid=570910
Reply
#8

You have 2 onplayerconnect in your script so you have to remove one CTRL+F OnPlayerConnect!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)