• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Error on weapon-config.inc
#4
The declaration of that native function in a_players.inc is:

Code:
native ApplyAnimation(playerid, animlib[], animname[], Float:fDelta, loop, lockx, locky, freeze, time, forcesync = 0);

Is it possible that the arguments in that function inside weapon-config.inc are using constant arguments? (eg. const animlib[] and const animname[])? If so that very well might be the issue.
  Reply


Messages In This Thread
Error on weapon-config.inc - by DaZzY - 2020-10-16, 04:33 PM
RE: Error on weapon-config.inc - by Kwarde - 2020-10-16, 04:38 PM
RE: Error on weapon-config.inc - by DaZzY - 2020-10-16, 04:50 PM
RE: Error on weapon-config.inc - by Kwarde - 2020-10-17, 09:04 PM
RE: Error on weapon-config.inc - by DaZzY - 2020-10-21, 11:09 AM
RE: Error on weapon-config.inc - by DaZzY - 2020-10-21, 01:02 PM
RE: Error on weapon-config.inc - by Pinch - 2020-10-21, 10:09 PM

Forum Jump: