Brace Problem :S - 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: Brace Problem :S (
/showthread.php?tid=156591)
Brace Problem :S -
iZN - 23.06.2010
I can't find the missing brace.
Do you know guys what to do?
Compile Errors
Код:
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(819) : error 017: undefined symbol "UpdateConfig"
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(820) : error 017: undefined symbol "ReadTextDraws"
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(838) : error 004: function "IALoad" is not implemented
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(844) : error 004: function "AddPickups" is not implemented
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(894) : error 017: undefined symbol "CreateHouse"
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(895) : error 017: undefined symbol "CreateHouse"
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(896) : error 017: undefined symbol "CreateHouse"
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(897) : error 017: undefined symbol "CreateHouse"
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(898) : error 017: undefined symbol "CreateHouse"
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(899) : error 017: undefined symbol "CreateHouse"
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(900) : error 017: undefined symbol "CreateHouse"
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(901) : error 017: undefined symbol "CreateHouse"
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(987) : error 004: function "SaveTeleport" is not implemented
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(1110) : error 017: undefined symbol "GetPName"
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(1119) : error 017: undefined symbol "GetPName"
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(1127) : error 017: undefined symbol "GetPName"
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(1212) : error 004: function "SaveIn" is not implemented
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(1228) : error 004: function "SaveIn" is not implemented
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(1248) : error 004: function "SaveIn" is not implemented
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(1331) : error 004: function "SaveIn" is not implemented
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(1351) : error 017: undefined symbol "SavePlayerStats"
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(1373) : error 004: function "EraseVeh" is not implemented
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(1391) : error 017: undefined symbol "GetPName"
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(1400) : error 017: undefined symbol "GetPName"
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(1407) : error 017: undefined symbol "GetPName"
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(1406) : warning 204: symbol is assigned a value that is never used: "current"
F:\Server\Stunting Rumble\gamemodes\S-R.pwn(1417) : error 017: undefined symbol "AdvanceSpectate"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
26 Errors.
Help...
Re: Brace Problem :S -
[LSR]State_Trooper - 23.06.2010
Go back through what ever you last added, Check it remove it part by part and see where the error is and then correct it.