SA-MP Forums Archive
PlayerToPoint and GivePlayerCash - 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: PlayerToPoint and GivePlayerCash (/showthread.php?tid=389938)



PlayerToPoint and GivePlayerCash - xtr3mepWnaGe - 04.11.2012

ok, so i edited my script then this happened. It doesn't show up when i compile it before.. but now, it shows up..
Код:
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(3298) : error 017: undefined symbol "GivePlayerCash"
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(3324) : error 017: undefined symbol "GivePlayerCash"
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(4032) : error 004: function "PlayerToPoint" is not implemented
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(4036) : error 004: function "PlayerToPoint" is not implemented
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(4062) : error 004: function "PlayerToPoint" is not implemented
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(4066) : error 004: function "PlayerToPoint" is not implemented
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(4072) : error 004: function "PlayerToPoint" is not implemented
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(4085) : error 004: function "PlayerToPoint" is not implemented
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(4089) : error 004: function "PlayerToPoint" is not implemented
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(4093) : error 004: function "PlayerToPoint" is not implemented
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(4097) : error 004: function "PlayerToPoint" is not implemented
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(4101) : error 004: function "PlayerToPoint" is not implemented
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(4105) : error 004: function "PlayerToPoint" is not implemented
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(4144) : error 004: function "PlayerToPoint" is not implemented
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(4148) : error 004: function "PlayerToPoint" is not implemented
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(4152) : error 004: function "PlayerToPoint" is not implemented
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(4156) : error 004: function "PlayerToPoint" is not implemented
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(4160) : error 004: function "PlayerToPoint" is not implemented
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(4164) : error 004: function "PlayerToPoint" is not implemented
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(4168) : error 004: function "PlayerToPoint" is not implemented
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(4172) : error 004: function "PlayerToPoint" is not implemented
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(4176) : error 004: function "PlayerToPoint" is not implemented
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(4180) : error 004: function "PlayerToPoint" is not implemented
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(4184) : error 004: function "PlayerToPoint" is not implemented
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(4188) : error 004: function "PlayerToPoint" is not implemented
E:\GTA SA\SERVERS\New Life RP\gamemodes\NLRP.pwn(4192) : error 004: function "PlayerToPoint" is not implemented

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.



Re: PlayerToPoint and GivePlayerCash - InfiniTy. - 04.11.2012

You probably forgot a } ..