Quote:
Originally Posted by Anuris
Code:
***\pawno\include\YSF.inc(69) : error 010: invalid function or declaration
69 line:
pawn Code:
native native ApplyAnimationForPlayer(playerid, animplayerid, animlib[], animname[], Float:fDelta, loop, lockx, locky, freeze, time); // DOESN'T WORK
=)
|
It's ironic how I explicitly mentioned this a few posts above,
Quote:
Originally Posted by Abagail
You seem to have a slight typo, creating an invalid function or declaration error on the 69th line on the include. Native is there twice, when it should only be there once.
|