Need help with... - 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: Need help with... (
/showthread.php?tid=307912)
Need help with... -
Dziugsas - 01.01.2012
Hello Bro's.Can anybody help my with house system?
I already did this :
pawn Код:
enum NamuSyS
{
Ownername[MAX_PLAYER_NAME],
RandomInterrior[8],
Price,
Rent,
Rentprice,
Buyable,
Unbuyable,
Housenumber,
Text3D:HouseLabel,
}
new NSys[MAX_PLAYERS][NamuSyS];
And now i need to make :
- When player buys a house he will get random interrior
House 1-- 3-- 235.508994-- 1189.169897-- 1080.339966
House 2-- 2-- 225.756989-- 1240.000000-- 1082.149902
House 3-- 1-- 223.043991-- 1289.259888-- 1082.199951
House 4-- 7-- 225.630997-- 1022.479980-- 1084.069946
House 5-- 15-- 295.138977-- 1474.469971-- 1080.519897
House 6-- 15-- 328.493988-- 1480.589966-- 1084.449951
-------------------------X----------------Y-----------------Z
Then make 3D text labels :
When buyable to write :
Price,
Housenumber
When already bought (unbuyable) :
Owner name,
House number,
Rentprice-if player wants to rent for another player
Then make Rent system :
- Rent price - if player wants to rent hes house
And every thing I want to make with Dialog
But how to do this?
Anybody can help?
Re: Need help with... -
niels44 - 01.01.2012
eeehm so u want to make a house system? why u dont just download ppc_housing... why u would make ur own that is taking lots of time and shit just download 1 man here is the link:
http://forum.sa-mp.com/showthread.ph...ht=ppc_housing
Re: Need help with... -
Dziugsas - 02.01.2012
Yes it's nice but how delete housecars?