13.03.2012, 20:42
Hi Gooday,
That warning usually means that the "OnPlayerUpdate" function has already been called somewhere else.
See if you have
anywhere else in your code/includes. If you do, you need to combine them.
Cheers,
TJ
That warning usually means that the "OnPlayerUpdate" function has already been called somewhere else.
See if you have
pawn Код:
public OnPlayerUpdate()
Cheers,
TJ