Not implemented - 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: Not implemented (
/showthread.php?tid=330779)
Not implemented -
berz - 02.04.2012
Hello, i've been making some changes in gm and suddenly those errors showed up -
pawn Код:
error 004: function "SafeGivePlayerMoney" is not implemented
error 004: function "SafeGivePlayerMoney" is not implemented
error 004: function "SafeResetPlayerWeapons" is not implemented
error 004: function "SafeGivePlayerWeapon" is not implemented
error 004: function "SafeResetPlayerWeapons" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 004: function "PlayerToPoint" is not implemented
error 004: function "PlayerToPoint" is not implemented
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
26 Errors.
and on those lines there is nothing wrong :O help pls if able.
Re: Not implemented -
Cjgogo - 02.04.2012
You should try to use IsPlayerInRangeOfPoint instead of PlayerToPoint
Re: Not implemented -
blank. - 02.04.2012
The functions are not present in the code, did you remove an include by any chance?
Re: Not implemented -
berz - 02.04.2012
Nope, i haven't delete any include
Re: Not implemented -
Dignity - 30.12.2013
How did you get those functions?
These are defined ones provided by SA-MP themselves and I think you're better off using those:
ResetPlayerWeapons
GivePlayerWeapon
GivePlayerMoney
Re: Not implemented -
TheOriginal1337 - 30.12.2013
It just mean that you didn't use:
public PlayerToPoint
public SafeGivePlayerMoney
public SafeGivePlayerWeapon
public SafeResetPlayerWeapons