Scripting FC:RP. 26 Errors?
#1

Would anyone be so kind to help? I'm a trying to fix it aswell, but I would like some assistance with doing so, not asking for someone to completely fix it for me, however to guide me. Thank you .
PS: I have also got the right Includes.

Quote:

C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\pawno\include\erp_inc.inc(3) : warning 201: redefinition of constant/macro (symbol "MAX_PICKUPS")
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\pawno\include\streamer.inc(156) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\pawno\include\streamer.inc(382) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\pawno\include\streamer.inc(404) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\pawno\include\streamer.inc(406) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\gamemodes\FCRP.pwn(3465) : error 017: undefined symbol "AddHouse"
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\gamemodes\FCRP.pwn(346 : error 017: undefined symbol "AddHouse"
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\gamemodes\FCRP.pwn(3469) : error 017: undefined symbol "AddHouse"
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\gamemodes\FCRP.pwn(3470) : error 017: undefined symbol "AddHouse"
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\gamemodes\FCRP.pwn(3471) : error 017: undefined symbol "AddHouse"
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\gamemodes\FCRP.pwn(3472) : error 017: undefined symbol "AddHouse"
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\gamemodes\FCRP.pwn(3473) : error 017: undefined symbol "AddHouse"
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\gamemodes\FCRP.pwn(3474) : error 017: undefined symbol "AddHouse"
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\gamemodes\FCRP.pwn(3475) : error 017: undefined symbol "AddHouse"
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\gamemodes\FCRP.pwn(3476) : error 017: undefined symbol "AddHouse"
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\gamemodes\FCRP.pwn(3477) : error 017: undefined symbol "AddHouse"
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\gamemodes\FCRP.pwn(347 : error 017: undefined symbol "AddHouse"
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\gamemodes\FCRP.pwn(3479) : error 017: undefined symbol "AddHouse"
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\gamemodes\FCRP.pwn(3480) : error 017: undefined symbol "AddHouse"
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\gamemodes\FCRP.pwn(3481) : error 017: undefined symbol "AddHouse"
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\gamemodes\FCRP.pwn(3482) : error 017: undefined symbol "AddHouse"
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\gamemodes\FCRP.pwn(3483) : error 017: undefined symbol "AddHouse"
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\gamemodes\FCRP.pwn(3484) : error 017: undefined symbol "AddHouse"
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\gamemodes\FCRP.pwn(3485) : error 017: undefined symbol "AddHouse"
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\gamemodes\FCRP.pwn(3486) : error 017: undefined symbol "AddHouse"
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\gamemodes\FCRP.pwn(3487) : error 017: undefined symbol "AddHouse"
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\gamemodes\FCRP.pwn(3491) : error 017: undefined symbol "AddHouse"
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\gamemodes\FCRP.pwn(3492) : error 017: undefined symbol "AddHouse"
C:\Users\Connor\Desktop\GTA SAMP Server\Test server - Copy\gamemodes\FCRP.pwn(3493) : error 017: undefined symbol "AddHouse"

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


26 Errors.

Reply
#2

I think your missing a bracket somewhere in the script. There are lot of Missing Bracket finders available within this forum which can help you in fixing this.
Reply
#3

Pm me your script and i'll fix it
Reply
#4

Quote:
Originally Posted by Ballu Miaa
Посмотреть сообщение
I think your missing a bracket somewhere in the script. There are lot of Missing Bracket finders available within this forum which can help you in fixing this.
I tried that program, however it just sticks and doesn't move and nothing happens, forcing me to close the program. I'll try some other way, thank you for your help anyway.
Reply
#5

Quote:
Originally Posted by Jason_Dino
Посмотреть сообщение
I tried that program, however it just sticks and doesn't move and nothing happens, forcing me to close the program. I'll try some other way, thank you for your help anyway.
Some of them do that to me too, some dont. But yeah am glad that you fixed it brother. Have fun Scripting!
and Thanks for the rep , but it doesnt increase the count as you need rep +10 (Just to let yo know).
Reply
#6

Quote:
Originally Posted by Ballu Miaa
Посмотреть сообщение
Some of them do that to me too, some dont. But yeah am glad that you fixed it brother. Have fun Scripting!
and Thanks for the rep , but it doesnt increase the count as you need rep +10 (Just to let yo know).
Er yeah, shy realise the rep+ thing, fail on my part lol.
Im a new scripter wanting to have good experience, etc. Hence the reason why I requested for no one to write the script out for me, I apologise if I seemed rude.

So are all those "undefined symbol "addhouse" " are missing enclosed brackets? Like, nothing else?
Reply
#7

It means the 'AddHouse' function isn't found in the script or anywhere in any of the includes.

That, or it's caused by an omitted bracket.

As for the MAX_PICKUPS warning.

Max pickups is already defined in the a_samp include, and in the e-rp include they've defined it again.

Thus giving the "symbol already defined" warning. Some of those are just common sense btw.

EDIT: Also update your server to all the 0.3e includes/exe's, Player Objects were added in sa-mp 0.3e
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)