Pawno Includes Help
#1

Hello everyone, I would like to request some help with a filescript from "rootcause". The filescript name is "[0.3.7] Yet Another House System" and link is "https://sampforum.blast.hk/showthread.php?tid=568319" . Recently I've been trying to get this work, The error I'm getting is.

"
C:\Users\Matic\Desktop\Samp Server LocalHost\pawno\include\streamer.inc(166) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\Matic\Desktop\Samp Server LocalHost\pawno\include\streamer.inc(341) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\Matic\Desktop\Samp Server LocalHost\pawno\include\streamer.inc(364) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\Matic\Desktop\Samp Server LocalHost\pawno\include\streamer.inc(366) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
C:\Users\Matic\Desktop\Samp Server LocalHost\pawno\include\streamer.inc(487) : warning 235: public function lacks forward declaration (symbol "OnPlayerWeaponShot")
C:\Users\Matic\Desktop\Samp Server LocalHost\pawno\include\streamer.inc(489) : error 017: undefined symbol "BULLET_HIT_TYPE_PLAYER_OBJECT"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(1260) : error 017: undefined symbol "DIALOG_STYLE_TABLIST"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(1337) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(1431) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(148 : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(1494) : error 017: undefined symbol "SelectObject"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(1501) : error 017: undefined symbol "SelectObject"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(1603) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(1655) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(168 : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(1745) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(1791) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(1830) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(1979) : error 017: undefined symbol "CancelEdit"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(1999) : error 017: undefined symbol "EDIT_RESPONSE_CANCEL"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(2009) : error 017: undefined symbol "EDIT_RESPONSE_FINAL"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(2060) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"

"

Yes. I'm using the latest SA-MP 0.3.7-R2 Windows Server
I'm using the latest streamer and sscanf2.

Thanks for taking your time to review this and if there's anyone who've sucessfully ran this game mode and looking to to give me their includes are help can add my skype @ SGMaticownz@gmail.com
-
Reply
#2

Quote:
Originally Posted by MaticOwns
Посмотреть сообщение
Yes. I'm using the latest SA-MP 0.3.7-R2 Windows Server
Compiler says no. This only happens when outdated libraries are being used. Often caused by having multiple server packages and double clicking on pwn files. Open the right editor first then open the file through the editor. That way you're sure the compiler looks in the correct folder.
Reply
#3

Just tried what you suggested, Got this Error

C:\Users\Matic\Desktop\Samp Server LocalHost\pawno\include\streamer.inc(166) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\Matic\Desktop\Samp Server LocalHost\pawno\include\streamer.inc(341) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\Matic\Desktop\Samp Server LocalHost\pawno\include\streamer.inc(364) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\Matic\Desktop\Samp Server LocalHost\pawno\include\streamer.inc(366) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
C:\Users\Matic\Desktop\Samp Server LocalHost\pawno\include\streamer.inc(487) : warning 235: public function lacks forward declaration (symbol "OnPlayerWeaponShot")
C:\Users\Matic\Desktop\Samp Server LocalHost\pawno\include\streamer.inc(489) : error 017: undefined symbol "BULLET_HIT_TYPE_PLAYER_OBJECT"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(1260) : error 017: undefined symbol "DIALOG_STYLE_TABLIST"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(1337) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(1431) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(148 : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(1494) : error 017: undefined symbol "SelectObject"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(1501) : error 017: undefined symbol "SelectObject"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(1603) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(1655) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(168 : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(1745) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(1791) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(1830) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(1979) : error 017: undefined symbol "CancelEdit"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(1999) : error 017: undefined symbol "EDIT_RESPONSE_CANCEL"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(2009) : error 017: undefined symbol "EDIT_RESPONSE_FINAL"
C:\Users\Matic\Desktop\Samp Server LocalHost\filterscripts\house_r40.pwn(2060) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


19 Errors.


Would you recommend clearing my plugins and includes folder and reinstalling the requirements again?
Reply
#4

Reinstalled all the latest plugins after clearing my includes and plugins folder seeing this now.

C:\Users\Matic\Desktop\SAMP SERVER\pawno\include\zcmd.inc(49) : warning 217: loose indentation
C:\Users\Matic\Desktop\SAMP SERVER\pawno\include\zcmd.inc(96) : warning 217: loose indentation
C:\Users\Matic\Desktop\SAMP SERVER\pawno\include\zcmd.inc(97) : warning 217: loose indentation
C:\Users\Matic\Desktop\SAMP SERVER\pawno\include\zcmd.inc(9 : warning 217: loose indentation
C:\Users\Matic\Desktop\SAMP SERVER\pawno\include\zcmd.inc(120) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Line 120 Function:
enum e_furniture
{
SQLID,
HouseID,
ArrayID,
Float: furnitureX,
Float: furnitureY,
Float: furnitureZ,
Float: furnitureRX,
Float: furnitureRY,
Float: furnitureRZ
};

98,97,96, Lines :
HouseIcon,
bool: Save
};
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)