Compile Errors - What's wrong?
#1

Код:
C:\Users\HiddenGamer\Downloads\server\pawno\include\streamer.inc(155) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\HiddenGamer\Downloads\server\pawno\include\streamer.inc(236) : error 017: undefined symbol "MAPICON_LOCAL"
C:\Users\HiddenGamer\Downloads\server\pawno\include\streamer.inc(375) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\HiddenGamer\Downloads\server\pawno\include\streamer.inc(397) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\HiddenGamer\Downloads\server\pawno\include\streamer.inc(399) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(2531) : error 017: undefined symbol "Object_Object"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(2558) : warning 217: loose indentation
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(2645) : warning 217: loose indentation
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(2646) : warning 217: loose indentation
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(2767) : warning 217: loose indentation
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(2768) : warning 217: loose indentation
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(2816) : warning 217: loose indentation
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(2956) : warning 217: loose indentation
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(3252) : warning 217: loose indentation
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(3681) : warning 202: number of arguments does not match definition
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(3682) : warning 202: number of arguments does not match definition
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(3763) : warning 202: number of arguments does not match definition
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(3767) : warning 202: number of arguments does not match definition
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(3771) : warning 202: number of arguments does not match definition
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(3775) : error 017: undefined symbol "Create3DTextLabel"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(3822) : error 017: undefined symbol "ShowPlayerDialog"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(3955) : error 017: undefined symbol "AddAllToPlayer"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4017) : error 017: undefined symbol "gpci"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4017) : warning 202: number of arguments does not match definition
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4019) : error 017: undefined symbol "IsPlayerNPC"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4090) : error 017: undefined symbol "Object_OnPlayerDisconnect"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4263) : error 017: undefined symbol "IsPlayerNPC"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4279) : error 017: undefined symbol "GetPVarInt"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4281) : error 017: undefined symbol "GetPVarInt"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4510) : error 017: undefined symbol "GetPVarInt"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4515) : error 017: undefined symbol "SetPVarInt"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4586) : error 017: undefined symbol "GetPVarInt"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4588) : error 017: undefined symbol "SetPVarInt"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4589) : error 017: undefined symbol "SetPVarInt"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4592) : error 017: undefined symbol "GetPVarInt"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4595) : error 017: undefined symbol "GetPVarInt"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4725) : error 017: undefined symbol "file_write"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4851) : error 017: undefined symbol "SetPlayerChatBubble"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(4910) : error 017: undefined symbol "GetPVarInt"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(5350) : error 017: undefined symbol "SPECIAL_ACTION_DRINK_SPRUNK"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(5371) : error 017: undefined symbol "ShowPlayerDialog"
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(5449) : warning 202: number of arguments does not match definition
C:\Users\HiddenGamer\Desktop\Pawno\Pawno\script.pwn(5613) : error 017: undefined symbol "ShowPlayerDialog"

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


26 Errors.
I am running the latest server version on Linux CentOS. Could I get help with this please?
Reply
#2

Have you got the latest a_samp.inc ?
Reply
#3

I've updated the a_samp.inc file, but still the errors remain.
Reply
#4

Bump

Can anyone help with this please??
Reply
#5

download the server from sa-mp.com and then replace your includes in the pawno folder with the server one's
Reply
#6

Missing brace.
Reply
#7

Quote:
Originally Posted by SilverKiller
Посмотреть сообщение
download the server from sa-mp.com and then replace your includes in the pawno folder with the server one's
Done that several times, that's not the problem..
Quote:
Originally Posted by DaRk_RaiN
Посмотреть сообщение
Missing brace.
Where? What should I do to fix it?
Reply
#8

Looks like a Bracketerror, like DaRk_RaiN said.
Reply
#9

Well i never tested it but try using This tool
Reply
#10

Quote:
Originally Posted by DaRk_RaiN
Посмотреть сообщение
Well i never tested it but try using This tool
Anonymous555? what is that lol

EDIT: It is now the Bracket Fix thread, but what was that Anonymous555?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)