SA-MP Forums Archive
little bit help need - 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: little bit help need (/showthread.php?tid=423548)



little bit help need - Xoomer - 18.03.2013

D:\HIGHSP~1\GAMEMO~1\TDM.pwn(1194) : error 021: symbol already defined: "OnPlayerUpdate"


pawn Код:
1194   public OnPlayerUpdate(playerid)

need help


Re: little bit help need - Misiur - 18.03.2013

You have 2 OnPlayerUpdate in one pwn file. Find another one and merge them


Re: little bit help need - Xoomer - 18.03.2013

nope i dont have antoher one


Re: little bit help need - Xoomer - 18.03.2013

help plz


Re: little bit help need - Konstantinos - 18.03.2013

Misiur is correct. You've two OnPlayerUpdate callbacks, compiler cannot be wrong..
Use "Ctrl + F" and search for "OnPlayerUpdate". Check the line and then do it once again with "Direction > Backward" and see if there's another same callback. One of them is at line 1194.


Respuesta: little bit help need - Parka - 18.03.2013

You can not have two callback with the same name.