29.07.2014, 15:44
I converted my GM from strcmp to zcmd but when i try to compile it I got some errors.
Код:
C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(2418) : error 017: undefined symbol "GivePlayerCash" C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(2447) : error 017: undefined symbol "GivePlayerCash" C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3056) : error 017: undefined symbol "strmatch" C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3064) : error 017: undefined symbol "strmatch" C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3147) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3151) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3163) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3167) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3171) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3175) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3179) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3183) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3187) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3191) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3203) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3207) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3211) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3215) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3219) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3231) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3235) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3239) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3251) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(3255) : error 004: function "PlayerToPoint" is not implemented C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(4247) : error 017: undefined symbol "ResetPlayerCash" C:\Users\Rares\Desktop\Focux RPG\gamemodes\focux.pwn(4905) : error 017: undefined symbol "GivePlayerCash" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors.