[FilterScript] PPC_Housing - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] PPC_Housing (
/showthread.php?tid=283501)
Re: PPC_Housing -
Skillzz - 21.11.2013
Nice wok, looks real nice.
I\'m going to try it tomorrow
Re: PPC_Housing -
Symphony - 29.01.2014
The only and the best house system ever, I like this so much.
Good job man
Re: PPC_Housing -
Hybris - 01.02.2014
This is the bug I have been talking about
View My Video
Re: PPC_Housing -
ProKillerpa - 08.03.2014
Nice
Re: PPC_Housing -
Bubulis - 19.05.2014
Hello, can someone tell me how to make a small thing like if the player whanna sell his house to other player he just type /sellhouse or in the house menu to set his house for sale.
Sorry, bad English.
Help please.
Re: PPC_Housing -
HuntingMan - 25.05.2014
When i do /gohome or /getcar
the Dialog comes but when i click on the home selected no reaction happens
Re: PPC_Housing -
iRaiDeN - 25.05.2014
Nice!
Re: PPC_Housing -
Frogger75 - 22.06.2014
Doesnt Work, Fix it :\
Re: PPC_Housing -
Wahaj - 24.06.2014
It says Invalid command when i try /createhouse or /createstatichouse... PPC Housing is loaded in samp_server.exe , I have the plugins too. Whats up with the thing? I have some other FS like Gunsbyemil , Drift Point Counter etc. Please help.
Re: PPC_Housing -
benedek - 29.06.2014
Wahaj create in scriptfiles a folder with this name : PPC_Housing
Re: PPC_Housing -
Smoky94 - 02.07.2014
Hey guys , i tryed to move the fs in my gm but i have these errors , can anyone help me please ?
Code:
C:\Users\xxxxx\Desktop\xxxxxx.pwn(14169) : warning 219: local variable "hLevel" shadows a variable at a preceding level
C:\Users\xxxxx\Desktop\xxxxxx.pwn(14174) : error 022: must be lvalue (non-constant)
C:\Users\xxxxx\Desktop\xxxxxx.pwn(14174) : warning 215: expression has no effect
C:\Users\xxxxx\Desktop\xxxxxx.pwn(14195) : error 032: array index out of bounds (variable "AHouseInteriors")
C:\Users\xxxxx\Desktop\xxxxxx.pwn(14197) : error 032: array index out of bounds (variable "AHouseInteriors")
C:\Users\xxxxx\Desktop\xxxxxx.pwn(14169) : warning 203: symbol is never used: "hLevel"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Errors.
Re: PPC_Housing -
ROXYhunter - 05.08.2014
Spawn In House After Death or Connect doesn\'t work... can you fix it
Re: PPC_Housing -
suhan - 26.07.2015
Quote:
Originally Posted by [LHT]Bally
i get this error ?
pawn Code:
C:\Documents and Settings\BaLLy\Desktop\LONG HAUL TRUCKING\filterscripts\ppchouse.pwn(2997) : error 001: expected token: "*/", but found "-end of file-" C:\Documents and Settings\BaLLy\Desktop\LONG HAUL TRUCKING\filterscripts\ppchouse.pwn(2997) : warning 203: symbol is never used: "ret_memcpy" C:\Documents and Settings\BaLLy\Desktop\LONG HAUL TRUCKING\filterscripts\ppchouse.pwn(2997) : warning 203: symbol is never used: "strtok" Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
|
No problem Ignore It
Re: PPC_Housing -
rajeevkrao - 29.07.2017
Quote:
Originally Posted by [LHT]Bally
i get this error ?
pawn Code:
C:\Documents and Settings\BaLLy\Desktop\LONG HAUL TRUCKING\filterscripts\ppchouse.pwn(2997) : error 001: expected token: "*/", but found "-end of file-" C:\Documents and Settings\BaLLy\Desktop\LONG HAUL TRUCKING\filterscripts\ppchouse.pwn(2997) : warning 203: symbol is never used: "ret_memcpy" C:\Documents and Settings\BaLLy\Desktop\LONG HAUL TRUCKING\filterscripts\ppchouse.pwn(2997) : warning 203: symbol is never used: "strtok" Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
|
write somewhere
Code:
#pragma unused ret_memcpy
#pragma unused strtok
error 001: you have started a comment line somewhere search it and end it with */