Help me please. - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help me please. (
/showthread.php?tid=157792)
Help me please. -
Rilehh - 07.07.2010
Hey, I think I am missing a bracket somewhere but I cannot find it at all, Help me find it and fix it for me please. Thanks
Код:
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(1666) : error 004: function "SafeResetPlayerWeapons" is not implemented
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(1667) : error 004: function "SafeGivePlayerWeapon" is not implemented
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(1694) : error 004: function "SafeResetPlayerWeapons" is not implemented
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(2471) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(2994) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(3273) : error 004: function "ClearChatbox" is not implemented
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(3278) : error 004: function "ClearChatbox" is not implemented
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(3289) : error 004: function "SafeResetPlayerWeapons" is not implemented
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(3290) : error 004: function "SafeGivePlayerWeapon" is not implemented
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(3317) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(3464) : error 004: function "SafeGivePlayerWeapon" is not implemented
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(3565) : error 004: function "ProxDetectorS" is not implemented
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(3763) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(3831) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(3862) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(3863) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(3909) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(3910) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(3940) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(3941) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(3947) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(3948) : error 004: function "SafeGivePlayerMoney" is not implemented
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(3971) : error 004: function "BusrouteEnd" is not implemented
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(3972) : error 004: function "BusrouteEnd" is not implemented
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(3973) : error 004: function "BusrouteEnd" is not implemented
C:\Users\Joe\Desktop\Sa-mp\gamemodes\logicalroleplay.pwn(4205) : error 004: function "SafeGivePlayerMoney" is not implemented
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
26 Errors.
script :
http://www.mediafire.com/?yvqmmejtjom
Re: Help me please. -
Hiddos - 07.07.2010
Would you mind uploading it to
Pastebin next time, and just showing us the lines you recently edited/added? Going through 44315 lines isn't amusing
Re: Help me please. -
DJDhan - 07.07.2010
I don't think it's a missing bracket. It's something to do with the custom functions like
Код:
Safesomething(playerid)
You can be sure of the fact that it's not only 26 errors, but many hidden errors that pop out when you solve one.
Are you sure you have all the necessary include files in the pawno--->includes directory?
Re: Help me please. -
Rilehh - 08.07.2010
I'm pretty sure it is a missing bracket, and I do have all the includes. I edited quite alot in a big bulk without compiling because i'm a fool, but the last things I edited are : /skill, Crack & Pot, Edited the arms dealer job, Removed some jobs and I cannot remember what else I did.