little bit help need
#1

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


pawn Код:
1194   public OnPlayerUpdate(playerid)

need help
Reply
#2

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

nope i dont have antoher one
Reply
#4

help plz
Reply
#5

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.
Reply
#6

You can not have two callback with the same name.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)