SA-MP Forums Archive
Creating houses? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Creating houses? (/showthread.php?tid=204193)



DELETE - Tutrix - 29.12.2010

DELETE


Re: Creating houses? - Tutrix - 29.12.2010

anybody know?


Re: Creating houses? - Voldemort - 29.12.2010

find HouseInfo enum is script and look what is what


Re: Creating houses? - KotoK - 29.12.2010

Код:
HouseInfo[idx][hEntrancex]
HouseInfo[idx][hEntrancey]
HouseInfo[idx][hEntrancez]
HouseInfo[idx][hExitx]
HouseInfo[idx][hExity]
HouseInfo[idx][hExitz]
HouseInfo[idx][hHealthx]
HouseInfo[idx][hHealthy]
HouseInfo[idx][hHealthz]
HouseInfo[idx][hArmourx]
HouseInfo[idx][hArmoury]
HouseInfo[idx][hArmourz]
HouseInfo[idx][hEntrancez]
HouseInfo[idx][hOwner]
HouseInfo[idx][hDiscription]
HouseInfo[idx][hValue]
HouseInfo[idx][hHel]
HouseInfo[idx][hArm]
HouseInfo[idx][hInt]
HouseInfo[idx][hLock]
HouseInfo[idx][hOwned]
HouseInfo[idx][hRooms]
HouseInfo[idx][hRent]
HouseInfo[idx][hRentabil]
HouseInfo[idx][hTakings]
HouseInfo[idx][hVec]
HouseInfo[idx][hVec]
HouseInfo[idx][hVcol1]
HouseInfo[idx][hVcol2]
HouseInfo[idx][hDate]
HouseInfo[idx][hLevel]
HouseInfo[idx][hWorld]



Re: Creating houses? - Tutrix - 29.12.2010

Dosent work :S The pickup dosent come up.


Re: Creating houses? - Tutrix - 29.12.2010

This is the new code, that i edited:

pawn Код:
-2506.0510,-1701.8869,1031.4262,306.299987,1003.500000,0,0,0,0,0,0,The State, Bedsit,150000,0,0,4,1,0,1,2000,1,0,418,-1,-1,334,3,3
It is supposed to be a cell.


Re: Creating houses? - Tutrix - 29.12.2010

Anybody knows?