SA-MP Forums Archive
I need housing.inc include - 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)
+--- Thread: I need housing.inc include (/showthread.php?tid=660343)



I need housing.inc include - NeXTGoD - 31.10.2018

I got a legit gamemode by Blood, ScRaT, Matt scripters and there was not includes inside so I searched them all manually but I can't find housing.inc include I got one but its not compiling with this gamemode


Re: I need housing.inc include - ReD_HunTeR - 01.11.2018

https://github.com/PPC-Trucking/V1/b...PC_Housing.inc

i think this is what you are looking for


Re: I need housing.inc include - NeXTGoD - 02.11.2018

Quote:
Originally Posted by ReD_HunTeR
View Post
https://github.com/PPC-Trucking/V1/b...PC_Housing.inc

i think this is what you are looking for
Thanks but its not the include :P


Re: I need housing.inc include - ReD_HunTeR - 02.11.2018

Try to compile the script show if you get any error maybe i can help you find include using the function name.


Re: I need housing.inc include - NeXTGoD - 02.11.2018

Quote:
Originally Posted by ReD_HunTeR
View Post
Try to compile the script show if you get any error maybe i can help you find include using the function name.
C:\Games\SAMP GameModes\Extreme Stunting\pawno\include\stunting.inc(7 : warning 217: loose indentation
C:\Games\SAMP GameModes\Extreme Stunting\pawno\include\stunting.inc(82) : warning 217: loose indentation
C:\Games\SAMP GameModes\Extreme Stunting\gamemodes\ES.pwn(2105) : error 017: undefined symbol "LoadHouses"
C:\Games\SAMP GameModes\Extreme Stunting\gamemodes\ES.pwn(4066) : error 017: undefined symbol "GetMaxHouses"
C:\Games\SAMP GameModes\Extreme Stunting\gamemodes\ES.pwn(406 : error 017: undefined symbol "HouseInfo"
C:\Games\SAMP GameModes\Extreme Stunting\gamemodes\ES.pwn(406 : warning 215: expression has no effect
C:\Games\SAMP GameModes\Extreme Stunting\gamemodes\ES.pwn(406 : error 001: expected token: ";", but found "]"
C:\Games\SAMP GameModes\Extreme Stunting\gamemodes\ES.pwn(406 : error 029: invalid expression, assumed zero

C:\Games\SAMP GameModes\Extreme Stunting\gamemodes\ES.pwn(1746) : error 017: undefined symbol "Kweri"
C:\Games\SAMP GameModes\Extreme Stunting\gamemodes\ES.pwn(1746) : error 017: undefined symbol "Houses_Table"
C:\Games\SAMP GameModes\Extreme Stunting\gamemodes\ES.pwn(1746) : warning 215: expression has no effect
C:\Games\SAMP GameModes\Extreme Stunting\gamemodes\ES.pwn(1746) : warning 215: expression has no effect
C:\Games\SAMP GameModes\Extreme Stunting\gamemodes\ES.pwn(1746) : error 001: expected token: ";", but found ")"
C:\Games\SAMP GameModes\Extreme Stunting\gamemodes\ES.pwn(1746) : fatal error 107: too many error messages on one line