Wall of Errors
#1

I can't really explain the issue without posting all 46472 lines of this script. I got bored lately and decide to update a script that me and a friend did way back. I'm trying to convert it from ini to MySQL to start, but once i did that, it gave this wall of errors. Problem is, all these things are infact implemented, and the compilers saying they're not.

Код:
C:\Users\Jay\Desktop\SacGTA Update\pawno\include\seif_walk.inc(39) : error 004: function "Walk_OnPlayerKeyStateChange" is not implemented
C:\Users\Jay\Desktop\SacGTA Update\gamemodes\sacgta40.pwn(1280) : error 017: undefined symbol "SetVehicleParamsForPlayerEx"
C:\Users\Jay\Desktop\SacGTA Update\gamemodes\sacgta40.pwn(1307) : error 017: undefined symbol "SetVehicleParamsForPlayerEx"
C:\Users\Jay\Desktop\SacGTA Update\gamemodes\sacgta40.pwn(2395) : error 017: undefined symbol "ConvertToMoney"
C:\Users\Jay\Desktop\SacGTA Update\gamemodes\sacgta40.pwn(2590) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Users\Jay\Desktop\SacGTA Update\gamemodes\sacgta40.pwn(2630) : error 004: function "SetPlayerToTeamColor" is not implemented
C:\Users\Jay\Desktop\SacGTA Update\gamemodes\sacgta40.pwn(2656) : error 004: function "ProxDetector" is not implemented
C:\Users\Jay\Desktop\SacGTA Update\gamemodes\sacgta40.pwn(2658) : error 017: undefined symbol "SetLocalHUD"
C:\Users\Jay\Desktop\SacGTA Update\gamemodes\sacgta40.pwn(2669) : error 004: function "ProxDetector" is not implemented
C:\Users\Jay\Desktop\SacGTA Update\gamemodes\sacgta40.pwn(2671) : error 017: undefined symbol "SetLocalHUD"
C:\Users\Jay\Desktop\SacGTA Update\gamemodes\sacgta40.pwn(2679) : error 004: function "ProxDetector" is not implemented
C:\Users\Jay\Desktop\SacGTA Update\gamemodes\sacgta40.pwn(2681) : error 017: undefined symbol "SetLocalHUD"
C:\Users\Jay\Desktop\SacGTA Update\gamemodes\sacgta40.pwn(2691) : error 017: undefined symbol "ConvertToMoney"
C:\Users\Jay\Desktop\SacGTA Update\gamemodes\sacgta40.pwn(2705) : error 017: undefined symbol "SetLocalHUD"
C:\Users\Jay\Desktop\SacGTA Update\gamemodes\sacgta40.pwn(2713) : error 017: undefined symbol "SetLocalHUD"
C:\Users\Jay\Desktop\SacGTA Update\gamemodes\sacgta40.pwn(2721) : error 017: undefined symbol "SetLocalHUD"
C:\Users\Jay\Desktop\SacGTA Update\gamemodes\sacgta40.pwn(2737) : error 017: undefined symbol "SetLocalHUD"
C:\Users\Jay\Desktop\SacGTA Update\gamemodes\sacgta40.pwn(2745) : error 017: undefined symbol "SetLocalHUD"
C:\Users\Jay\Desktop\SacGTA Update\gamemodes\sacgta40.pwn(2753) : error 017: undefined symbol "SetLocalHUD"
C:\Users\Jay\Desktop\SacGTA Update\gamemodes\sacgta40.pwn(2766) : error 017: undefined symbol "SetLocalHUD"
C:\Users\Jay\Desktop\SacGTA Update\gamemodes\sacgta40.pwn(2774) : error 017: undefined symbol "SetLocalHUD"
C:\Users\Jay\Desktop\SacGTA Update\gamemodes\sacgta40.pwn(2782) : error 017: undefined symbol "SetLocalHUD"
C:\Users\Jay\Desktop\SacGTA Update\gamemodes\sacgta40.pwn(2790) : error 017: undefined symbol "SetLocalHUD"
C:\Users\Jay\Desktop\SacGTA Update\gamemodes\sacgta40.pwn(2798) : error 017: undefined symbol "SetLocalHUD"
C:\Users\Jay\Desktop\SacGTA Update\gamemodes\sacgta40.pwn(2806) : error 017: undefined symbol "SetLocalHUD"
C:\Users\Jay\Desktop\SacGTA Update\gamemodes\sacgta40.pwn(3251) : error 017: undefined symbol "cmdd"

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


26 Errors.
Reply
#2

It's because of missing or extra bracket(s).
Reply
#3

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
It's because of missing or extra bracket(s).
That can't be, I've searched that entire script and found none

EDIT: researched the script again, added a few things I forgot, and I still have the wall of errors :S
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)