SA-MP Forums Archive
Errors.. lol - 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: Errors.. lol (/showthread.php?tid=86159)



Errors.. lol - Abernethy - 12.07.2009

http://pastebin.com/m57c93e57

Код:
C:\Users\Madhouse\Desktop\Server\gamemodes\Shit scripts\ShermanDam.pwn(189) : error 010: invalid function or declaration
C:\Users\Madhouse\Desktop\Server\gamemodes\Shit scripts\ShermanDam.pwn(191) : error 010: invalid function or declaration
C:\Users\Madhouse\Desktop\Server\gamemodes\Shit scripts\ShermanDam.pwn(193) : error 010: invalid function or declaration
C:\Users\Madhouse\Desktop\Server\gamemodes\Shit scripts\ShermanDam.pwn(200) : error 010: invalid function or declaration
C:\Users\Madhouse\Desktop\Server\gamemodes\Shit scripts\ShermanDam.pwn(202) : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


5 Errors.
Pretty annoying. I really don't see any problem with it.
Doesn't matter too much. It's not anything major, just a project to evolve my ability.


Re: Errors.. lol - Danny_Costelo - 12.07.2009

http://pawn.pastebin.com/m3e5a46bc

Fixed the errors


Re: Errors.. lol - Abernethy - 12.07.2009

Quote:
Originally Posted by 0xF29323
Thanks, care to explain what was wrong?


Re: Errors.. lol - Danny_Costelo - 12.07.2009

Quote:
Originally Posted by Abernethy
Quote:
Originally Posted by 0xF29323
Thanks, care to explain what was wrong?
You closed the bracket before adding PlayertoPoint to the command, so every command after that is invalid.