SA-MP Forums Archive
Help? - 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? (/showthread.php?tid=154255)



Help? - Tnt12340 - 13.06.2010

Right; I get these errors, but i haven't a clue where i forgot to place an ending bracket;

How do i find where there is no ending bracket?

Код:
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(2399) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(3431) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(4247) : error 017: undefined symbol "LoadPlayerVehicles"
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(4258) : error 004: function "IsKeyJustDown" is not implemented
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(4450) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(4545) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(4549) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(4553) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(4565) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(4569) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(4573) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(4577) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(4581) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(4585) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(4589) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(4593) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(4597) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(4608) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(4612) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(4676) : error 004: function "ProxDetector" is not implemented
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(4684) : error 004: function "ProxDetector" is not implemented
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(6900) : error 017: undefined symbol "GetVehicleName"
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(7138) : error 017: undefined symbol "GetVehicleName"
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(7165) : error 017: undefined symbol "GetVehicleName"
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(7191) : error 017: undefined symbol "GetVehicleName"
C:\Documents and Settings\Eric\Desktop\NH-RP\NHRP Server\gamemodes\nhrp.pwn(7208) : error 017: undefined symbol "DestroyCarDealershipVehicle"



Re: Help? - Tnt12340 - 13.06.2010

Bump; I need this to be fixed swiftly.


Re: Help? - TheInnocentOne - 13.06.2010

Go to the line of the first error (given in the first compiler) and look around there.


Re: Help? - R@ger - 13.06.2010

you missed a } somewhere


Re: Help? - Tnt12340 - 13.06.2010

I've looked around there, but i've edited nothing above it;

It would be before that that i missed a, }, aye?


Re: Help? - TheInnocentOne - 13.06.2010

Yeah, it the closing bracket that isn't there is meant to be before the first error.

Keep looking


Re: Help? - Tnt12340 - 13.06.2010

I just looked over it all; I can't find anything.

Any chance that i could PM you my PWN File and you can look it over for me? I'm very new to scripting;


Re: Help? - Kar - 13.06.2010

download a different pawn compiler with colour surported.. and find the missing bracket easy

its probably near to the first error




Re: Help? - TheInnocentOne - 13.06.2010

I think you might actually be missing an include file with some functions in it, because I can't find the bracket either.


Re: Help? - Tnt12340 - 13.06.2010

But i didn't change anything, i only changed a few commands, and added SendStaffMessage in the public's.

Err, Gah ):